chore(deps): update dependency @types/ws to v8.5.13

This commit is contained in:
renovate[bot] 2024-12-11 15:41:29 +00:00 committed by GitHub
parent 48406bd806
commit 7dc9befc7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -139,7 +139,7 @@
"@types/stream-throttle": "0.1.4", "@types/stream-throttle": "0.1.4",
"@types/tmp": "0.2.6", "@types/tmp": "0.2.6",
"@types/turndown": "5.0.5", "@types/turndown": "5.0.5",
"@types/ws": "8.5.12", "@types/ws": "8.5.13",
"@types/xml2js": "0.4.14", "@types/xml2js": "0.4.14",
"@types/yargs": "17.0.33", "@types/yargs": "17.0.33",
"cross-env": "7.0.3", "cross-env": "7.0.3",
@ -4325,10 +4325,11 @@
"dev": true "dev": true
}, },
"node_modules/@types/ws": { "node_modules/@types/ws": {
"version": "8.5.12", "version": "8.5.13",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"
} }

View File

@ -179,7 +179,7 @@
"@types/stream-throttle": "0.1.4", "@types/stream-throttle": "0.1.4",
"@types/tmp": "0.2.6", "@types/tmp": "0.2.6",
"@types/turndown": "5.0.5", "@types/turndown": "5.0.5",
"@types/ws": "8.5.12", "@types/ws": "8.5.13",
"@types/xml2js": "0.4.14", "@types/xml2js": "0.4.14",
"@types/yargs": "17.0.33", "@types/yargs": "17.0.33",
"cross-env": "7.0.3", "cross-env": "7.0.3",