From a433ffea2ce082a477505a0d0c43d354eac9b7c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2024 17:30:22 +0000 Subject: [PATCH] fix: upgrade ws from 8.13.0 to 8.16.0 Snyk has created this PR to upgrade ws from 8.13.0 to 8.16.0. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/acinader/project/c354db4d-ec51-46b5-8574-3238dc19f365?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 42 ++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cd9463100..90253650e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "jwks-rsa": "2.1.5", "ldapjs": "2.3.3", "lodash": "4.17.21", - "lru-cache": "^10.1.0", + "lru-cache": "10.1.0", "mime": "3.0.0", "mongodb": "4.10.0", "mustache": "4.2.0", @@ -52,7 +52,7 @@ "uuid": "9.0.0", "winston": "3.8.2", "winston-daily-rotate-file": "4.7.1", - "ws": "8.13.0" + "ws": "^8.16.0" }, "bin": { "parse-server": "bin/parse-server" @@ -2815,6 +2815,26 @@ "crypto-js": "4.1.1" } }, + "node_modules/@parse/push-adapter/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==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/@redis/bloom": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-1.2.0.tgz", @@ -20411,9 +20431,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.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "engines": { "node": ">=10.0.0" }, @@ -22566,6 +22586,12 @@ "ws": "8.13.0", "xmlhttprequest": "1.8.0" } + }, + "ws": { + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", + "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "requires": {} } } }, @@ -36076,9 +36102,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.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "requires": {} }, "xmlcreate": { diff --git a/package.json b/package.json index afab2614c3..83ddc3a915 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "uuid": "9.0.0", "winston": "3.8.2", "winston-daily-rotate-file": "4.7.1", - "ws": "8.13.0" + "ws": "8.16.0" }, "devDependencies": { "@actions/core": "1.9.1",