From 1f1a636304dbae6981cff77b0b524cb3b75e76bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:31:01 +0000 Subject: [PATCH] Bump ws from 7.4.6 to 7.5.10 in /packages/athena Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.6...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/athena/package-lock.json | 14 +++++++------- packages/athena/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/athena/package-lock.json b/packages/athena/package-lock.json index 875eadf9..3d4e8c33 100644 --- a/packages/athena/package-lock.json +++ b/packages/athena/package-lock.json @@ -33,7 +33,7 @@ "selfsigned": "^1.10.8", "uuid": "3.3.*", "winston": "2.4.*", - "ws": "7.4.*", + "ws": "7.5.*", "zlib": "^1.0.5" }, "devDependencies": { @@ -5243,9 +5243,9 @@ } }, "node_modules/ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "engines": { "node": ">=8.3.0" }, @@ -9413,9 +9413,9 @@ } }, "ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "requires": {} }, "y18n": { diff --git a/packages/athena/package.json b/packages/athena/package.json index 9ff9d0d0..7cee9b12 100644 --- a/packages/athena/package.json +++ b/packages/athena/package.json @@ -51,7 +51,7 @@ "selfsigned": "^1.10.8", "uuid": "3.3.*", "winston": "2.4.*", - "ws": "7.4.*", + "ws": "7.5.*", "zlib": "^1.0.5" }, "devDependencies": {