Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v7.4.0 (#1280)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 7, 2021
1 parent e6923e7 commit a020658
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rcon-client": "4.2.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1",
"rxjs": "7.4.0",
"steamid": "2.0.0"
},
"devDependencies": {
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9180,7 +9180,16 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:7.3.1, rxjs@npm:^7.2.0":
"rxjs@npm:7.4.0":
version: 7.4.0
resolution: "rxjs@npm:7.4.0"
dependencies:
tslib: ~2.1.0
checksum: 6b33172a760dcad6882fdc836ee8cf1ebe160dd7eaad95c45a12338ffdaa96eb41e48e6c25bbd3d1fdf45075949ff447954bc17a9d01c688558a67967d09c114
languageName: node
linkType: hard

"rxjs@npm:^7.2.0":
version: 7.3.1
resolution: "rxjs@npm:7.3.1"
dependencies:
Expand Down Expand Up @@ -9401,7 +9410,7 @@ __metadata:
reflect-metadata: 0.1.13
release-it: 14.11.6
rimraf: 3.0.2
rxjs: 7.3.1
rxjs: 7.4.0
socket.io-client: 4.2.0
steamid: 2.0.0
supertest: 6.1.6
Expand Down

0 comments on commit a020658

Please sign in to comment.