File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
- version: v1.14.1
2
+ version: v1.25.0
3
3
ignore: {}
4
4
# patches apply the minimum changes required to fix a vulnerability
5
5
patch:
@@ -50,3 +50,11 @@ patch:
50
50
patched: '2020-05-22T04:10:37.498Z'
51
51
- react-contentful > contentful > lodash:
52
52
patched: '2020-05-22T04:10:37.498Z'
53
+ - react-scripts > @typescript-eslint/parser > @typescript-eslint/typescript-estree > lodash:
54
+ patched: '2022-10-06T18:44:11.702Z'
55
+ - react-scripts > eslint > @eslint/eslintrc > lodash:
56
+ patched: '2022-10-06T18:44:11.702Z'
57
+ - react-scripts > eslint-plugin-testing-library > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > lodash:
58
+ patched: '2022-10-06T18:44:11.702Z'
59
+ - react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request-promise-native > request-promise-core > lodash:
60
+ patched: '2022-10-06T18:44:11.702Z'
Original file line number Diff line number Diff line change 11
11
"react-redux" : " ^7.2.2" ,
12
12
"react-router-dom" : " ^5.2.0" ,
13
13
"react-scripts" : " ^4.0.1" ,
14
- "redux" : " ^4.0.5"
14
+ "redux" : " ^4.0.5" ,
15
+ "@snyk/protect" : " latest"
15
16
},
16
17
"scripts" : {
17
18
"start" : " react-scripts start" ,
18
19
"build" : " react-scripts build" ,
19
20
"build:docs" : " react-scripts build && rm -rf ../docs && mv build ../docs" ,
20
21
"test" : " react-scripts test" ,
21
- "eject" : " react-scripts eject"
22
+ "eject" : " react-scripts eject" ,
23
+ "prepare" : " npm run snyk-protect" ,
24
+ "snyk-protect" : " snyk-protect"
22
25
},
23
26
"eslintConfig" : {
24
27
"extends" : " react-app"
31
34
],
32
35
"localDependencies" : {
33
36
"react-contentful" : " .."
34
- }
37
+ },
38
+ "snyk" : true
35
39
}
You can’t perform that action at this time.
0 commit comments