From ff4cc5f60df0881ac9e6c1da77dd660d2bd08478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:18:30 +0000 Subject: [PATCH] Bump ws from 8.16.0 to 8.17.1 in /samples/react-content-query-online Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-content-query-online/package-lock.json | 8 ++++---- samples/react-content-query-online/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/react-content-query-online/package-lock.json b/samples/react-content-query-online/package-lock.json index 6fb1f7254..1baf1742e 100644 --- a/samples/react-content-query-online/package-lock.json +++ b/samples/react-content-query-online/package-lock.json @@ -58,7 +58,7 @@ "tar": ">=7.0.0", "tslib": "2.3.1", "underscore.string": ">=3.3.5", - "ws": ">=1.1.5" + "ws": ">=8.17.1" }, "devDependencies": { "@microsoft/eslint-config-spfx": "1.18.2", @@ -39465,9 +39465,9 @@ } }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "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/samples/react-content-query-online/package.json b/samples/react-content-query-online/package.json index 89af88a09..4dd41c7aa 100644 --- a/samples/react-content-query-online/package.json +++ b/samples/react-content-query-online/package.json @@ -60,7 +60,7 @@ "stringstream": ">=0.0.6", "tar": ">=7.0.0", "underscore.string": ">=3.3.5", - "ws": ">=1.1.5", + "ws": ">=8.17.1", "tslib": "2.3.1", "@fluentui/react": "^8.106.4" },