From 43beedfe62871a3e6d39d3a2bcc7b6fe991e7363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:40:31 +0000 Subject: [PATCH] Bump ws in /desktop/app in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /desktop/app directory: [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] --- desktop/app/package-lock.json | 8 ++++---- desktop/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/app/package-lock.json b/desktop/app/package-lock.json index 37d49b0cb..70ead49e0 100644 --- a/desktop/app/package-lock.json +++ b/desktop/app/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@stomp/stompjs": "7.0.0", - "ws": "8.17.0" + "ws": "8.17.1" } }, "node_modules/@stomp/stompjs": { @@ -19,9 +19,9 @@ "integrity": "sha512-fGdq4wPDnSV/KyOsjq4P+zLc8MFWC3lMmP5FBgLWKPJTYcuCbAIrnRGjB7q2jHZdYCOD5vxLuFoKIYLy5/u8Pw==" }, "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==", "engines": { "node": ">=10.0.0" }, diff --git a/desktop/app/package.json b/desktop/app/package.json index 1fd979f9e..cd83ee94f 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -12,6 +12,6 @@ "private": true, "dependencies": { "@stomp/stompjs": "7.0.0", - "ws": "8.17.0" + "ws": "8.17.1" } }