From 264e70c9f00ea2a378a39db70ddf82606410bdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:57:57 +0100 Subject: [PATCH] Bump ws from 8.15.0 to 8.15.1 (#5428) Bumps [ws](https://github.com/websockets/ws) from 8.15.0 to 8.15.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.15.0...8.15.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2dad3d502e7..8c8bdc95ca55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-treebeard": "^3.2.4", "remark-docusaurus-tabs": "^0.2.0", "utf-8-validate": "^5.0.10", - "ws": "^8.15.0" + "ws": "^8.15.1" }, "devDependencies": { "@actions/core": "^1.10.1", @@ -19823,9 +19823,9 @@ } }, "node_modules/ws": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz", - "integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==", + "version": "8.15.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", + "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index bd12667c4d9b..312f47b68daf 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "react-treebeard": "^3.2.4", "remark-docusaurus-tabs": "^0.2.0", "utf-8-validate": "^5.0.10", - "ws": "^8.15.0" + "ws": "^8.15.1" }, "husky": { "hooks": { diff --git a/yarn.lock b/yarn.lock index a1afb341a77e..9b3764643e2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11741,10 +11741,10 @@ ws@^7.3.1: resolved "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== -ws@^8.11.0, ws@^8.13.0, ws@^8.14.2, ws@^8.15.0, ws@^8.8.1: - version "8.15.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.0.tgz#db080a279260c5f532fc668d461b8346efdfcf86" - integrity sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw== +ws@^8.11.0, ws@^8.13.0, ws@^8.14.2, ws@^8.15.1, ws@^8.8.1: + version "8.15.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.1.tgz#271ba33a45ca0cc477940f7f200cd7fba7ee1997" + integrity sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ== xdg-basedir@^4.0.0: version "4.0.0"