Skip to content

Commit

Permalink
chore(deps): update dependency ws to v8.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2024
1 parent 8b1c011 commit 1422d4e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/lib-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/mocha": "10.0.9",
"@types/node": "14.18.63",
"@types/sinon-chai": "4.0.0",
"@types/ws": "7.4.7",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"chai": "5.1.1",
Expand All @@ -65,7 +65,7 @@
"npm-run-all2": "6.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.2",
"ws": "8.17.1"
"ws": "8.18.0"
},
"dependencies": {
"axios": "^1.6.7"
Expand Down
44 changes: 19 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ __metadata:
"@types/mocha": 10.0.9
"@types/node": 14.18.63
"@types/sinon-chai": 4.0.0
"@types/ws": 7.4.7
"@types/ws": 8.5.12
"@typescript-eslint/eslint-plugin": 5.62.0
"@typescript-eslint/parser": 5.62.0
axios: ^1.6.7
Expand All @@ -1991,7 +1991,7 @@ __metadata:
npm-run-all2: 6.2.4
ts-node: 10.9.2
typescript: 5.4.2
ws: 8.17.1
ws: 8.18.0
peerDependencies:
"@liquity/lib-base": ^3.0.0
ethers: ^5.3.0
Expand Down Expand Up @@ -5233,12 +5233,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:7.4.7, @types/ws@npm:^7.4.4":
version: 7.4.7
resolution: "@types/ws@npm:7.4.7"
"@types/ws@npm:8.5.12":
version: 8.5.12
resolution: "@types/ws@npm:8.5.12"
dependencies:
"@types/node": "*"
checksum: b4c9b8ad209620c9b21e78314ce4ff07515c0cadab9af101c1651e7bfb992d7fd933bd8b9c99d110738fd6db523ed15f82f29f50b45510288da72e964dedb1a3
checksum: ddefb6ad1671f70ce73b38a5f47f471d4d493864fca7c51f002a86e5993d031294201c5dced6d5018fb8905ad46888d65c7f20dd54fc165910b69f42fba9a6d0
languageName: node
linkType: hard

Expand All @@ -5251,6 +5251,15 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:^7.4.4":
version: 7.4.7
resolution: "@types/ws@npm:7.4.7"
dependencies:
"@types/node": "*"
checksum: b4c9b8ad209620c9b21e78314ce4ff07515c0cadab9af101c1651e7bfb992d7fd933bd8b9c99d110738fd6db523ed15f82f29f50b45510288da72e964dedb1a3
languageName: node
linkType: hard

"@types/yargs-parser@npm:*":
version: 20.2.0
resolution: "@types/yargs-parser@npm:20.2.0"
Expand Down Expand Up @@ -19822,9 +19831,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.17.1":
version: 8.17.1
resolution: "ws@npm:8.17.1"
"ws@npm:8.18.0, ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -19833,7 +19842,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 442badcce1f1178ec87a0b5372ae2e9771e07c4929a3180321901f226127f252441e8689d765aa5cfba5f50ac60dd830954afc5aeae81609aefa11d3ddf5cecf
checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975
languageName: node
linkType: hard

Expand All @@ -19852,21 +19861,6 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975
languageName: node
linkType: hard

"ws@npm:^8.5.0":
version: 8.13.0
resolution: "ws@npm:8.13.0"
Expand Down

0 comments on commit 1422d4e

Please sign in to comment.