Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit bd01749

Browse files
snyk-botcoderbyheart
authored andcommitted
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent c184097 commit bd01749

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.snyk

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.14.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-LODASH-567746:
7+
- styled-components > @babel/traverse > lodash:
8+
patched: '2020-04-30T21:22:11.242Z'
9+
- styled-components > babel-plugin-styled-components > lodash:
10+
patched: '2020-04-30T21:22:11.242Z'
11+
- styled-components > @babel/traverse > @babel/generator > lodash:
12+
patched: '2020-04-30T21:22:11.242Z'
13+
- styled-components > babel-plugin-styled-components > @babel/helper-annotate-as-pure > @babel/types > lodash:
14+
patched: '2020-04-30T21:22:11.242Z'
15+
- styled-components > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
16+
patched: '2020-04-30T21:22:11.242Z'
17+
- styled-components > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash:
18+
patched: '2020-04-30T21:22:11.242Z'

0 commit comments

Comments
 (0)