Skip to content
This repository was archived by the owner on Jul 13, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- inquirer > lodash:
patched: '2019-07-04T05:57:27.615Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"start": "cross-env NODE_ENV=production node lib/index.js",
"dev": "cross-env NODE_ENV=development node lib/index.js",
"build": "rimraf lib && ./node_modules/.bin/babel src --out-dir lib",
"test": "jest"
"test": "jest",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@babel/polyfill": "7.0.0",
Expand All @@ -26,7 +28,8 @@
"inquirer": "6.2.0",
"ora": "3.0.0",
"rimraf": "2.6.2",
"update-notifier": "2.5.0"
"update-notifier": "2.5.0",
"snyk": "^1.189.0"
},
"devDependencies": {
"@babel/cli": "7.2.0",
Expand Down Expand Up @@ -74,5 +77,6 @@
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
}
},
"snyk": true
}