Skip to content

Commit 6064296

Browse files
chore(deps): bump ws and @types/ws (#164)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88bac0a commit 6064296

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
@@ -246,7 +246,7 @@
246246
"@types/node": "^16.11.21",
247247
"@types/vscode": "^1.73.0",
248248
"@types/which": "^2.0.1",
249-
"@types/ws": "^8.5.3",
249+
"@types/ws": "^8.5.10",
250250
"@typescript-eslint/eslint-plugin": "^6.7.4",
251251
"@typescript-eslint/parser": "^6.7.4",
252252
"@vscode/test-electron": "^2.3.6",
@@ -288,7 +288,7 @@
288288
"tar-fs": "^2.1.1",
289289
"ua-parser-js": "^1.0.35",
290290
"which": "^4.0.0",
291-
"ws": "^8.11.0",
291+
"ws": "^8.14.2",
292292
"yaml": "^2.3.4",
293293
"zod": "^3.22.3"
294294
},

yarn.lock

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

718-
"@types/ws@^8.5.3":
719-
version "8.5.4"
720-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
721-
integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==
718+
"@types/ws@^8.5.10":
719+
version "8.5.10"
720+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
721+
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
722722
dependencies:
723723
"@types/node" "*"
724724

@@ -6248,10 +6248,10 @@ [email protected]:
62486248
dependencies:
62496249
mkdirp "^0.5.1"
62506250

6251-
ws@^8.11.0:
6252-
version "8.12.0"
6253-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
6254-
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
6251+
ws@^8.14.2:
6252+
version "8.14.2"
6253+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
6254+
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
62556255

62566256
xml2js@^0.5.0:
62576257
version "0.5.0"

0 commit comments

Comments
 (0)