From 944d968679ecfcecfe4db17006036c4fee5f8425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:10:49 +0000 Subject: [PATCH] Bump ws from 8.14.2 to 8.17.1 in /ElectronJS Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ElectronJS/package-lock.json | 8 ++++---- ElectronJS/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ElectronJS/package-lock.json b/ElectronJS/package-lock.json index e2e1324..cd319d2 100644 --- a/ElectronJS/package-lock.json +++ b/ElectronJS/package-lock.json @@ -18,7 +18,7 @@ "node-abi": "^3.52.0", "node-window-manager": "^2.2.4", "selenium-webdriver": "^4.16.0", - "ws": "^8.12.0", + "ws": "^8.17.1", "xlsx": "^0.18.5" }, "devDependencies": { @@ -5697,9 +5697,9 @@ "license": "ISC" }, "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.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, diff --git a/ElectronJS/package.json b/ElectronJS/package.json index 3f1464a..2819e70 100644 --- a/ElectronJS/package.json +++ b/ElectronJS/package.json @@ -40,7 +40,7 @@ "node-abi": "^3.52.0", "node-window-manager": "^2.2.4", "selenium-webdriver": "^4.16.0", - "ws": "^8.12.0", + "ws": "^8.17.1", "xlsx": "^0.18.5" }, "config": {