Skip to content

Commit

Permalink
Merge 285b649 into bf0edbf
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2019
2 parents bf0edbf + 285b649 commit 7923480
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/dependencies-builder/.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.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- babel-traverse > lodash:
patched: '2019-07-04T02:28:32.541Z'
- babel-traverse > babel-types > lodash:
patched: '2019-07-04T02:28:32.541Z'
10 changes: 8 additions & 2 deletions packages/dependencies-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"@types/babel-traverse": "6.25.4",
"@types/babylon": "6.16.3",
"babel-traverse": "6.26.0",
"babylon": "6.18.0"
}
"babylon": "6.18.0",
"snyk": "^1.189.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 7923480

Please sign in to comment.