Skip to content

Commit 78f9b06

Browse files
fix(deps): update dependency ws to v8 [security] (#3371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13c68c5 commit 78f9b06

File tree

6 files changed

+52
-7
lines changed

6 files changed

+52
-7
lines changed

.changeset/seven-shrimps-refuse.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@chainlink/ada-balance-adapter': patch
3+
'@chainlink/ea-bootstrap': patch
4+
---
5+
6+
Bump WS

.pnp.cjs

+26-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

packages/core/bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rxjs": "^6.6.3",
3939
"tslib": "^2.1.0",
4040
"uuid": "^8.3.0",
41-
"ws": "^7.4.4"
41+
"ws": "^8.0.0"
4242
},
4343
"devDependencies": {
4444
"@types/fast-redact": "3.0.4",

packages/sources/ada-balance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/ws": "8.5.10",
3535
"ethers": "^5.4.6",
3636
"tslib": "^2.3.1",
37-
"ws": "^7.4.6"
37+
"ws": "^8.0.0"
3838
},
3939
"devDependencies": {
4040
"@types/jest": "27.5.2",

yarn.lock

+18-3
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@ __metadata:
28972897
ethers: "npm:^5.4.6"
28982898
tslib: "npm:^2.3.1"
28992899
typescript: "npm:5.0.4"
2900-
ws: "npm:^7.4.6"
2900+
ws: "npm:^8.0.0"
29012901
languageName: unknown
29022902
linkType: soft
29032903

@@ -4133,7 +4133,7 @@ __metadata:
41334133
tslib: "npm:^2.1.0"
41344134
typescript: "npm:5.0.4"
41354135
uuid: "npm:^8.3.0"
4136-
ws: "npm:^7.4.4"
4136+
ws: "npm:^8.0.0"
41374137
languageName: unknown
41384138
linkType: soft
41394139

@@ -34960,7 +34960,7 @@ __metadata:
3496034960
languageName: node
3496134961
linkType: hard
3496234962

34963-
"ws@npm:^7.3.1, ws@npm:^7.4.2, ws@npm:^7.4.4, ws@npm:^7.4.6, ws@npm:^7.5.0":
34963+
"ws@npm:^7.3.1, ws@npm:^7.4.2, ws@npm:^7.4.6, ws@npm:^7.5.0":
3496434964
version: 7.5.9
3496534965
resolution: "ws@npm:7.5.9"
3496634966
peerDependencies:
@@ -34990,6 +34990,21 @@ __metadata:
3499034990
languageName: node
3499134991
linkType: hard
3499234992

34993+
"ws@npm:^8.0.0":
34994+
version: 8.18.0
34995+
resolution: "ws@npm:8.18.0"
34996+
peerDependencies:
34997+
bufferutil: ^4.0.1
34998+
utf-8-validate: ">=5.0.2"
34999+
peerDependenciesMeta:
35000+
bufferutil:
35001+
optional: true
35002+
utf-8-validate:
35003+
optional: true
35004+
checksum: 10/70dfe53f23ff4368d46e4c0b1d4ca734db2c4149c6f68bc62cb16fc21f753c47b35fcc6e582f3bdfba0eaeb1c488cddab3c2255755a5c3eecb251431e42b3ff6
35005+
languageName: node
35006+
linkType: hard
35007+
3499335008
"ws@npm:^8.5.0, ws@npm:^8.8.1":
3499435009
version: 8.12.1
3499535010
resolution: "ws@npm:8.12.1"

0 commit comments

Comments
 (0)