From 350bf5359701ae474f8f8510b354b41447ccab63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:28:58 +0000 Subject: [PATCH] chore(deps-dev): bump ws from 8.13.0 to 8.18.0 Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.18.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.18.0) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f365ebe4..59480e06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.3", "identity-obj-proxy": "3.0.0", - "jest": "^29.6.2", + "jest": "29.6.2", "jest-environment-jsdom": "29.6.2", "jest-mock-extended": "3.0.4", "lint-staged": "13.2.3", @@ -20948,9 +20948,9 @@ } }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, "engines": { "node": ">=10.0.0"