refactor: Security upgrade ws from 8.16.0 to 8.17.1 (#9157)

This commit is contained in:
Parse Platform
2024-06-22 21:48:59 +02:00
committed by GitHub
parent 0d5e01c26b
commit 3012ff72bb
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"follow-redirects": "1.15.6", "follow-redirects": "1.15.6",
"graphql": "16.8.1", "graphql": "16.8.1",
"graphql-list-fields": "2.0.4", "graphql-list-fields": "2.0.4",
"graphql-relay": "^0.10.1", "graphql-relay": "0.10.1",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"intersect": "1.0.1", "intersect": "1.0.1",
"jsonwebtoken": "9.0.0", "jsonwebtoken": "9.0.0",
@@ -52,7 +52,7 @@
"uuid": "9.0.1", "uuid": "9.0.1",
"winston": "3.12.0", "winston": "3.12.0",
"winston-daily-rotate-file": "5.0.0", "winston-daily-rotate-file": "5.0.0",
"ws": "8.16.0" "ws": "^8.17.1"
}, },
"bin": { "bin": {
"parse-server": "bin/parse-server" "parse-server": "bin/parse-server"
@@ -21413,9 +21413,10 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.16.0", "version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"license": "MIT",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@@ -37907,9 +37908,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.16.0", "version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"requires": {} "requires": {}
}, },
"xmlcreate": { "xmlcreate": {

View File

@@ -61,7 +61,7 @@
"uuid": "9.0.1", "uuid": "9.0.1",
"winston": "3.12.0", "winston": "3.12.0",
"winston-daily-rotate-file": "5.0.0", "winston-daily-rotate-file": "5.0.0",
"ws": "8.16.0" "ws": "8.17.1"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.9.1", "@actions/core": "1.9.1",