security audit (#123)

Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
This commit is contained in:
2021-12-23 10:06:36 +01:00
committed by GitHub
parent 8531755426
commit aa89a0458e
2 changed files with 13 additions and 18 deletions

View File

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint commands/",
"preinstall": "npx npm-force-resolutions",
"start": "node index.js",
"test": "jest --collectCoverage"
},
@ -52,5 +53,9 @@
"<rootDir>/__mocks__/"
],
"coverageDirectory": "coverage"
},
"resolutions": {
"normalize-url": ">=4.5.1",
"path-parse": ">=1.0.7"
}
}