Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2760f9e

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

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"@types/node-forge": "^1.3.11",
261261
"@types/ua-parser-js": "^0.7.39",
262262
"@types/vscode": "^1.73.0",
263-
"@types/ws": "^8.5.10",
263+
"@types/ws": "^8.5.11",
264264
"@typescript-eslint/eslint-plugin": "^6.21.0",
265265
"@typescript-eslint/parser": "^6.21.0",
266266
"@vscode/test-electron": "^2.4.0",
@@ -297,7 +297,7 @@
297297
"proxy-agent": "^6.4.0",
298298
"semver": "^7.6.2",
299299
"ua-parser-js": "^1.0.38",
300-
"ws": "^8.17.1",
300+
"ws": "^8.18.0",
301301
"zod": "^3.23.8"
302302
},
303303
"resolutions": {

yarn.lock

+9-14
Original file line numberDiff line numberDiff line change
@@ -654,12 +654,7 @@
654654
dependencies:
655655
"@types/node" "*"
656656

657-
"@types/node@*":
658-
version "18.11.18"
659-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
660-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
661-
662-
"@types/node@^18.0.0":
657+
"@types/node@*", "@types/node@^18.0.0":
663658
version "18.19.33"
664659
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.33.tgz#98cd286a1b8a5e11aa06623210240bcc28e95c48"
665660
integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
@@ -686,10 +681,10 @@
686681
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.74.0.tgz#4adc21b4e7f527b893de3418c21a91f1e503bdcd"
687682
integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
688683

689-
"@types/ws@^8.5.10":
690-
version "8.5.10"
691-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
692-
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
684+
"@types/ws@^8.5.11":
685+
version "8.5.11"
686+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.11.tgz#90ad17b3df7719ce3e6bc32f83ff954d38656508"
687+
integrity sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==
693688
dependencies:
694689
"@types/node" "*"
695690

@@ -6456,10 +6451,10 @@ [email protected]:
64566451
dependencies:
64576452
mkdirp "^0.5.1"
64586453

6459-
ws@^8.17.1:
6460-
version "8.17.1"
6461-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
6462-
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
6454+
ws@^8.18.0:
6455+
version "8.18.0"
6456+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
6457+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
64636458

64646459
xml2js@^0.5.0:
64656460
version "0.5.0"

0 commit comments

Comments
 (0)