From e79c275912da6c9f473abe1caee985e240957752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 06:45:56 +0000 Subject: [PATCH] fix: upgrade ws from 8.13.0 to 8.17.0 Snyk has created this PR to upgrade ws from 8.13.0 to 8.17.0. 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae599b42..80efe941 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.17.0" }, "devDependencies": { "@shelf/jest-mongodb": "4.1.7", @@ -15912,9 +15912,9 @@ } }, "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.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "engines": { "node": ">=10.0.0" }, @@ -28519,9 +28519,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.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index 5d8c0f05..f739f25e 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.17.0" }, "devDependencies": { "@shelf/jest-mongodb": "4.1.7",