Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v7.5.6 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2022
1 parent 6c9a3ba commit 6b2e0a1
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 @@ -33,7 +33,7 @@
],
"dependencies": {
"@tf2pickup-org/mumble-protocol": "1.0.0",
"rxjs": "7.5.5"
"rxjs": "7.5.6"
},
"devDependencies": {
"@release-it/conventional-changelog": "5.0.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ __metadata:
jest: 28.1.2
prettier: 2.7.1
release-it: 15.1.1
rxjs: 7.5.5
rxjs: 7.5.6
trace-unhandled: 2.0.1
ts-jest: 28.0.5
ts-node: 10.8.2
Expand Down Expand Up @@ -6771,7 +6771,16 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:7.5.5, rxjs@npm:^7.5.5":
"rxjs@npm:7.5.6":
version: 7.5.6
resolution: "rxjs@npm:7.5.6"
dependencies:
tslib: ^2.1.0
checksum: fc05f01364a74dac57490fb3e07ea63b422af04017fae1db641a009073f902ef69f285c5daac31359620dc8d9aee7d81e42b370ca2a8573d1feae0b04329383b
languageName: node
linkType: hard

"rxjs@npm:^7.5.5":
version: 7.5.5
resolution: "rxjs@npm:7.5.5"
dependencies:
Expand Down

0 comments on commit 6b2e0a1

Please sign in to comment.