Skip to content

Commit 20350ff

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent ad3e7fb commit 20350ff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nestjs/platform-express": "^7.4.4",
3434
"reflect-metadata": "^0.1.13",
3535
"rimraf": "^3.0.0",
36-
"rxjs": "^6.6.3"
36+
"rxjs": "^7.0.0"
3737
},
3838
"devDependencies": {
3939
"@nestjs/cli": "7.6.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7613,12 +7613,12 @@ rxjs@6.6.3, rxjs@^6.6.0:
76137613
dependencies:
76147614
tslib "^1.9.0"
76157615

7616-
rxjs@^6.6.3:
7617-
version "6.6.7"
7618-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
7619-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
7616+
rxjs@^7.0.0:
7617+
version "7.0.0"
7618+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.0.tgz#c55d67c52aee8804d32ab60965e335bd41e2dc2d"
7619+
integrity sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==
76207620
dependencies:
7621-
tslib "^1.9.0"
7621+
tslib "~2.1.0"
76227622

76237623
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
76247624
version "5.1.2"
@@ -8675,7 +8675,7 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.9.0:
86758675
minimist "^1.2.0"
86768676
strip-bom "^3.0.0"
86778677

8678-
tslib@2.1.0:
8678+
tslib@2.1.0, tslib@~2.1.0:
86798679
version "2.1.0"
86808680
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
86818681
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

0 commit comments

Comments
 (0)