Skip to content

Commit 1525fa7

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent b2b4424 commit 1525fa7

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
@@ -8053,13 +8053,20 @@ rxjs@6.6.3, rxjs@^6.6.0:
80538053
dependencies:
80548054
tslib "^1.9.0"
80558055

8056-
rxjs@6.6.7, rxjs@^6.6.3:
8056+
rxjs@6.6.7:
80578057
version "6.6.7"
80588058
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
80598059
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
80608060
dependencies:
80618061
tslib "^1.9.0"
80628062

8063+
rxjs@^7.0.0:
8064+
version "7.3.0"
8065+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"
8066+
integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==
8067+
dependencies:
8068+
tslib "~2.1.0"
8069+
80638070
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
80648071
version "5.1.2"
80658072
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9165,7 +9172,7 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.9.0:
91659172
minimist "^1.2.0"
91669173
strip-bom "^3.0.0"
91679174

9168-
tslib@2.1.0:
9175+
tslib@2.1.0, tslib@~2.1.0:
91699176
version "2.1.0"
91709177
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
91719178
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

0 commit comments

Comments
 (0)