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

View File

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

View File

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