diff --git a/samples/react-content-query-online/package-lock.json b/samples/react-content-query-online/package-lock.json index 6fb1f72541..1baf1742ee 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 89af88a09c..4dd41c7aa6 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" },