Skip to content

Commit

Permalink
fix: upgrade away vulns where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Dec 11, 2018
1 parent 86b24c0 commit e63f51f
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 223 deletions.
15 changes: 13 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
version: v1.13.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:braces:20180219':
- '@frctl/fractal > anymatch > micromatch > braces':
reason: None given
expires: '2019-01-10T12:18:22.576Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:lodash:20180130':
- cli-table2 > lodash:
patched: '2018-07-03T04:57:27.305Z'
vorpal > inquirer > lodash:
patched: '2018-12-11T12:12:31.202Z'
- browser-sync > easy-extender > lodash:
patched: '2018-07-03T04:57:27.305Z'
'@frctl/fractal > vorpal > inquirer > lodash':
patched: '2018-12-11T12:12:31.202Z'
- '@frctl/mandelbrot > @frctl/fractal > cli-table2 > lodash':
patched: '2018-07-03T04:57:27.305Z'
'@frctl/fractal > cli-table2 > lodash':
patched: '2018-12-11T12:12:31.202Z'
- '@frctl/mandelbrot > @frctl/fractal > browser-sync > easy-extender > lodash':
patched: '2018-07-03T04:57:27.305Z'
- '@frctl/mandelbrot > @frctl/fractal > @frctl/handlebars > @frctl/fractal > cli-table2 > lodash':
Expand Down
Loading

0 comments on commit e63f51f

Please sign in to comment.