Skip to content

Commit ae05bf1

Browse files
committed
fix(deps): update dependency rxjs to ^6.6.7
1 parent ead40e7 commit ae05bf1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
},
140140
"dependencies": {
141141
"ignore": "^5.1.8",
142-
"rxjs": "^6.6.3",
142+
"rxjs": "^6.6.7",
143143
"tagged-template-noop": "^2.1.1"
144144
}
145145
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7073,10 +7073,10 @@ rxjs-report-usage@^1.0.4:
70737073
glob "~7.1.6"
70747074
prompts "~2.3.2"
70757075

7076-
rxjs@^6.6.3:
7077-
version "6.6.3"
7078-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7079-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
7076+
rxjs@^6.6.7:
7077+
version "6.6.7"
7078+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
7079+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
70807080
dependencies:
70817081
tslib "^1.9.0"
70827082

0 commit comments

Comments
 (0)