From 887b9bfe04dde65039e3081cbe64bb0c66662ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:06:43 +0000 Subject: [PATCH] chore(deps): bump ws from 8.17.1 to 8.18.2 in /api Bumps [ws](https://github.com/websockets/ws) from 8.17.1 to 8.18.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.2) --- updated-dependencies: - dependency-name: ws dependency-version: 8.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 15 ++++++++------- api/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index c8ca7ab0..809593bc 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -40,7 +40,7 @@ "typescript": "^4.9.5", "uuid": "^9.0.0", "winston": "^3.8.2", - "ws": "^8.17.1", + "ws": "^8.18.2", "xml": "^1.0.1" }, "devDependencies": { @@ -10946,9 +10946,10 @@ } }, "node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", + "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -19461,9 +19462,9 @@ } }, "ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", + "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", "requires": {} }, "xml": { diff --git a/api/package.json b/api/package.json index d864f268..d5da19e8 100644 --- a/api/package.json +++ b/api/package.json @@ -35,7 +35,7 @@ "typescript": "^4.9.5", "uuid": "^9.0.0", "winston": "^3.8.2", - "ws": "^8.17.1", + "ws": "^8.18.2", "xml": "^1.0.1" }, "devDependencies": {