chore(storage-plugin): update dependency ws to v8.18.3 (#21396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-29 08:45:59 +00:00
committed by GitHub
parent a75bb2ca9b
commit 182d356a8b
4 changed files with 14 additions and 14 deletions

22
package-lock.json generated
View File

@@ -82,7 +82,7 @@
"typescript": "5.8.3",
"typescript-eslint": "8.35.0",
"webdriverio": "9.16.2",
"ws": "8.18.2",
"ws": "8.18.3",
"yaml-js": "0.3.1"
},
"engines": {
@@ -18957,9 +18957,9 @@
}
},
"node_modules/ws": {
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
@@ -19232,7 +19232,7 @@
"type-fest": "4.41.0",
"winston": "3.17.0",
"wrap-ansi": "7.0.0",
"ws": "8.18.2",
"ws": "8.18.3",
"yaml": "2.8.0"
},
"bin": {
@@ -20550,7 +20550,7 @@
"lru-cache": "11.1.0",
"rimraf": "6.0.1",
"source-map-support": "0.5.21",
"ws": "8.18.2"
"ws": "8.18.3"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -21734,7 +21734,7 @@
"lru-cache": "11.1.0",
"rimraf": "6.0.1",
"source-map-support": "0.5.21",
"ws": "8.18.2"
"ws": "8.18.3"
},
"dependencies": {
"lru-cache": {
@@ -24666,7 +24666,7 @@
"type-fest": "4.41.0",
"winston": "3.17.0",
"wrap-ansi": "7.0.0",
"ws": "8.18.2",
"ws": "8.18.3",
"yaml": "2.8.0"
},
"dependencies": {
@@ -34502,9 +34502,9 @@
}
},
"ws": {
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"requires": {}
},
"xmlbuilder": {

View File

@@ -154,7 +154,7 @@
"typescript": "5.8.3",
"typescript-eslint": "8.35.0",
"webdriverio": "9.16.2",
"ws": "8.18.2",
"ws": "8.18.3",
"yaml-js": "0.3.1"
},
"engines": {

View File

@@ -87,7 +87,7 @@
"type-fest": "4.41.0",
"winston": "3.17.0",
"wrap-ansi": "7.0.0",
"ws": "8.18.2",
"ws": "8.18.3",
"yaml": "2.8.0"
},
"engines": {

View File

@@ -48,7 +48,7 @@
"lru-cache": "11.1.0",
"rimraf": "6.0.1",
"source-map-support": "0.5.21",
"ws": "8.18.2"
"ws": "8.18.3"
},
"peerDependencies": {
"appium": "^2.0.0 || ^3.0.0-beta.0"