Skip to content

Commit 102efc1

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 77f74fd commit 102efc1

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
@@ -8029,13 +8029,20 @@ rxjs@6.6.3, rxjs@^6.6.0:
80298029
dependencies:
80308030
tslib "^1.9.0"
80318031

8032-
rxjs@6.6.7, rxjs@^6.6.3:
8032+
rxjs@6.6.7:
80338033
version "6.6.7"
80348034
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
80358035
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
80368036
dependencies:
80378037
tslib "^1.9.0"
80388038

8039+
rxjs@^7.0.0:
8040+
version "7.4.0"
8041+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
8042+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
8043+
dependencies:
8044+
tslib "~2.1.0"
8045+
80398046
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
80408047
version "5.1.2"
80418048
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9137,7 +9144,7 @@ tsconfig-paths@^3.11.0:
91379144
minimist "^1.2.0"
91389145
strip-bom "^3.0.0"
91399146

9140-
tslib@2.1.0:
9147+
tslib@2.1.0, tslib@~2.1.0:
91419148
version "2.1.0"
91429149
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
91439150
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

0 commit comments

Comments
 (0)