chore(deps): Bump ws from 8.12.1 to 8.13.0 (#9831)

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-03-20 14:49:37 +00:00 committed by GitHub
parent cb079378bb
commit 3d1dd519ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

17
package-lock.json generated
View File

@ -8974,8 +8974,9 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.12.1", "version": "8.13.0",
"license": "MIT", "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@ -9241,7 +9242,7 @@
"rimraf": "4.4.0", "rimraf": "4.4.0",
"tar-fs": "2.1.1", "tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3", "unbzip2-stream": "1.4.3",
"ws": "8.12.1" "ws": "8.13.0"
}, },
"devDependencies": { "devDependencies": {
"mitt": "3.0.0", "mitt": "3.0.0",
@ -9265,7 +9266,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.12.1" "ws": "8.13.0"
} }
}, },
"test": { "test": {
@ -10070,7 +10071,7 @@
"version": "file:packages/testserver", "version": "file:packages/testserver",
"requires": { "requires": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.12.1" "ws": "8.13.0"
} }
}, },
"@puppeteer-test/installation": { "@puppeteer-test/installation": {
@ -14004,7 +14005,7 @@
"rimraf": "4.4.0", "rimraf": "4.4.0",
"tar-fs": "2.1.1", "tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3", "unbzip2-stream": "1.4.3",
"ws": "8.12.1" "ws": "8.13.0"
} }
}, },
"q": { "q": {
@ -15087,7 +15088,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.12.1", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {} "requires": {}
}, },
"y18n": { "y18n": {

View File

@ -141,7 +141,7 @@
"rimraf": "4.4.0", "rimraf": "4.4.0",
"tar-fs": "2.1.1", "tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3", "unbzip2-stream": "1.4.3",
"ws": "8.12.1" "ws": "8.13.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": ">= 4.7.4" "typescript": ">= 4.7.4"

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.12.1" "ws": "8.13.0"
} }
} }