Merge pull request #5172 from pnp/dependabot/npm_and_yarn/samples/react-content-query-online/ws-8.17.1
This commit is contained in:
commit
92b748ee24
|
@ -58,7 +58,7 @@
|
||||||
"tar": ">=7.0.0",
|
"tar": ">=7.0.0",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"underscore.string": ">=3.3.5",
|
"underscore.string": ">=3.3.5",
|
||||||
"ws": ">=1.1.5"
|
"ws": ">=8.17.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/eslint-config-spfx": "1.18.2",
|
"@microsoft/eslint-config-spfx": "1.18.2",
|
||||||
|
@ -39465,9 +39465,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ws": {
|
"node_modules/ws": {
|
||||||
"version": "8.16.0",
|
"version": "8.17.1",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
||||||
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
|
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
"stringstream": ">=0.0.6",
|
"stringstream": ">=0.0.6",
|
||||||
"tar": ">=7.0.0",
|
"tar": ">=7.0.0",
|
||||||
"underscore.string": ">=3.3.5",
|
"underscore.string": ">=3.3.5",
|
||||||
"ws": ">=1.1.5",
|
"ws": ">=8.17.1",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"@fluentui/react": "^8.106.4"
|
"@fluentui/react": "^8.106.4"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue