From becaf8a1a155272d6862126ec052c2a910a37280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 17:46:41 +0000 Subject: [PATCH] Bump ws from 7.4.6 to 8.13.0 Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 8.13.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.6...8.13.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4754c1b..10c6368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5175,9 +5175,9 @@ "dev": true }, "ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", + "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index 9c11b39..ebba86f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "color-convert": "^2.0.1", "request": "^2.88.2", "request-promise": "^4.2.6", - "ws": "^7.3.0" + "ws": "^8.13.0" }, "description": "Integration of your Philips Hue Lights with your ioBroker", "devDependencies": {