From e92e4b2c82784fc5e13ed40f49aba7d040d23f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 07:36:21 +0000 Subject: [PATCH] chore(deps): Bump ws from 8.13.0 to 8.14.0 (#10854) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- packages/puppeteer-core/package.json | 2 +- packages/testserver/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90804223ede..b60429ee1f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 4241b2e9f75..edfae82ebe6 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -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", diff --git a/packages/testserver/package.json b/packages/testserver/package.json index bc438762dc5..5304b40e2b5 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.13.0" + "ws": "8.14.0" } }