Skip to content

Commit b2f1c4e

Browse files
snyk-botpateash
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 e9fa9cd commit b2f1c4e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.snyk

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
- '@oclif/plugin-commands > lodash':
8+
patched: '2020-05-01T02:51:32.600Z'
9+
- '@oclif/plugin-commands > cli-ux > lodash':
10+
patched: '2020-05-01T02:51:32.600Z'
11+
- nyc > istanbul-lib-instrument > @babel/core > lodash:
12+
patched: '2020-05-01T02:51:32.600Z'
13+
- nyc > istanbul-lib-instrument > @babel/core > @babel/traverse > lodash:
14+
patched: '2020-05-01T02:51:32.600Z'
15+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > lodash:
16+
patched: '2020-05-01T02:51:32.600Z'
17+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/generator > lodash:
18+
patched: '2020-05-01T02:51:32.600Z'
19+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
20+
patched: '2020-05-01T02:51:32.600Z'
21+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
22+
patched: '2020-05-01T02:51:32.600Z'

0 commit comments

Comments
 (0)