Fix init-script audit

This commit is contained in:
Nawaz Dhandala
2020-05-24 10:13:10 +02:00
parent 552be35531
commit ee3a9094ba
2 changed files with 1651 additions and 1859 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,13 +6,17 @@
"scripts": {
"test": "jest tests",
"start": "node server.js",
"dev": "nodemon server.js"
"dev": "nodemon server.js",
"audit": "npm-audit-ci-wrapper --threshold=high",
"dep-check": "depcheck ./ --skip-missing=true --ignores='babel-*,browserslist,ejs,path,loadable-components,js-uuid,acorn,@beam-australia/react-env'"
},
"dependencies": {
"mongodb": "^3.5.2"
},
"devDependencies": {
"jest": "^25.1.0"
"depcheck": "^0.9.2",
"jest": "^25.1.0",
"npm-audit-ci-wrapper": "^2.5.4"
},
"jest": {
"collectCoverageFrom": [