File tree 2 files changed +30
-4
lines changed
packages/@css-blocks/website
2 files changed +30
-4
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.1
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ 'npm:hoek:20180212':
7
+ - webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > hoek:
8
+ patched: '2018-12-09T07:19:32.496Z'
9
+ - webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > hoek:
10
+ patched: '2018-12-09T07:19:32.496Z'
11
+ - webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
12
+ patched: '2018-12-09T07:19:32.496Z'
13
+ - webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
14
+ patched: '2018-12-09T07:19:32.496Z'
15
+ - webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
16
+ patched: '2018-12-09T07:19:32.496Z'
17
+ - webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
18
+ patched: '2018-12-09T07:19:32.496Z'
19
+ - webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
20
+ patched: '2018-12-09T07:19:32.496Z'
21
+ - webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
22
+ patched: '2018-12-09T07:19:32.496Z'
Original file line number Diff line number Diff line change 39
39
"raf" : " 3.4.0" ,
40
40
"react" : " ^16.1.1" ,
41
41
"react-dev-utils" : " ^4.2.2" ,
42
- "react-dom" : " ^16.1.1 " ,
42
+ "react-dom" : " ^16.1.2 " ,
43
43
"react-ga" : " ^2.5.0" ,
44
44
"react-router-dom" : " ^4.2.2" ,
45
45
"style-loader" : " 0.19.0" ,
50
50
"webpack-dev-server" : " 2.9.4" ,
51
51
"webpack-manifest-plugin" : " 1.3.2" ,
52
52
"webpack-sources" : " ^1.0.2" ,
53
- "whatwg-fetch" : " 2.0.3"
53
+ "whatwg-fetch" : " 2.0.3" ,
54
+ "snyk" : " ^1.116.2"
54
55
},
55
56
"scripts" : {
56
57
"start" : " node scripts/start.js" ,
57
58
"build" : " node scripts/build.js" ,
58
59
"compile" : " yarn run build" ,
59
60
"test" : " echo 'nothing to test'" ,
60
- "serve" : " node server.js"
61
+ "serve" : " node server.js" ,
62
+ "snyk-protect" : " snyk protect" ,
63
+ "prepublish" : " npm run snyk-protect"
61
64
},
62
65
"jest" : {
63
66
"collectCoverageFrom" : [
101
104
"@types/react-dom" : " ^16.0.3" ,
102
105
"clean-css" : " ^4.1.11" ,
103
106
"obj-str" : " ^1.0.0"
104
- }
107
+ },
108
+ "snyk" : true
105
109
}
You can’t perform that action at this time.
0 commit comments