File tree Expand file tree Collapse file tree 2 files changed +37
-25
lines changed Expand file tree Collapse file tree 2 files changed +37
-25
lines changed Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.13.3
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ SNYK-JS-AXIOS-174505:
7+ - axios:
8+ patched: '2019-05-06T01:42:37.808Z'
Original file line number Diff line number Diff line change 11{
2- "name" : " allocine" ,
3- "version" : " 0.1.0" ,
4- "private" : true ,
5- "dependencies" : {
6- "axios" : " ^0.18.0" ,
7- "react" : " ^16.6.1" ,
8- "react-dom" : " ^16.6.1" ,
9- "react-router-dom" : " ^4.3.1" ,
10- "react-scripts" : " 2.1.3"
11- },
12- "scripts" : {
13- "start" : " react-scripts start" ,
14- "build" : " react-scripts build" ,
15- "test" : " react-scripts test" ,
16- "eject" : " react-scripts eject"
17- },
18- "eslintConfig" : {
19- "extends" : " react-app"
20- },
21- "browserslist" : [
22- " >0.2%" ,
23- " not dead" ,
24- " not ie <= 11" ,
25- " not op_mini all"
26- ]
2+ "name" : " allocine" ,
3+ "version" : " 0.1.0" ,
4+ "private" : true ,
5+ "dependencies" : {
6+ "axios" : " ^0.18.0" ,
7+ "react" : " ^16.6.1" ,
8+ "react-dom" : " ^16.6.1" ,
9+ "react-router-dom" : " ^4.3.1" ,
10+ "react-scripts" : " 2.1.3" ,
11+ "snyk" : " ^1.161.1"
12+ },
13+ "scripts" : {
14+ "start" : " react-scripts start" ,
15+ "build" : " react-scripts build" ,
16+ "test" : " react-scripts test" ,
17+ "eject" : " react-scripts eject" ,
18+ "snyk-protect" : " snyk protect" ,
19+ "prepare" : " npm run snyk-protect"
20+ },
21+ "eslintConfig" : {
22+ "extends" : " react-app"
23+ },
24+ "browserslist" : [
25+ " >0.2%" ,
26+ " not dead" ,
27+ " not ie <= 11" ,
28+ " not op_mini all"
29+ ],
30+ "snyk" : true
2731}
You can’t perform that action at this time.
0 commit comments