refactor: Upgrade ws from 8.15.1 to 8.16.0 (#8952)

This commit is contained in:
Parse Platform
2024-02-26 22:18:13 +01:00
committed by GitHub
parent f5d6fc98e7
commit 6579e8254c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"uuid": "9.0.0", "uuid": "9.0.0",
"winston": "3.11.0", "winston": "3.11.0",
"winston-daily-rotate-file": "4.7.1", "winston-daily-rotate-file": "4.7.1",
"ws": "8.15.1" "ws": "^8.16.0"
}, },
"bin": { "bin": {
"parse-server": "bin/parse-server" "parse-server": "bin/parse-server"
@@ -19658,9 +19658,9 @@
} }
}, },
"node_modules/ws": { "node_modules/ws": {
"version": "8.15.1", "version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
@@ -34689,9 +34689,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.15.1", "version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"requires": {} "requires": {}
}, },
"xmlcreate": { "xmlcreate": {

View File

@@ -61,7 +61,7 @@
"uuid": "9.0.0", "uuid": "9.0.0",
"winston": "3.11.0", "winston": "3.11.0",
"winston-daily-rotate-file": "4.7.1", "winston-daily-rotate-file": "4.7.1",
"ws": "8.15.1" "ws": "8.16.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.9.1", "@actions/core": "1.9.1",