From 30901b16b9a86a73c8a5f65be0d36444510953a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 03:20:15 +0000 Subject: [PATCH] Bump @types/ws from 8.5.10 to 8.5.13 Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.10 to 8.5.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) --- updated-dependencies: - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- typescript/ws-protocol-examples/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/ws-protocol-examples/package.json b/typescript/ws-protocol-examples/package.json index 5b76304b..aa480202 100644 --- a/typescript/ws-protocol-examples/package.json +++ b/typescript/ws-protocol-examples/package.json @@ -47,7 +47,7 @@ "@types/lodash": "^4.14.202", "@types/node": "^22.9.1", "@types/promise-queue": "^2.2.3", - "@types/ws": "^8.5.10", + "@types/ws": "^8.5.13", "eslint": "9.13.0", "prettier": "3.3.3", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index 7a771e54..c0568f85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1694,10 +1694,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/ws@^8.5.10": - version "8.5.10" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787" - integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A== +"@types/ws@^8.5.10", "@types/ws@^8.5.13": + version "8.5.13" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.13.tgz#6414c280875e2691d0d1e080b05addbf5cb91e20" + integrity sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA== dependencies: "@types/node" "*"