Skip to content

Commit 5550d71

Browse files
fix: 📦 update dependency rxjs to v7.8.2 (#788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d320bb0 commit 5550d71

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/core": "7.26.9",
4747
"@babel/helper-plugin-utils": "^7.25.9",
4848
"@types/babel__helper-plugin-utils": "^7.10.3",
49-
"rxjs": "7.8.1",
49+
"rxjs": "7.8.2",
5050
"tslib": "2.8.1",
5151
"zone.js": "0.15.0"
5252
},

‎yarn.lock‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4349,7 +4349,7 @@ __metadata:
43494349
postcss-preset-env: ~10.1.0
43504350
postcss-url: 10.1.3
43514351
prettier: 3.5.2
4352-
rxjs: 7.8.1
4352+
rxjs: 7.8.2
43534353
ts-jest: 29.2.6
43544354
ts-node: 10.9.2
43554355
tslib: 2.8.1
@@ -19999,6 +19999,15 @@ __metadata:
1999919999
languageName: node
2000020000
linkType: hard
2000120001

20002+
"rxjs@npm:7.8.2":
20003+
version: 7.8.2
20004+
resolution: "rxjs@npm:7.8.2"
20005+
dependencies:
20006+
tslib: ^2.1.0
20007+
checksum: 2f233d7c832a6c255dabe0759014d7d9b1c9f1cb2f2f0d59690fd11c883c9826ea35a51740c06ab45b6ade0d9087bde9192f165cba20b6730d344b831ef80744
20008+
languageName: node
20009+
linkType: hard
20010+
2000220011
"safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1":
2000320012
version: 5.1.2
2000420013
resolution: "safe-buffer@npm:5.1.2"

0 commit comments

Comments
 (0)