Skip to content

Commit 42ad0b3

Browse files
committed
Update dependency rxjs to v7
1 parent 8a16ae3 commit 42ad0b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"readdirsync2": "1.0.2",
4444
"reflect-metadata": "0.1.13",
4545
"rimraf": "3.0.2",
46-
"rxjs": "6.6.7",
46+
"rxjs": "7.1.0",
4747
"simple-git": "2.38.0",
4848
"tmp": "0.2.1",
4949
"typeorm": "0.2.32",

backend/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5031,12 +5031,12 @@ [email protected], rxjs@^6.6.0:
50315031
dependencies:
50325032
tslib "^1.9.0"
50335033

5034-
rxjs@6.6.7:
5035-
version "6.6.7"
5036-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
5037-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
5034+
rxjs@7.1.0:
5035+
version "7.1.0"
5036+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
5037+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
50385038
dependencies:
5039-
tslib "^1.9.0"
5039+
tslib "~2.1.0"
50405040

50415041
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
50425042
version "5.1.2"
@@ -5789,7 +5789,7 @@ [email protected], tsconfig-paths@^3.9.0:
57895789
minimist "^1.2.0"
57905790
strip-bom "^3.0.0"
57915791

5792-
[email protected], tslib@^2.1.0:
5792+
[email protected], tslib@^2.1.0, tslib@~2.1.0:
57935793
version "2.1.0"
57945794
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
57955795
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

0 commit comments

Comments
 (0)