Skip to content

Commit

Permalink
chore(deps): bump rxjs from 7.8.1 to 7.8.2 (#1602)
Browse files Browse the repository at this point in the history
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.1 to 7.8.2.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent 7217e6e commit 18b0014
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"http-errors": "^2.0.0",
"lru-cache": "^11.0.2",
"prom-client": "^15.1.3",
"rxjs": "^7.8.1",
"rxjs": "^7.8.2",
"winston": "^3.17.0",
"winston-loki": "^6.1.3"
},
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ __metadata:
http-errors: "npm:^2.0.0"
lru-cache: "npm:^11.0.2"
prom-client: "npm:^15.1.3"
rxjs: "npm:^7.8.1"
rxjs: "npm:^7.8.2"
ts-node-dev: "npm:^2.0.0"
winston: "npm:^3.17.0"
winston-loki: "npm:^6.1.3"
Expand Down Expand Up @@ -5895,6 +5895,15 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.8.2":
version: 7.8.2
resolution: "rxjs@npm:7.8.2"
dependencies:
tslib: "npm:^2.1.0"
checksum: 10/03dff09191356b2b87d94fbc1e97c4e9eb3c09d4452399dddd451b09c2f1ba8d56925a40af114282d7bc0c6fe7514a2236ca09f903cf70e4bbf156650dddb49d
languageName: node
linkType: hard

"safe-buffer@npm:5.2.1, safe-buffer@npm:~5.2.0":
version: 5.2.1
resolution: "safe-buffer@npm:5.2.1"
Expand Down

0 comments on commit 18b0014

Please sign in to comment.