chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#31377)

Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-19 10:42:43 -07:00 committed by GitHub
parent 45ee318673
commit 82a44f28e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -62,7 +62,7 @@
"ssim.js": "^3.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.13",
"ws": "^8.5.0",
"ws": "^8.17.1",
"xml2js": "^0.5.0",
"yaml": "^2.2.2"
},
@ -8028,9 +8028,9 @@
"dev": true
},
"node_modules/ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"dev": true,
"engines": {
"node": ">=10.0.0"

View File

@ -100,7 +100,7 @@
"ssim.js": "^3.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.13",
"ws": "^8.5.0",
"ws": "^8.17.1",
"xml2js": "^0.5.0",
"yaml": "^2.2.2"
}