settings: fix minimist package vulnerable version (#2021)

Updates nested dependencies so that a vulnerable version of minimist
is not being used.
This commit is contained in:
Jaime Bernardo
2020-04-09 16:20:17 +01:00
committed by GitHub
parent 1f9d9c619e
commit 6419c6b1ba
2 changed files with 358 additions and 99 deletions

View File

@@ -12,6 +12,7 @@
"typings": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"just": "just-scripts",
"clean": "rimraf build lib lib-commonjs && just-scripts clean",
"build": "rimraf build && just-scripts build --min --production && copy *.html build && react-snap && xcopy build\\* ..\\settings\\settings-html /sy",
@@ -46,5 +47,8 @@
},
"just": {
"stack": "just-stack-uifabric"
},
"resolutions": {
"mkdirp": "0.5.5"
}
}