chore(deps): Bump ws from 8.12.1 to 8.13.0 (#9831)
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
cb079378bb
commit
3d1dd519ac
17
package-lock.json
generated
17
package-lock.json
generated
@ -8974,8 +8974,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.12.1",
|
||||
"license": "MIT",
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
@ -9241,7 +9242,7 @@
|
||||
"rimraf": "4.4.0",
|
||||
"tar-fs": "2.1.1",
|
||||
"unbzip2-stream": "1.4.3",
|
||||
"ws": "8.12.1"
|
||||
"ws": "8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mitt": "3.0.0",
|
||||
@ -9265,7 +9266,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.12.1"
|
||||
"ws": "8.13.0"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
@ -10070,7 +10071,7 @@
|
||||
"version": "file:packages/testserver",
|
||||
"requires": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.12.1"
|
||||
"ws": "8.13.0"
|
||||
}
|
||||
},
|
||||
"@puppeteer-test/installation": {
|
||||
@ -14004,7 +14005,7 @@
|
||||
"rimraf": "4.4.0",
|
||||
"tar-fs": "2.1.1",
|
||||
"unbzip2-stream": "1.4.3",
|
||||
"ws": "8.12.1"
|
||||
"ws": "8.13.0"
|
||||
}
|
||||
},
|
||||
"q": {
|
||||
@ -15087,7 +15088,9 @@
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.12.1",
|
||||
"version": "8.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
|
||||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
|
||||
"requires": {}
|
||||
},
|
||||
"y18n": {
|
||||
|
@ -141,7 +141,7 @@
|
||||
"rimraf": "4.4.0",
|
||||
"tar-fs": "2.1.1",
|
||||
"unbzip2-stream": "1.4.3",
|
||||
"ws": "8.12.1"
|
||||
"ws": "8.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">= 4.7.4"
|
||||
|
@ -28,6 +28,6 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mime": "3.0.0",
|
||||
"ws": "8.12.1"
|
||||
"ws": "8.13.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user