Skip to content

Commit c54bc3e

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.17.1 to 8.18.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.17.1...8.18.1) Updates `@types/ws` from 8.5.10 to 8.18.0 - [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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fe9667 commit c54bc3e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",
33-
"@types/ws": "^8.5.10",
33+
"@types/ws": "^8.18.0",
3434
"@typescript-eslint/eslint-plugin": "^7.0.0",
3535
"@typescript-eslint/parser": "^6.21.0",
3636
"classnames": "^2.5.1",
@@ -81,7 +81,7 @@
8181
"express": "^4.21.2",
8282
"gray-matter": "^4.0.3",
8383
"open": "^10.1.0",
84-
"ws": "^8.17.1"
84+
"ws": "^8.18.1"
8585
},
8686
"packageManager": "yarn@1.22.19",
8787
"engines": {

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1238,10 +1238,10 @@
12381238
tapable "^2.2.0"
12391239
webpack "^5"
12401240

1241-
"@types/ws@^8.5.10":
1242-
version "8.5.10"
1243-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
1244-
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
1241+
"@types/ws@^8.18.0":
1242+
version "8.18.0"
1243+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.0.tgz#8a2ec491d6f0685ceaab9a9b7ff44146236993b5"
1244+
integrity sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==
12451245
dependencies:
12461246
"@types/node" "*"
12471247

@@ -6557,10 +6557,10 @@ write-file-atomic@^4.0.2:
65576557
imurmurhash "^0.1.4"
65586558
signal-exit "^3.0.7"
65596559

6560-
ws@^8.17.1:
6561-
version "8.17.1"
6562-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
6563-
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
6560+
ws@^8.18.1:
6561+
version "8.18.1"
6562+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb"
6563+
integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==
65646564

65656565
y18n@^5.0.5:
65666566
version "5.0.8"

0 commit comments

Comments
 (0)