From 1e33f91c8690f7680cde08a004a73d18dbeff6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:20:08 +0000 Subject: [PATCH] Bump ws from 8.13.0 to 8.17.1 in /ng-client/statToolAngularApp Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ng-client/statToolAngularApp/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ng-client/statToolAngularApp/package-lock.json b/ng-client/statToolAngularApp/package-lock.json index 3fdbe825..7d9829d7 100644 --- a/ng-client/statToolAngularApp/package-lock.json +++ b/ng-client/statToolAngularApp/package-lock.json @@ -274,7 +274,7 @@ }, "node_modules/@angular/animations": { "version": "15.2.8", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -8449,8 +8449,9 @@ "license": "ISC" }, "node_modules/ws": { - "version": "8.13.0", - "license": "MIT", + "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" },