chore(deps): bump ws from 8.9.0 to 8.10.0 (#9159)
This commit is contained in:
parent
e78a4e89c2
commit
e19dd6c92c
20
package-lock.json
generated
20
package-lock.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,6 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.9.0"
|
||||
"ws": "8.10.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user