From e30c582f5d100347a9a334de2eea3914026a5081 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 May 2025 15:10:22 +0000 Subject: [PATCH] fix: upgrade ws from 8.13.0 to 8.18.2 Snyk has created this PR to upgrade ws from 8.13.0 to 8.18.2. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/j-mendez/project/a856e7ec-3c81-4251-a6c3-1974682eed73?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae599b42..dd9b4a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "nodemailer": "6.8.0", "pb-util": "1.0.3", "stripe": "11.18.0", - "ws": "8.13.0" + "ws": "^8.18.2" }, "devDependencies": { "@shelf/jest-mongodb": "4.1.7", @@ -15912,9 +15912,10 @@ } }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "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" }, @@ -28519,9 +28520,9 @@ } }, "ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", + "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index 5d8c0f05..8f43347c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "nodemailer": "6.8.0", "pb-util": "1.0.3", "stripe": "11.18.0", - "ws": "8.13.0" + "ws": "8.18.2" }, "devDependencies": { "@shelf/jest-mongodb": "4.1.7",