mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump ws from 8.13.0 to 8.14.0 (#10854)
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:
parent
28564b36e1
commit
e92e4b2c82
20
package-lock.json
generated
20
package-lock.json
generated
@ -10878,9 +10878,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"version": "8.14.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.0.tgz",
|
||||
"integrity": "sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
@ -11119,7 +11119,7 @@
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1159816",
|
||||
"ws": "8.13.0"
|
||||
"ws": "8.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"disposablestack": "1.1.1",
|
||||
@ -11152,7 +11152,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.13.0"
|
||||
"ws": "8.14.0"
|
||||
}
|
||||
},
|
||||
"packages/ts-plugin": {
|
||||
@ -12299,7 +12299,7 @@
|
||||
"version": "file:packages/testserver",
|
||||
"requires": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.13.0"
|
||||
"ws": "8.14.0"
|
||||
}
|
||||
},
|
||||
"@prettier/sync": {
|
||||
@ -17265,7 +17265,7 @@
|
||||
"mitt": "3.0.1",
|
||||
"parsel-js": "1.1.2",
|
||||
"rxjs": "7.8.1",
|
||||
"ws": "8.13.0"
|
||||
"ws": "8.14.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"rxjs": {
|
||||
@ -18621,9 +18621,9 @@
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"version": "8.14.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.0.tgz",
|
||||
"integrity": "sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==",
|
||||
"requires": {}
|
||||
},
|
||||
"y18n": {
|
||||
|
@ -145,7 +145,7 @@
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1159816",
|
||||
"ws": "8.13.0"
|
||||
"ws": "8.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"disposablestack": "1.1.1",
|
||||
|
@ -28,6 +28,6 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.13.0"
|
||||
"ws": "8.14.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user