Skip to content
This repository has been archived by the owner on May 7, 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 willemliufdmg committed May 1, 2020
1 parent 5a7205d commit 8d5ce82
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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:
- styled-components > babel-plugin-styled-components > lodash:
patched: '2020-05-01T08:52:21.967Z'
- styled-components > @babel/traverse > @babel/generator > @babel/types > lodash:
patched: '2020-05-01T08:52:21.967Z'
- styled-components > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash:
patched: '2020-05-01T08:52:21.967Z'
- styled-components > @babel/traverse > lodash:
patched: '2020-05-01T08:52:21.967Z'
- styled-components > @babel/traverse > @babel/generator > lodash:
patched: '2020-05-01T08:52:21.967Z'
- styled-components > babel-plugin-styled-components > @babel/helper-annotate-as-pure > @babel/types > lodash:
patched: '2020-05-01T08:52:21.967Z'

0 comments on commit 8d5ce82

Please sign in to comment.