add audit-level flag to ci to bypass low-level dev-dependency issues

This commit is contained in:
sorrelbri 2020-03-29 20:56:16 -07:00
parent 7dffc9dbc7
commit 4d71c8fdaf
2 changed files with 12 additions and 11 deletions

View file

@ -45,6 +45,7 @@ jobs:
v1-dependencies-{{ checksum "package-lock.json" }}
# - run: npm install react
# - run: npm install react-dom
# run tests!
- run: npm audit
# ! temporary fix for deprecated package: minimist
- run: npm audit --audit-level=moderate
- run: npm run deploy

18
package-lock.json generated
View file

@ -2384,7 +2384,7 @@
"camelcase-keys": "^4.0.0",
"decamelize-keys": "^1.0.0",
"loud-rejection": "^1.0.0",
"minimist": "^1.2.3",
"minimist": "^1.1.3",
"minimist-options": "^3.0.1",
"normalize-package-data": "^2.3.4",
"read-pkg-up": "^3.0.0",
@ -3387,7 +3387,7 @@
"decamelize": "^1.1.2",
"loud-rejection": "^1.0.0",
"map-obj": "^1.0.1",
"minimist": "^1.2.3",
"minimist": "^1.1.3",
"normalize-package-data": "^2.3.4",
"object-assign": "^4.0.1",
"read-pkg-up": "^1.0.1",
@ -3551,7 +3551,7 @@
"camelcase-keys": "^4.0.0",
"decamelize-keys": "^1.0.0",
"loud-rejection": "^1.0.0",
"minimist": "^1.2.3",
"minimist": "^1.1.3",
"minimist-options": "^3.0.1",
"normalize-package-data": "^2.3.4",
"read-pkg-up": "^3.0.0",
@ -3604,7 +3604,7 @@
"camelcase-keys": "^4.0.0",
"decamelize-keys": "^1.0.0",
"loud-rejection": "^1.0.0",
"minimist": "^1.2.3",
"minimist": "^1.1.3",
"minimist-options": "^3.0.1",
"normalize-package-data": "^2.3.4",
"read-pkg-up": "^3.0.0",
@ -4781,8 +4781,8 @@
}
},
"minimist": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.1.tgz",
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
"dev": true
},
@ -4953,7 +4953,7 @@
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"dev": true,
"requires": {
"minimist": "0.2.1"
"minimist": "0.0.8"
}
},
"ms": {
@ -5443,7 +5443,7 @@
"integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
"dev": true,
"requires": {
"minimist": "~0.2.1",
"minimist": "~0.0.1",
"wordwrap": "~0.0.2"
}
},
@ -6776,7 +6776,7 @@
"dev": true,
"requires": {
"duplexer": "^0.1.1",
"minimist": "^1.2.3",
"minimist": "^1.2.0",
"through": "^2.3.4"
},
"dependencies": {