Skip to content

Commit 47eff49

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 93ba7f9 commit 47eff49

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"dependencies": {
142142
"ignore": "^5.1.8",
143-
"rxjs": "^6.6.3",
143+
"rxjs": "^7.5.5",
144144
"tagged-template-noop": "^2.1.1"
145145
}
146146
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7104,12 +7104,12 @@ rxjs-report-usage@^1.0.4:
71047104
glob "~7.1.6"
71057105
prompts "~2.3.2"
71067106

7107-
rxjs@^6.6.3:
7108-
version "6.6.3"
7109-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7110-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
7107+
rxjs@^7.5.5:
7108+
version "7.5.5"
7109+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
7110+
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
71117111
dependencies:
7112-
tslib "^1.9.0"
7112+
tslib "^2.1.0"
71137113

71147114
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
71157115
version "5.1.2"
@@ -7976,15 +7976,15 @@ tsconfig-paths@^3.9.0:
79767976
minimist "^1.2.0"
79777977
strip-bom "^3.0.0"
79787978

7979-
tslib@^1.8.1, tslib@^1.9.0:
7979+
tslib@^1.8.1:
79807980
version "1.10.0"
79817981
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
79827982
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
79837983

7984-
tslib@^2.0.0:
7985-
version "2.0.0"
7986-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
7987-
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
7984+
tslib@^2.0.0, tslib@^2.1.0:
7985+
version "2.3.1"
7986+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
7987+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
79887988

79897989
tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
79907990
version "1.2.2"

0 commit comments

Comments
 (0)