From 4841192559822a6eb16a691eefb5f530524efac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:59:17 +0000 Subject: [PATCH] build(deps): bump ws from 8.14.2 to 8.17.0 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8035a0e..8d54231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lwc": "^3.8.0", "lwr": "^0.10.12", "salesforce-pubsub-api-client": "^3.0.2", - "ws": "^8.14.2" + "ws": "^8.17.0" }, "devDependencies": { "@lwc/eslint-plugin-lwc": "^1.8.1", @@ -17283,9 +17283,9 @@ } }, "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.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 6b9fe79..dc56599 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lwc": "^3.8.0", "lwr": "^0.10.12", "salesforce-pubsub-api-client": "^3.0.2", - "ws": "^8.14.2" + "ws": "^8.17.0" }, "devDependencies": { "@lwc/eslint-plugin-lwc": "^1.8.1",