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:
parent
8300a5878e
commit
ff4cc5f60d
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue