From e5021c05dd41dd107a0f1ff56844390ce26e59f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:17:26 +0000 Subject: [PATCH] Bump ws from 8.18.0 to 8.18.3 Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.18.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.0...8.18.3) --- updated-dependencies: - dependency-name: ws dependency-version: 8.18.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa2decbec..87839f2f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", "webpack-inline-svg-plugin": "^1.1.4", - "ws": ">=8.17.1" + "ws": ">=8.18.3" } }, "node_modules/@ampproject/remapping": { @@ -11567,11 +11567,10 @@ "dev": true }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -20102,9 +20101,9 @@ } }, "ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index aa8a928a7..c98f9bcf4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "webpack-inline-svg-plugin": "^1.1.4", "body-parser": ">=1.20.3", "braces": ">=3.0.3", - "ws": ">=8.17.1" + "ws": ">=8.18.3" }, "dependencies": { "prismjs": "^1.28.0"