chore(deps): bump ws from 8.9.0 to 8.10.0 (#9159)

This commit is contained in:
dependabot[bot] 2022-10-25 15:31:48 +02:00 committed by GitHub
parent e78a4e89c2
commit e19dd6c92c
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

@ -8284,9 +8284,9 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.9.0", "version": "8.10.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", "integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@ -8492,7 +8492,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"tar-fs": "2.1.1", "tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3", "unbzip2-stream": "1.4.3",
"ws": "8.9.0" "ws": "8.10.0"
}, },
"engines": { "engines": {
"node": ">=14.1.0" "node": ">=14.1.0"
@ -8504,7 +8504,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.9.0" "ws": "8.10.0"
} }
}, },
"test": { "test": {
@ -9514,7 +9514,7 @@
"version": "file:packages/testserver", "version": "file:packages/testserver",
"requires": { "requires": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.9.0" "ws": "8.10.0"
} }
}, },
"@puppeteer-test/installation": { "@puppeteer-test/installation": {
@ -13318,7 +13318,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"tar-fs": "2.1.1", "tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3", "unbzip2-stream": "1.4.3",
"ws": "8.9.0" "ws": "8.10.0"
} }
}, },
"q": { "q": {
@ -14432,9 +14432,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.9.0", "version": "8.10.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.10.0.tgz",
"integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", "integrity": "sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==",
"requires": {} "requires": {}
}, },
"y18n": { "y18n": {

View File

@ -159,6 +159,6 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"tar-fs": "2.1.1", "tar-fs": "2.1.1",
"unbzip2-stream": "1.4.3", "unbzip2-stream": "1.4.3",
"ws": "8.9.0" "ws": "8.10.0"
} }
} }

View File

@ -15,6 +15,6 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"mime": "3.0.0", "mime": "3.0.0",
"ws": "8.9.0" "ws": "8.10.0"
} }
} }