Skip to content

Commit

Permalink
Upgrade ws to v7.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 20, 2023
1 parent 6d2c9e8 commit 712e01e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0",
"whatwg-fetch": "^2.0.3",
"ws": "^7.4.6"
"ws": "^7.5.9"
},
"dependencies": {
"@electron/remote": "^2.0.10",
Expand Down Expand Up @@ -105,7 +105,7 @@
"electron-installer-redhat": "^2.0.0"
},
"resolutions": {
"ws": "^7.2.0"
"ws": "^7.5.9"
},
"jest": {
"testEnvironment": "node"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11378,10 +11378,10 @@ write@^0.2.1:
dependencies:
mkdirp "^0.5.1"

[email protected], [email protected], ws@^5.2.0, ws@^6.0.0, ws@^6.2.1, ws@^7, ws@^7.2.0, ws@^7.4.6:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
[email protected], [email protected], ws@^5.2.0, ws@^6.0.0, ws@^6.2.1, ws@^7, ws@^7.5.9:
version "7.5.9"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==

xml-name-validator@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 712e01e

Please sign in to comment.