Skip to content

Commit 87af16c

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 9cac9e2 commit 87af16c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8060,13 +8060,20 @@ rxjs@6.6.3, rxjs@^6.6.0:
80608060
dependencies:
80618061
tslib "^1.9.0"
80628062

8063-
rxjs@6.6.7, rxjs@^6.6.3:
8063+
rxjs@6.6.7:
80648064
version "6.6.7"
80658065
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
80668066
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
80678067
dependencies:
80688068
tslib "^1.9.0"
80698069

8070+
rxjs@^7.0.0:
8071+
version "7.3.0"
8072+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"
8073+
integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==
8074+
dependencies:
8075+
tslib "~2.1.0"
8076+
80708077
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
80718078
version "5.1.2"
80728079
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9181,7 +9188,7 @@ tsconfig-paths@^3.10.1:
91819188
minimist "^1.2.0"
91829189
strip-bom "^3.0.0"
91839190

9184-
tslib@2.1.0:
9191+
tslib@2.1.0, tslib@~2.1.0:
91859192
version "2.1.0"
91869193
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
91879194
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

0 commit comments

Comments
 (0)