fix(types): update dependency @types/ws to v8.5.4

This commit is contained in:
renovate[bot]
2022-12-30 07:10:41 +00:00
parent 5291ca672b
commit 6055f162d8
3 changed files with 7 additions and 6 deletions

9
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.9",
"@types/teen_process": "2.0.0",
"@types/ws": "8.5.3",
"@types/ws": "8.5.4",
"asyncbox": "2.9.4",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
@@ -3593,8 +3593,9 @@
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.5.3",
"license": "MIT",
"version": "8.5.4",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz",
"integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
"dependencies": {
"@types/node": "*"
}
@@ -17427,7 +17428,7 @@
"@appium/schema": "^0.1.0",
"@types/express": "4.17.15",
"@types/npmlog": "4.1.4",
"@types/ws": "8.5.3",
"@types/ws": "8.5.4",
"@wdio/types": "7.26.0",
"type-fest": "3.5.0"
},

View File

@@ -84,7 +84,7 @@
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.9",
"@types/teen_process": "2.0.0",
"@types/ws": "8.5.3",
"@types/ws": "8.5.4",
"asyncbox": "2.9.4",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",

View File

@@ -38,7 +38,7 @@
"@appium/schema": "^0.1.0",
"@types/express": "4.17.15",
"@types/npmlog": "4.1.4",
"@types/ws": "8.5.3",
"@types/ws": "8.5.4",
"@wdio/types": "7.26.0",
"type-fest": "3.5.0"
},