Skip to content

Commit

Permalink
Merge 2c1a864 into a75769f
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 3, 2018
2 parents a75769f + 2c1a864 commit fceb6b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
version: v1.12.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:minimatch:20160620':
Expand Down Expand Up @@ -137,3 +137,8 @@ patch:
patched: '2016-08-09T00:11:35.413Z'
- browser-sync > socket.io > engine.io > ws:
patched: '2016-08-09T00:11:35.413Z'
'npm:lodash:20180130':
- student-debt-calc > snyk > lodash:
patched: '2018-07-03T00:16:06.480Z'
- student-debt-calc > snyk > inquirer > lodash:
patched: '2018-07-03T00:16:06.480Z'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"scripts": {
"test": "snyk test && mocha test/js-unit/",
"snyk-protect": "snyk protect"
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"browser-sync": "2.14.0",
Expand Down Expand Up @@ -60,7 +61,7 @@
"normalize-legacy-addon": "0.1.0",
"number-to-words": "1.2.3",
"require-dir": "0.3.0",
"snyk": "1.24.6",
"snyk": "^1.88.0",
"sticky-kit": "1.1.3",
"student-debt-calc": "2.6.3"
},
Expand Down

0 comments on commit fceb6b0

Please sign in to comment.