Skip to content

Commit

Permalink
fix: .snyk, package.json & package-lock.json 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-450202
  • Loading branch information
snyk-test committed Jul 8, 2019
1 parent 71cead6 commit 84d97f3
Show file tree
Hide file tree
Showing 3 changed files with 1,505 additions and 143 deletions.
66 changes: 66 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# 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-eslint > @babel/traverse > @babel/generator > lodash:
patched: '2019-07-08T00:50:18.047Z'
- eslint > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/core > lodash':
patched: '2019-07-08T00:50:18.047Z'
- eslint > table > lodash:
patched: '2019-07-08T00:50:18.047Z'
- eslint > inquirer > lodash:
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-reporter > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/core > @babel/generator > lodash':
patched: '2019-07-08T00:50:18.047Z'
- stylelint-config-recess-order > stylelint-order > lodash:
patched: '2019-07-08T00:50:18.047Z'
- standard > eslint-plugin-import > lodash:
patched: '2019-07-08T00:50:18.047Z'
- standard > eslint > lodash:
patched: '2019-07-08T00:50:18.047Z'
- stylelint > table > lodash:
patched: '2019-07-08T00:50:18.047Z'
- babel-eslint > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-jsx > @babel/core > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/core > @babel/helpers > @babel/traverse > lodash':
patched: '2019-07-08T00:50:18.047Z'
- standard > eslint > table > lodash:
patched: '2019-07-08T00:50:18.047Z'
- stylelint > lodash:
patched: '2019-07-08T00:50:18.047Z'
- standard > eslint > inquirer > lodash:
patched: '2019-07-08T00:50:18.047Z'
- stylelint-config-recess-order > stylelint-order > postcss-sorting > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/preset-env > @babel/plugin-transform-parameters > @babel/helper-call-delegate > @babel/types > lodash':
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-jsx > @babel/core > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- babel-eslint > @babel/traverse > @babel/generator > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/preset-env > @babel/plugin-transform-parameters > @babel/helper-call-delegate > @babel/traverse > @babel/types > lodash':
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-jsx > @babel/core > @babel/template > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- babel-eslint > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/preset-env > @babel/plugin-transform-async-to-generator > @babel/helper-remap-async-to-generator > @babel/traverse > @babel/helper-function-name > @babel/types > lodash':
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-jsx > @babel/core > @babel/helpers > @babel/template > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/preset-env > @babel/plugin-transform-classes > @babel/helper-replace-supers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash':
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- stylelint > postcss-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
patched: '2019-07-08T00:50:18.047Z'
- '@babel/preset-env > @babel/plugin-transform-exponentiation-operator > @babel/helper-builder-binary-assignment-operator-visitor > @babel/helper-explode-assignable-expression > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash':
patched: '2019-07-08T00:50:18.047Z'
Loading

0 comments on commit 84d97f3

Please sign in to comment.