From 6579e8254c42528ad403a9e3701b1b7e9fed3999 Mon Sep 17 00:00:00 2001 From: Parse Platform <90459499+parseplatformorg@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:18:13 +0100 Subject: [PATCH] refactor: Upgrade ws from 8.15.1 to 8.16.0 (#8952) --- 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 dba5ee46..d89f5dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "uuid": "9.0.0", "winston": "3.11.0", "winston-daily-rotate-file": "4.7.1", - "ws": "8.15.1" + "ws": "^8.16.0" }, "bin": { "parse-server": "bin/parse-server" @@ -19658,9 +19658,9 @@ } }, "node_modules/ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "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" }, @@ -34689,9 +34689,9 @@ } }, "ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "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 6c8970c9..948911ae 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "uuid": "9.0.0", "winston": "3.11.0", "winston-daily-rotate-file": "4.7.1", - "ws": "8.15.1" + "ws": "8.16.0" }, "devDependencies": { "@actions/core": "1.9.1",