From 43ace7477360cc0810cb754cb1a2b197b1332e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:31:23 +0000 Subject: [PATCH] build(deps-dev): bump ws in /static/attack-website/attack-search Bumps [ws](https://github.com/websockets/ws) from 8.12.0 to 8.18.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.12.0...8.18.2) --- updated-dependencies: - dependency-name: ws dependency-version: 8.18.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- static/attack-website/attack-search/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/attack-website/attack-search/package-lock.json b/static/attack-website/attack-search/package-lock.json index 7217264..3632f9b 100644 --- a/static/attack-website/attack-search/package-lock.json +++ b/static/attack-website/attack-search/package-lock.json @@ -10997,10 +10997,11 @@ } }, "node_modules/ws": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz", - "integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==", + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", + "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" },