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 @@ -7949,13 +7949,20 @@ rxjs@6.6.3, rxjs@^6.6.0:
7949
7949
dependencies :
7950
7950
tslib "^1.9.0"
7951
7951
7952
- rxjs@6.6.7, rxjs@^6.6.3 :
7952
+ rxjs@6.6.7 :
7953
7953
version "6.6.7"
7954
7954
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
7955
7955
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
7956
7956
dependencies :
7957
7957
tslib "^1.9.0"
7958
7958
7959
+ rxjs@^7.0.0 :
7960
+ version "7.2.0"
7961
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.2.0.tgz#5cd12409639e9514a71c9f5f9192b2c4ae94de31"
7962
+ integrity sha512-aX8w9OpKrQmiPKfT1bqETtUr9JygIz6GZ+gql8v7CijClsP0laoFUdKzxFAoWuRdSlOdU2+crss+cMf+cqMTnw==
7963
+ dependencies :
7964
+ tslib "~2.1.0"
7965
+
7959
7966
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1 :
7960
7967
version "5.1.2"
7961
7968
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9049,7 +9056,7 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.9.0:
9049
9056
minimist "^1.2.0"
9050
9057
strip-bom "^3.0.0"
9051
9058
9052
- tslib@2.1.0 :
9059
+ tslib@2.1.0, tslib@~2.1.0 :
9053
9060
version "2.1.0"
9054
9061
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9055
9062
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
You can’t perform that action at this time.
0 commit comments