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 (#11537)
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
3a5e11da18
commit
1d512d87d6
10
package-lock.json
generated
10
package-lock.json
generated
@ -11754,9 +11754,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz",
|
||||
"integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==",
|
||||
"version": "8.15.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz",
|
||||
"integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==",
|
||||
"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.15.0"
|
||||
"ws": "8.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "4.1.12",
|
||||
@ -12023,7 +12023,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.15.0"
|
||||
"ws": "8.15.1"
|
||||
},
|
||||
"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.15.0"
|
||||
"ws": "8.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "4.1.12",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.15.0"
|
||||
"ws": "8.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mime": "3.0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user