refactor: upgrade ws from 8.2.2 to 8.2.3 (#7698)

This commit is contained in:
Snyk bot
2021-11-14 03:31:05 +01:00
committed by GitHub
parent a2fefde4ba
commit 426ccdc8f3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16820,9 +16820,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.2.2", "version": "8.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz",
"integrity": "sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==" "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA=="
}, },
"xmlcreate": { "xmlcreate": {
"version": "2.0.3", "version": "2.0.3",

View File

@@ -58,7 +58,7 @@
"uuid": "8.3.2", "uuid": "8.3.2",
"winston": "3.3.3", "winston": "3.3.3",
"winston-daily-rotate-file": "4.5.5", "winston-daily-rotate-file": "4.5.5",
"ws": "8.2.2" "ws": "8.2.3"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.2.6", "@actions/core": "1.2.6",