mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump the dependencies group with 1 update (#11526)
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
b4a65245b0
commit
983e25ba28
10
package-lock.json
generated
10
package-lock.json
generated
@ -11754,9 +11754,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.14.2",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
|
||||
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz",
|
||||
"integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
@ -11991,7 +11991,7 @@
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1213968",
|
||||
"ws": "8.14.2"
|
||||
"ws": "8.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "4.1.12",
|
||||
@ -12023,7 +12023,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.14.2"
|
||||
"ws": "8.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mime": "3.0.4"
|
||||
|
@ -123,7 +123,7 @@
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1213968",
|
||||
"ws": "8.14.2"
|
||||
"ws": "8.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "4.1.12",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.14.2"
|
||||
"ws": "8.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mime": "3.0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user