Skip to content

Commit

Permalink
Merge 6ba29ff into 45958dd
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2019
2 parents 45958dd + 6ba29ff commit a74f93a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
40 changes: 40 additions & 0 deletions .snyk
@@ -0,0 +1,40 @@
# 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:
- gulp-eslint > eslint > inquirer > lodash:
patched: '2019-07-04T02:48:53.823Z'
- browser-sync > easy-extender > lodash:
patched: '2019-07-04T02:48:53.823Z'
- eyeglass > node-sass > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass > node-sass > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass-lint > sass-lint > eslint > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-eslint > eslint > table > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass-lint > sass-lint > globule > lodash:
patched: '2019-07-04T02:48:53.823Z'
- eyeglass > node-sass > sass-graph > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-eslint > eslint > lodash:
patched: '2019-07-04T02:48:53.823Z'
- eslint-config-punchcard > babel-eslint > babel-types > lodash:
patched: '2019-07-04T02:48:53.823Z'
- eslint-config-punchcard > babel-eslint > babel-traverse > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass > node-sass > sass-graph > lodash:
patched: '2019-07-04T02:48:53.823Z'
- eslint-config-punchcard > babel-eslint > babel-traverse > babel-types > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass-lint > sass-lint > eslint > inquirer > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass > node-sass > gaze > globule > lodash:
patched: '2019-07-04T02:48:53.823Z'
- gulp-sass-lint > sass-lint > eslint > table > lodash:
patched: '2019-07-04T02:48:53.823Z'
- eyeglass > node-sass > gaze > globule > lodash:
patched: '2019-07-04T02:48:53.823Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -13,7 +13,9 @@
"ava:watch": "ava --watch | tap-diff",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"reparo": "reparo -b master"
"reparo": "reparo -b master",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +44,8 @@
"gulp-task-listing": "^1.0",
"merge": "^1.2.0",
"minimatch": "^3.0.4",
"run-sequence": "^1.2"
"run-sequence": "^1.2",
"snyk": "^1.189.0"
},
"devDependencies": {
"ava": "^0.19.1",
Expand Down Expand Up @@ -82,5 +85,6 @@
},
"engines": {
"node": "^6"
}
},
"snyk": true
}

0 comments on commit a74f93a

Please sign in to comment.