From 4cea6a29f80ed9ee39a6aea5ce1b94aa64989d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:38:53 +0000 Subject: [PATCH] chore(deps): bump ws from 8.13.0 to 8.15.1 Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.15.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.15.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a7c26ab..70b2c9c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "request": "^2.88.2", "request-promise-native": "^1.0.9", "uuid": "^9.0.1", - "ws": "^8.13.0" + "ws": "^8.15.1" }, "devDependencies": { "@alcalzone/release-script": "^3.7.0", @@ -6197,9 +6197,9 @@ } }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "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" }, @@ -11218,9 +11218,9 @@ } }, "ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.15.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", + "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", "requires": {} }, "xdg-basedir": { diff --git a/package.json b/package.json index 63004176..114f2642 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "request-promise-native": "^1.0.9", "request": "^2.88.2", "uuid": "^9.0.1", - "ws": "^8.13.0" + "ws": "^8.15.1" }, "devDependencies": { "@alcalzone/release-script": "^3.7.0",