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 @@ -8029,13 +8029,20 @@ rxjs@6.6.3, rxjs@^6.6.0:
8029
8029
dependencies :
8030
8030
tslib "^1.9.0"
8031
8031
8032
- rxjs@6.6.7, rxjs@^6.6.3 :
8032
+ rxjs@6.6.7 :
8033
8033
version "6.6.7"
8034
8034
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
8035
8035
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
8036
8036
dependencies :
8037
8037
tslib "^1.9.0"
8038
8038
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
+
8039
8046
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1 :
8040
8047
version "5.1.2"
8041
8048
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9137,7 +9144,7 @@ tsconfig-paths@^3.11.0:
9137
9144
minimist "^1.2.0"
9138
9145
strip-bom "^3.0.0"
9139
9146
9140
- tslib@2.1.0 :
9147
+ tslib@2.1.0, tslib@~2.1.0 :
9141
9148
version "2.1.0"
9142
9149
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9143
9150
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
You can’t perform that action at this time.
0 commit comments