From 17e03df1212fe4b198b2b0c4ab25fc93cec29506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:32:59 -0700 Subject: [PATCH] build(deps): bump ws from 8.18.0 to 8.18.1 (#2003) Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.18.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.0...8.18.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 124936599..d987119f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "pg-format": "^1.0.4", "rc": "^1.2.8", "winston": "^3.17.0", - "ws": "^8.18.0", + "ws": "^8.18.1", "xml2js": "^0.6.2", "xstate": "^5.19.2" }, @@ -8337,9 +8337,10 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 9f40c0839..9a096b5d6 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "pg-format": "^1.0.4", "rc": "^1.2.8", "winston": "^3.17.0", - "ws": "^8.18.0", + "ws": "^8.18.1", "xml2js": "^0.6.2", "xstate": "^5.19.2" },