Skip to content

Commit 58ffe4d

Browse files
dependabot[bot]manast
authored andcommitted
build(deps): bump ws from 7.0.1 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.0.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.0.1...7.4.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9a5f3a commit 58ffe4d

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"chalk": "^2.4.2",
1818
"lodash": "^4.17.11",
1919
"strict-event-emitter-types": "^2.0.0",
20-
"ws": "^7.0.0"
20+
"ws": "^7.4.6"
2121
},
2222
"devDependencies": {
2323
"@commitlint/cli": "^8.0.0",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -580,11 +580,6 @@ async-each@^1.0.1:
580580
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
581581
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
582582

583-
async-limiter@^1.0.0:
584-
version "1.0.0"
585-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
586-
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
587-
588583
asynckit@^0.4.0:
589584
version "0.4.0"
590585
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -5372,12 +5367,10 @@ write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.2:
53725367
imurmurhash "^0.1.4"
53735368
signal-exit "^3.0.2"
53745369

5375-
ws@^7.0.0:
5376-
version "7.0.1"
5377-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.0.1.tgz#1a04e86cc3a57c03783f4910fdb090cf31b8e165"
5378-
integrity sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==
5379-
dependencies:
5380-
async-limiter "^1.0.0"
5370+
ws@^7.4.6:
5371+
version "7.4.6"
5372+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
5373+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
53815374

53825375
xdg-basedir@^3.0.0:
53835376
version "3.0.0"

0 commit comments

Comments
 (0)