Skip to content

Commit 6bd7598

Browse files
authored
[Snyk] Fix for 1 vulnerabilities (#57)
* 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 * 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 * 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 1e82c00 commit 6bd7598

File tree

3 files changed

+2747
-526
lines changed

3 files changed

+2747
-526
lines changed

.snyk

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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+
- ava > lodash:
8+
patched: '2020-05-03T04:29:42.914Z'
9+
- eclint > lodash:
10+
patched: '2020-05-03T04:29:42.914Z'
11+
- eslint > lodash:
12+
patched: '2020-05-03T04:29:42.914Z'
13+
- '@typescript-eslint/parser > @typescript-eslint/typescript-estree > lodash':
14+
patched: '2020-05-03T04:29:42.914Z'
15+
- eslint > inquirer > lodash:
16+
patched: '2020-05-03T04:29:42.914Z'
17+
- eslint > table > lodash:
18+
patched: '2020-05-03T04:29:42.914Z'
19+
- '@typescript-eslint/parser > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > lodash':
20+
patched: '2020-05-03T04:29:42.914Z'
21+
- '@ava/babel > babel-plugin-espower > @babel/generator > lodash':
22+
patched: '2020-05-03T04:29:42.914Z'
23+
- nyc > istanbul-lib-instrument > @babel/core > lodash:
24+
patched: '2020-05-03T04:29:42.914Z'
25+
- '@freaktechnik/eslint-config-node > @freaktechnik/eslint-config-base > eslint-plugin-jsdoc > lodash':
26+
patched: '2020-05-03T04:29:42.914Z'
27+
- '@freaktechnik/eslint-config-test > eslint-plugin-ava > enhance-visitors > lodash':
28+
patched: '2020-05-03T04:29:42.914Z'
29+
- eclint > gulp-reporter > junit-report-builder > lodash:
30+
patched: '2020-05-03T04:29:42.914Z'
31+
- '@ava/babel > @babel/core > @babel/helpers > @babel/traverse > lodash':
32+
patched: '2020-05-03T04:29:42.914Z'
33+
- '@ava/babel > babel-plugin-espower > @babel/generator > @babel/types > lodash':
34+
patched: '2020-05-03T04:29:42.914Z'
35+
- nyc > istanbul-lib-instrument > @babel/core > @babel/traverse > lodash:
36+
patched: '2020-05-03T04:29:42.914Z'
37+
- '@freaktechnik/eslint-config-test > @freaktechnik/eslint-config-node > @freaktechnik/eslint-config-base > eslint-plugin-jsdoc > lodash':
38+
patched: '2020-05-03T04:29:42.914Z'
39+
- '@ava/babel > @babel/core > @babel/helpers > @babel/traverse > @babel/generator > lodash':
40+
patched: '2020-05-03T04:29:42.914Z'
41+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > lodash:
42+
patched: '2020-05-03T04:29:42.914Z'
43+
- '@ava/babel > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash':
44+
patched: '2020-05-03T04:29:42.914Z'
45+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/generator > lodash:
46+
patched: '2020-05-03T04:29:42.914Z'
47+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
48+
patched: '2020-05-03T04:29:42.914Z'
49+
- '@ava/babel > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash':
50+
patched: '2020-05-03T04:29:42.914Z'
51+
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
52+
patched: '2020-05-03T04:29:42.914Z'

0 commit comments

Comments
 (0)