Skip to content

Commit

Permalink
Merge pull request #16 from VapasRepo/snyk-fix-4014716afee23b46c09ce0…
Browse files Browse the repository at this point in the history
…2148f6e289

[Snyk] Fix for 1 vulnerabilities
  • Loading branch information
Alcide Viau authored May 1, 2020
2 parents 0d7c782 + 8738918 commit a368174
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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:
- eslint > lodash:
patched: '2020-05-01T01:44:56.871Z'
- eslint > inquirer > lodash:
patched: '2020-05-01T01:44:56.871Z'
- eslint > table > lodash:
patched: '2020-05-01T01:44:56.871Z'
- standard > eslint > lodash:
patched: '2020-05-01T01:44:56.871Z'
- standard > eslint > table > lodash:
patched: '2020-05-01T01:44:56.871Z'
- standard > eslint > inquirer > lodash:
patched: '2020-05-01T01:44:56.871Z'
- pug > pug-code-gen > constantinople > babel-types > lodash:
patched: '2020-05-01T01:44:56.871Z'
- pug > pug-filters > constantinople > babel-types > lodash:
patched: '2020-05-01T01:44:56.871Z'
- pug > pug-code-gen > pug-attrs > constantinople > babel-types > lodash:
patched: '2020-05-01T01:44:56.871Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
"pug": "^2.0.4",
"request": "^2.88.0",
"standard": "^13.1.0",
"stripe": "^7.8.0"
"stripe": "^7.8.0",
"snyk": "^1.316.1"
},
"scripts": {
"start": "node index.js",
"test": "standard"
}
"test": "standard",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}

0 comments on commit a368174

Please sign in to comment.