fix: upgrade ws from 7.3.0 to 7.3.1 (#6831)

Snyk has created this PR to upgrade ws from 7.3.0 to 7.3.1.

See this package in npm:
https://www.npmjs.com/package/ws

See this project in Snyk:
https://app.snyk.io/org/dplewis/project/704d127e-7a24-4789-a0cd-807b7b972c86?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-07-26 23:22:06 +01:00
committed by GitHub
parent 114d78e80a
commit 9ba9620bdf
2 changed files with 9 additions and 4 deletions

11
package-lock.json generated
View File

@@ -10117,6 +10117,11 @@
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"ws": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
"integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
}
}
},
@@ -12404,9 +12409,9 @@
}
},
"ws": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz",
"integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w=="
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA=="
},
"xml2js": {
"version": "0.4.17",

View File

@@ -56,7 +56,7 @@
"uuid": "8.2.0",
"winston": "3.2.1",
"winston-daily-rotate-file": "4.5.0",
"ws": "7.3.0"
"ws": "7.3.1"
},
"devDependencies": {
"@babel/cli": "7.10.0",