From 3d1dd519ac2345a387f5e7ddaa1eb2328ccdc9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:49:37 +0000 Subject: [PATCH] chore(deps): Bump ws from 8.12.1 to 8.13.0 (#9831) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++++++++------- packages/puppeteer-core/package.json | 2 +- packages/testserver/package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1e8d021c16..654370e8804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 93823fb7736..ffe4a3ea743 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -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" diff --git a/packages/testserver/package.json b/packages/testserver/package.json index eed95b36639..e21cf44b45e 100644 --- a/packages/testserver/package.json +++ b/packages/testserver/package.json @@ -28,6 +28,6 @@ "license": "Apache-2.0", "dependencies": { "mime": "3.0.0", - "ws": "8.12.1" + "ws": "8.13.0" } }