From 43e10def6f1b39fbde0a1dbc3a575bad514a16d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:00:32 +0000 Subject: [PATCH] refactor: bump ws from 8.18.2 to 8.20.0 Bumps [ws](https://github.com/websockets/ws) from 8.18.2 to 8.20.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.2...8.20.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9fdeaa5170..9e1e19edbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "uuid": "11.1.0", "winston": "3.19.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.18.2" + "ws": "8.20.0" }, "bin": { "parse-server": "bin/parse-server" @@ -26652,10 +26652,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.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "engines": { "node": ">=10.0.0" }, @@ -45095,9 +45094,9 @@ } }, "ws": { - "version": "8.18.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", - "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "requires": {} }, "xmlcreate": { diff --git a/package.json b/package.json index dc3921352e..be98280958 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "uuid": "11.1.0", "winston": "3.19.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.18.2" + "ws": "8.20.0" }, "devDependencies": { "@actions/core": "3.0.0",