From 997bb8647d0d575036e7995e345594eef46e6a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:23:57 +0200 Subject: [PATCH] Bump ws from 8.17.0 to 8.17.1 in the npm_and_yarn group (#218) Bumps the npm_and_yarn group with 1 update: [ws](https://github.com/websockets/ws). Updates `ws` from 8.17.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1) --- 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> --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index aca994e..09f9f59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,10 +15,8 @@ "lru-cache": "4.1.x", "mkdirp": "0.5.1", "optimist": "0.6.1", - "requireg": "^0.2.1" - }, - "bin": { - "pastash": "bin/pastash" + "requireg": "^0.2.1", + "ws": "8.17.1" }, "devDependencies": { "istanbul": "0.4.x", @@ -49,7 +47,7 @@ "oniguruma": "7.2.x", "redis": "4.6.14", "tinymath": "1.2.1", - "ws": "8.17.0", + "ws": "8.17.1", "zmq": "*" } }, @@ -2615,9 +2613,9 @@ "devOptional": true }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "optional": true, "engines": { "node": ">=10.0.0" @@ -4683,9 +4681,9 @@ "devOptional": true }, "ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "optional": true, "requires": {} }, diff --git a/package.json b/package.json index bca321b..d937600 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.0", + "ws": "8.17.1", "zmq": "*" }, "directories": {