From 9d8f8dcb049002658da80813ccf1714ea2d3c438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:00:01 +0000 Subject: [PATCH] Bump ws from 8.9.0 to 8.17.1 Bumps [ws](https://github.com/websockets/ws) from 8.9.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.9.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... 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 60697f3..1899dd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1150,9 +1150,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==" + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" }, "yallist": { "version": "4.0.0", diff --git a/package.json b/package.json index 1e1090f..5c87b02 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "jsonwebtoken": "^8.5.1", "jwks-rsa": "^1.12.3", "node-fetch": "^2.6.7", - "ws": "^8.5.0" + "ws": "^8.17.1" } }