From 3012ff72bb3df74c2466ba9c06a3e296b27d1c4b Mon Sep 17 00:00:00 2001 From: Parse Platform <90459499+parseplatformorg@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:48:59 +0200 Subject: [PATCH] refactor: Security upgrade ws from 8.16.0 to 8.17.1 (#9157) --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7560be7..29cdb80e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "follow-redirects": "1.15.6", "graphql": "16.8.1", "graphql-list-fields": "2.0.4", - "graphql-relay": "^0.10.1", + "graphql-relay": "0.10.1", "graphql-tag": "2.12.6", "intersect": "1.0.1", "jsonwebtoken": "9.0.0", @@ -52,7 +52,7 @@ "uuid": "9.0.1", "winston": "3.12.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.16.0" + "ws": "^8.17.1" }, "bin": { "parse-server": "bin/parse-server" @@ -21413,9 +21413,10 @@ } }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -37907,9 +37908,9 @@ } }, "ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "requires": {} }, "xmlcreate": { diff --git a/package.json b/package.json index dee356f1..a8b86aec 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "uuid": "9.0.1", "winston": "3.12.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.16.0" + "ws": "8.17.1" }, "devDependencies": { "@actions/core": "1.9.1",