File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33
33
"@nestjs/platform-express" : " ^7.4.4" ,
34
34
"reflect-metadata" : " ^0.1.13" ,
35
35
"rimraf" : " ^3.0.0" ,
36
- "rxjs" : " ^6.6.3 "
36
+ "rxjs" : " ^7.0.0 "
37
37
},
38
38
"devDependencies" : {
39
39
"@nestjs/cli" : " 7.6.0" ,
Original file line number Diff line number Diff line change @@ -8060,13 +8060,20 @@ rxjs@6.6.3, rxjs@^6.6.0:
8060
8060
dependencies :
8061
8061
tslib "^1.9.0"
8062
8062
8063
- rxjs@6.6.7, rxjs@^6.6.3 :
8063
+ rxjs@6.6.7 :
8064
8064
version "6.6.7"
8065
8065
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
8066
8066
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
8067
8067
dependencies :
8068
8068
tslib "^1.9.0"
8069
8069
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
+
8070
8077
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1 :
8071
8078
version "5.1.2"
8072
8079
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9181,7 +9188,7 @@ tsconfig-paths@^3.10.1:
9181
9188
minimist "^1.2.0"
9182
9189
strip-bom "^3.0.0"
9183
9190
9184
- tslib@2.1.0 :
9191
+ tslib@2.1.0, tslib@~2.1.0 :
9185
9192
version "2.1.0"
9186
9193
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9187
9194
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
You can’t perform that action at this time.
0 commit comments