chore(deps): Bump ws from 8.14.0 to 8.14.1 (#10874)

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-13 10:35:47 +02:00 committed by GitHub
parent f1d996060b
commit 2fb00321b3
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": { "node_modules/ws": {
"version": "8.14.0", "version": "8.14.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz",
"integrity": "sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==", "integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@ -11119,7 +11119,7 @@
"cross-fetch": "4.0.0", "cross-fetch": "4.0.0",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1159816", "devtools-protocol": "0.0.1159816",
"ws": "8.14.0" "ws": "8.14.1"
}, },
"devDependencies": { "devDependencies": {
"disposablestack": "1.1.1", "disposablestack": "1.1.1",
@ -11152,7 +11152,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.14.0" "ws": "8.14.1"
} }
}, },
"packages/ts-plugin": { "packages/ts-plugin": {
@ -12299,7 +12299,7 @@
"version": "file:packages/testserver", "version": "file:packages/testserver",
"requires": { "requires": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.14.0" "ws": "8.14.1"
} }
}, },
"@prettier/sync": { "@prettier/sync": {
@ -17265,7 +17265,7 @@
"mitt": "3.0.1", "mitt": "3.0.1",
"parsel-js": "1.1.2", "parsel-js": "1.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"ws": "8.14.0" "ws": "8.14.1"
}, },
"dependencies": { "dependencies": {
"rxjs": { "rxjs": {
@ -18621,9 +18621,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.14.0", "version": "8.14.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz",
"integrity": "sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==", "integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==",
"requires": {} "requires": {}
}, },
"y18n": { "y18n": {

View File

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

View File

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