From a1e536ad11efa446f72dfa06b9351c14be0944a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:58:51 +0200 Subject: [PATCH] Bump ws from 8.17.1 to 8.18.0 in the npm_and_yarn group (#225) Bumps the npm_and_yarn group with 1 update: [ws](https://github.com/websockets/ws). Updates `ws` from 8.17.1 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lorenzo Mangani --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcb6417..5e5177b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "log4node": "0.1.6", "lru-cache": "4.1.x", "mkdirp": "0.5.1", - "moment": "2.30.1", "optimist": "0.6.1", - "requireg": "^0.2.1" + "requireg": "^0.2.1", + "ws": "8.18.0" }, "devDependencies": { "istanbul": "0.4.x", @@ -47,7 +47,7 @@ "oniguruma": "7.2.x", "redis": "4.6.14", "tinymath": "1.2.1", - "ws": "8.17.1", + "ws": "8.18.0", "zmq": "*" } }, @@ -2693,9 +2693,9 @@ "devOptional": true }, "node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "optional": true, "engines": { "node": ">=10.0.0" @@ -4811,9 +4811,9 @@ "devOptional": true }, "ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "optional": true, "requires": {} }, diff --git a/package.json b/package.json index 47bc0ae..cefe3f5 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "oniguruma": "7.2.x", "redis": "4.6.14", "tinymath": "1.2.1", - "ws": "8.17.1", + "ws": "8.18.0", "zmq": "*" }, "directories": {