Skip to content

Commit 74c4b7d

Browse files
Bump ws and @types/ws
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.12.1 to 8.13.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.12.1...8.13.0) Updates `@types/ws` from 8.5.4 to 8.5.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f40a39e commit 74c4b7d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.0.28",
3131
"@types/react-dom": "^18.0.11",
3232
"@types/webpack": "^5.28.0",
33-
"@types/ws": "^8.5.4",
33+
"@types/ws": "^8.5.5",
3434
"@typescript-eslint/eslint-plugin": "^6.0.0",
3535
"@typescript-eslint/parser": "^6.0.0",
3636
"classnames": "^2.3.2",
@@ -81,7 +81,7 @@
8181
"express": "^4.18.2",
8282
"gray-matter": "^4.0.3",
8383
"open": "^9.1.0",
84-
"ws": "^8.12.1"
84+
"ws": "^8.13.0"
8585
},
8686
"packageManager": "yarn@1.22.19",
8787
"engines": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,10 @@
993993
tapable "^2.2.0"
994994
webpack "^5"
995995

996-
"@types/ws@^8.5.4":
997-
version "8.5.4"
998-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
999-
integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==
996+
"@types/ws@^8.5.5":
997+
version "8.5.5"
998+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb"
999+
integrity sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==
10001000
dependencies:
10011001
"@types/node" "*"
10021002

@@ -5363,10 +5363,10 @@ write-file-atomic@^4.0.2:
53635363
imurmurhash "^0.1.4"
53645364
signal-exit "^3.0.7"
53655365

5366-
ws@^8.12.1:
5367-
version "8.12.1"
5368-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
5369-
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
5366+
ws@^8.13.0:
5367+
version "8.13.0"
5368+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
5369+
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
53705370

53715371
y18n@^5.0.5:
53725372
version "5.0.8"

0 commit comments

Comments
 (0)