mirror of
https://github.com/appium/appium.git
synced 2026-02-20 18:30:11 -06:00
fix(types): update dependency @types/ws to v8.5.13
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -24,7 +24,7 @@
|
||||
"@types/sinon-chai": "4.0.0",
|
||||
"@types/source-map-support": "0.5.10",
|
||||
"@types/teen_process": "2.0.4",
|
||||
"@types/ws": "8.5.12",
|
||||
"@types/ws": "8.5.13",
|
||||
"@types/yargs": "17.0.33",
|
||||
"@typescript-eslint/eslint-plugin": "7.18.0",
|
||||
"@typescript-eslint/parser": "7.18.0",
|
||||
@@ -3159,9 +3159,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/ws": {
|
||||
"version": "8.5.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
|
||||
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
|
||||
"version": "8.5.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
|
||||
"integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
@@ -20255,7 +20255,7 @@
|
||||
"@appium/schema": "^0.7.0",
|
||||
"@appium/tsconfig": "^0.3.3",
|
||||
"@types/express": "5.0.0",
|
||||
"@types/ws": "8.5.12",
|
||||
"@types/ws": "8.5.13",
|
||||
"type-fest": "4.26.1"
|
||||
},
|
||||
"engines": {
|
||||
@@ -21075,7 +21075,7 @@
|
||||
"@appium/schema": "^0.7.0",
|
||||
"@appium/tsconfig": "^0.3.3",
|
||||
"@types/express": "5.0.0",
|
||||
"@types/ws": "8.5.12",
|
||||
"@types/ws": "8.5.13",
|
||||
"type-fest": "4.26.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -23101,9 +23101,9 @@
|
||||
"version": "3.0.0"
|
||||
},
|
||||
"@types/ws": {
|
||||
"version": "8.5.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
|
||||
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
|
||||
"version": "8.5.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
|
||||
"integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
"@types/sinon-chai": "4.0.0",
|
||||
"@types/source-map-support": "0.5.10",
|
||||
"@types/teen_process": "2.0.4",
|
||||
"@types/ws": "8.5.12",
|
||||
"@types/ws": "8.5.13",
|
||||
"@types/yargs": "17.0.33",
|
||||
"@typescript-eslint/eslint-plugin": "7.18.0",
|
||||
"@typescript-eslint/parser": "7.18.0",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"@appium/schema": "^0.7.0",
|
||||
"@appium/tsconfig": "^0.3.3",
|
||||
"@types/express": "5.0.0",
|
||||
"@types/ws": "8.5.12",
|
||||
"@types/ws": "8.5.13",
|
||||
"type-fest": "4.26.1"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user