refactor: upgrade ws from 8.5.0 to 8.6.0 (#8011)

This commit is contained in:
Snyk bot
2022-05-23 20:36:46 +03:00
committed by GitHub
parent 51fb14be3f
commit 91bb235bc7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16373,9 +16373,9 @@
} }
}, },
"ws": { "ws": {
"version": "8.5.0", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==" "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw=="
}, },
"xmlcreate": { "xmlcreate": {
"version": "2.0.3", "version": "2.0.3",

View File

@@ -55,7 +55,7 @@
"uuid": "8.3.2", "uuid": "8.3.2",
"winston": "3.7.2", "winston": "3.7.2",
"winston-daily-rotate-file": "4.6.1", "winston-daily-rotate-file": "4.6.1",
"ws": "8.5.0" "ws": "8.6.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.2.6", "@actions/core": "1.2.6",