chore(deps): Bump ws from 8.13.0 to 8.14.0 (#10854)

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] 2023-09-07 07:36:21 +00:00 committed by GitHub
parent 28564b36e1
commit e92e4b2c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@ -10878,9 +10878,9 @@
}
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.0.tgz",
"integrity": "sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==",
"engines": {
"node": ">=10.0.0"
},
@ -11119,7 +11119,7 @@
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1159816",
"ws": "8.13.0"
"ws": "8.14.0"
},
"devDependencies": {
"disposablestack": "1.1.1",
@ -11152,7 +11152,7 @@
"license": "Apache-2.0",
"dependencies": {
"mime": "3.0.0",
"ws": "8.13.0"
"ws": "8.14.0"
}
},
"packages/ts-plugin": {
@ -12299,7 +12299,7 @@
"version": "file:packages/testserver",
"requires": {
"mime": "3.0.0",
"ws": "8.13.0"
"ws": "8.14.0"
}
},
"@prettier/sync": {
@ -17265,7 +17265,7 @@
"mitt": "3.0.1",
"parsel-js": "1.1.2",
"rxjs": "7.8.1",
"ws": "8.13.0"
"ws": "8.14.0"
},
"dependencies": {
"rxjs": {
@ -18621,9 +18621,9 @@
}
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.0.tgz",
"integrity": "sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==",
"requires": {}
},
"y18n": {

View File

@ -145,7 +145,7 @@
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1159816",
"ws": "8.13.0"
"ws": "8.14.0"
},
"devDependencies": {
"disposablestack": "1.1.1",

View File

@ -28,6 +28,6 @@
"license": "Apache-2.0",
"dependencies": {
"mime": "3.0.0",
"ws": "8.13.0"
"ws": "8.14.0"
}
}