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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-19 01:18:30 +00:00 committed by GitHub
parent 8300a5878e
commit ff4cc5f60d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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"
},

View File

@ -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"
},