Update dependency @types/ws to v8.5.11
Some checks failed
Build / build (pull_request) Successful in 43s
Enable Auto Merge / auto-merge (pull_request) Has been skipped
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 22s

This commit is contained in:
Renovate Bot 2024-07-13 03:00:57 +00:00
parent f828b6cfea
commit e98a4f4db5

11
package-lock.json generated
View file

@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^9.7.0",
"eslint": "^9.5.0",
"typescript": "^5.4.5"
}
},
@ -277,10 +277,11 @@
}
},
"node_modules/@types/ws": {
"version": "8.5.10",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
"version": "8.5.11",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.11.tgz",
"integrity": "sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
@ -2488,7 +2489,7 @@
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.11",
"express": "^4.19.2",
"typescript": "^5.4.5",
"ws": "^8.17.1"