From abd5582c036773b74943540d5d9f3de1a80daffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:12:44 +0000 Subject: [PATCH] Bump ws from 8.18.2 to 8.18.3 Bumps [ws](https://github.com/websockets/ws) from 8.18.2 to 8.18.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.2...8.18.3) --- updated-dependencies: - dependency-name: ws dependency-version: 8.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 574c4a5..155274d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "serve-static": "^2.2.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.18.2" + "ws": "^8.18.3" }, "devDependencies": { "@types/finalhandler": "^1.1.0", @@ -5034,10 +5034,9 @@ } }, "node_modules/ws": { - "version": "8.18.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", - "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", - "license": "MIT", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 62bb52e..5c6fbf4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "serve-static": "^2.2.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.18.2" + "ws": "^8.18.3" }, "devDependencies": { "@types/finalhandler": "^1.1.0",