Skip to content

Commit e9bb010

Browse files
fix(deps): update dependency rxjs to v7.5.6
1 parent b462315 commit e9bb010

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@angular/router": "11.2.13",
3535
"@babel/runtime-corejs3": "7.14.0",
3636
"core-js": "3.12.0",
37-
"rxjs": "7.0.0",
37+
"rxjs": "7.5.6",
3838
"tslib": "2.4.0",
3939
"zone.js": "0.11.4"
4040
},

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4558,12 +4558,12 @@ rimraf@^2.6.3:
45584558
dependencies:
45594559
glob "^7.1.3"
45604560

4561-
rxjs@7.0.0:
4562-
version "7.0.0"
4563-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.0.tgz#c55d67c52aee8804d32ab60965e335bd41e2dc2d"
4564-
integrity sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==
4561+
rxjs@7.5.6:
4562+
version "7.5.6"
4563+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc"
4564+
integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==
45654565
dependencies:
4566-
tslib "~2.1.0"
4566+
tslib "^2.1.0"
45674567

45684568
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
45694569
version "5.1.2"
@@ -5091,7 +5091,7 @@ [email protected]:
50915091
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
50925092
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
50935093

5094-
5094+
[email protected], tslib@^2.1.0:
50955095
version "2.4.0"
50965096
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
50975097
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
@@ -5106,11 +5106,6 @@ tslib@^2.0.0, tslib@^2.0.3:
51065106
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
51075107
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
51085108

5109-
tslib@~2.1.0:
5110-
version "2.1.0"
5111-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
5112-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
5113-
51145109
type-is@~1.6.17, type-is@~1.6.18:
51155110
version "1.6.18"
51165111
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)