From 3abe36ccca28e21a7498e8752caf51e41d6ef804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:09:56 +0000 Subject: [PATCH] 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.13.0 to 8.15.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.15.0) Updates `@types/ws` from 8.5.4 to 8.5.10 - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/pinus/package.json | 2 +- tools/pinus-admin-web/package.json | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/pinus/package.json b/packages/pinus/package.json index 40094b3c2..df9b2cd8e 100644 --- a/packages/pinus/package.json +++ b/packages/pinus/package.json @@ -79,7 +79,7 @@ "@types/mkdirp": "1.0.2", "@types/mocha": "^5.0.0", "@types/node": "^12.20.41", - "@types/ws": "8.5.4", + "@types/ws": "8.5.10", "mocha": "6.2.2", "muk": "0.5.3", "nyc": "15.1.0", diff --git a/tools/pinus-admin-web/package.json b/tools/pinus-admin-web/package.json index 3beeb9718..aa76bfaa8 100644 --- a/tools/pinus-admin-web/package.json +++ b/tools/pinus-admin-web/package.json @@ -12,7 +12,7 @@ "mqtt": "4.2.8", "mqtt-connection": "4.1.0", "websocket-stream": "5.5.2", - "ws": "8.13.0" + "ws": "8.15.0" }, "devDependencies": { "tslint": "6.1.3", diff --git a/yarn.lock b/yarn.lock index b1e37be26..d33223d83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1294,10 +1294,10 @@ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.2.tgz#ede1d1b1e451548d44919dc226253e32a6952c4b" integrity sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ== -"@types/ws@8.5.4", "@types/ws@^8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5" - integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg== +"@types/ws@8.5.10", "@types/ws@^8.5.4": + version "8.5.10" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787" + integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A== dependencies: "@types/node" "*" @@ -10096,10 +10096,10 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@8.13.0, ws@^8.12.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" - integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== +ws@8.15.0, ws@^8.12.0: + version "8.15.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.0.tgz#db080a279260c5f532fc668d461b8346efdfcf86" + integrity sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw== ws@^3.2.0: version "3.3.3"