Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and randytarampi committed May 1, 2020
1 parent 644f1d7 commit aa042dd
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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:
- '@semantic-release/git > lodash':
patched: '2020-05-01T01:51:54.456Z'
- semantic-release > lodash:
patched: '2020-05-01T01:51:54.456Z'
- gulp-eslint > eslint > lodash:
patched: '2020-05-01T01:51:54.456Z'
- mocha > yargs-unparser > lodash:
patched: '2020-05-01T01:51:54.456Z'
- semantic-release > @semantic-release/release-notes-generator > lodash:
patched: '2020-05-01T01:51:54.456Z'
- gulp-eslint > eslint > inquirer > lodash:
patched: '2020-05-01T01:51:54.456Z'
- gulp-eslint > eslint > table > lodash:
patched: '2020-05-01T01:51:54.456Z'
- gulp-mocha > mocha > yargs-unparser > lodash:
patched: '2020-05-01T01:51:54.456Z'
- nyc > istanbul-lib-instrument > @babel/core > lodash:
patched: '2020-05-01T01:51:54.456Z'
- semantic-release > @semantic-release/release-notes-generator > conventional-commits-parser > lodash:
patched: '2020-05-01T01:51:54.456Z'
- semantic-release > @semantic-release/release-notes-generator > conventional-changelog-writer > lodash:
patched: '2020-05-01T01:51:54.456Z'
- nyc > istanbul-lib-instrument > @babel/core > @babel/traverse > lodash:
patched: '2020-05-01T01:51:54.456Z'
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > lodash:
patched: '2020-05-01T01:51:54.456Z'
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/generator > lodash:
patched: '2020-05-01T01:51:54.456Z'
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
patched: '2020-05-01T01:51:54.456Z'
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
patched: '2020-05-01T01:51:54.456Z'

0 comments on commit aa042dd

Please sign in to comment.