fix: package.json & package-lock.json to reduce vulnerabilities (#7405)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-1296835
This commit is contained in:
Snyk bot
2021-05-28 02:50:50 +03:00
committed by GitHub
parent 4253feed7d
commit d915bacee7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12633,9 +12633,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.4.5", "version": "7.4.6",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
}, },
"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.4", "winston-daily-rotate-file": "4.5.4",
"ws": "7.4.5" "ws": "7.4.6"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.2.6", "@actions/core": "1.2.6",