This repository was archived by the owner on Sep 29, 2020. It is now read-only.
File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 6
6
- copy-webpack-plugin > cacache > chownr:
7
7
reason: None given
8
8
expires: '2019-02-01T08:43:28.106Z'
9
- patch: {}
9
+ # patches apply the minimum changes required to fix a vulnerability
10
+ patch:
11
+ SNYK-JS-AXIOS-174505:
12
+ - axios:
13
+ patched: '2019-05-15T12:55:50.680Z'
Original file line number Diff line number Diff line change 27
27
"docker:stop" : " docker stop fpfront; docker rm fpfront" ,
28
28
"redis:start" : " docker stop redis; docker rm redis; docker run --name redis -p 6379:6379 -d redis" ,
29
29
"up" : " docker-compose up -d --remove-orphans --build" ,
30
- "down" : " docker-compose down"
30
+ "down" : " docker-compose down" ,
31
+ "snyk-protect" : " snyk protect" ,
32
+ "prepublish" : " npm run snyk-protect"
31
33
},
32
34
"workspaces" : [
33
35
" packages/*"
43
45
"history" : " ^4.9.0" ,
44
46
"react" : " ^16.8.6" ,
45
47
"react-dom" : " ^16.8.6" ,
46
- "stylelint-order" : " ^2.1.0"
48
+ "stylelint-order" : " ^2.1.0" ,
49
+ "snyk" : " ^1.164.0"
47
50
},
48
51
"devDependencies" : {
49
52
"@babel/core" : " ^7.4.4" ,
139
142
" **/*.spec.tsx" ,
140
143
" **/*.spec.ts"
141
144
]
142
- }
145
+ },
146
+ "snyk" : true
143
147
}
You can’t perform that action at this time.
0 commit comments