Skip to content

Commit a161623

Browse files
Service Github-Snyksnyk-bot
authored and
GitHub Enterprise
committed
[Snyk] Security upgrade ws from 7.5.9 to 7.5.10 (#417)
* fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 * fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --------- Co-authored-by: snyk-bot <[email protected]>
1 parent 73d15e7 commit a161623

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"path-browserify": "^1.0.1",
6565
"typed-emitter": "^2.1.0",
6666
"util": "^0.12.4",
67-
"ws": "^7.4.6"
67+
"ws": "^7.5.10"
6868
},
6969
"devDependencies": {
7070
"@babel/core": "^7.16.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6310,10 +6310,10 @@ ws@^5.1.0:
63106310
dependencies:
63116311
async-limiter "~1.0.0"
63126312

6313-
ws@^7.4.6:
6314-
version "7.5.9"
6315-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
6316-
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
6313+
ws@^7.5.10:
6314+
version "7.5.10"
6315+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
6316+
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
63176317

63186318
xmlbuilder@^13.0.2:
63196319
version "13.0.2"

0 commit comments

Comments
 (0)