mirror of
https://github.com/appium/appium.git
synced 2026-02-22 11:19:06 -06:00
fix(types): update dependency @types/ws to v8.5.4
This commit is contained in:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user