Skip to content

Commit 79f1da1

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent f2a913b commit 79f1da1

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"express": "4.17.1",
3434
"node-fetch": "2.6.1",
35-
"rxjs": "6.6.7",
35+
"rxjs": "7.5.5",
3636
"socket.io": "2.4.1",
3737
"webpack-dev-server": "3.11.2",
3838
"xhr2": "0.2.1"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8606,12 +8606,12 @@ run-queue@^1.0.0, run-queue@^1.0.3:
86068606
dependencies:
86078607
aproba "^1.1.1"
86088608

8609-
rxjs@6.6.7:
8610-
version "6.6.7"
8611-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
8612-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
8609+
rxjs@7.5.5:
8610+
version "7.5.5"
8611+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
8612+
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
86138613
dependencies:
8614-
tslib "^1.9.0"
8614+
tslib "^2.1.0"
86158615

86168616
rxjs@^6.4.0:
86178617
version "6.4.0"
@@ -9888,6 +9888,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
98889888
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
98899889
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
98909890

9891+
tslib@^2.1.0:
9892+
version "2.3.1"
9893+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
9894+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
9895+
98919896
tslint@5.17.0:
98929897
version "5.17.0"
98939898
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"

0 commit comments

Comments
 (0)