From b2aa58007489aa3af72ec46a83f0ce5493fb904c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:01:31 +0000 Subject: [PATCH] Bump ws in /agent-base in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /agent-base directory: [ws](https://github.com/websockets/ws). Updates `ws` from 3.3.3 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/3.3.3...8.18.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- agent-base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-base/package.json b/agent-base/package.json index fadce3a..570cb20 100644 --- a/agent-base/package.json +++ b/agent-base/package.json @@ -56,7 +56,7 @@ "rimraf": "^3.0.0", "semver": "^7.1.2", "typescript": "^3.5.3", - "ws": "^3.0.0" + "ws": "^8.18.0" }, "engines": { "node": ">= 6.0.0"