Skip to content
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
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- vue-cli > async > lodash:
patched: '2020-05-01T01:11:22.049Z'
- vue-cli > inquirer > lodash:
patched: '2020-05-01T01:11:22.049Z'
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
"description": "A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction integrated into a django application.",
"scripts": {
"docs": "cd docs && gitbook serve",
"docs:deploy": "bash ./deploy-docs.sh"
"docs:deploy": "bash ./deploy-docs.sh",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"vue-cli": "^2.8.1"
},
"snyk": true,
"dependencies": {
"snyk": "^1.316.1"
}
}