Skip to content

Commit bc38b04

Browse files
chore(deps): 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.0 to 8.14.2 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.12.0...8.14.2) Updates `@types/ws` from 8.5.4 to 8.5.8 - [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 7d08faa commit bc38b04

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
@@ -240,7 +240,7 @@
240240
"@types/node": "^16.11.21",
241241
"@types/vscode": "^1.73.0",
242242
"@types/which": "^2.0.1",
243-
"@types/ws": "^8.5.3",
243+
"@types/ws": "^8.5.8",
244244
"@typescript-eslint/eslint-plugin": "^6.7.4",
245245
"@typescript-eslint/parser": "^6.7.4",
246246
"@vscode/test-electron": "^2.3.6",
@@ -282,7 +282,7 @@
282282
"tar-fs": "^2.1.1",
283283
"ua-parser-js": "^1.0.35",
284284
"which": "^2.0.2",
285-
"ws": "^8.11.0",
285+
"ws": "^8.14.2",
286286
"yaml": "^2.3.3",
287287
"zod": "^3.22.3"
288288
},

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,10 @@
720720
resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.1.tgz#27ecd67f915b7c3d6ba552135bb1eecd66e63501"
721721
integrity sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==
722722

723-
"@types/ws@^8.5.3":
724-
version "8.5.4"
725-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
726-
integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==
723+
"@types/ws@^8.5.8":
724+
version "8.5.8"
725+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.8.tgz#13efec7bd439d0bdf2af93030804a94f163b1430"
726+
integrity sha512-flUksGIQCnJd6sZ1l5dqCEG/ksaoAg/eUwiLAGTJQcfgvZJKF++Ta4bJA6A5aPSJmsr+xlseHn4KLgVlNnvPTg==
727727
dependencies:
728728
"@types/node" "*"
729729

@@ -6255,10 +6255,10 @@ write@1.0.3:
62556255
dependencies:
62566256
mkdirp "^0.5.1"
62576257

6258-
ws@^8.11.0:
6259-
version "8.12.0"
6260-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
6261-
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
6258+
ws@^8.14.2:
6259+
version "8.14.2"
6260+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
6261+
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
62626262

62636263
xml2js@^0.5.0:
62646264
version "0.5.0"

0 commit comments

Comments
 (0)