Merge pull request #32 from werf/dependabot/npm_and_yarn/ws-7.4.6

Bump ws from 7.3.1 to 7.4.6
This commit is contained in:
Alexey Igrychev
2021-08-04 22:42:54 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3980,9 +3980,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.3.1", "version": "7.4.6",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
}, },
"yaeti": { "yaeti": {
"version": "0.0.6", "version": "0.0.6",

View File

@@ -14,7 +14,7 @@
"superagent": "^3.8.3", "superagent": "^3.8.3",
"tmp": "^0.2.1", "tmp": "^0.2.1",
"typescript-string-operations": "^1.4.0", "typescript-string-operations": "^1.4.0",
"ws": ">=3.3.1" "ws": ">=7.4.6"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.1", "@types/node": "^12.19.1",