File tree 2 files changed +19
-7
lines changed
2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change
1
+ version: v1.5.0
2
+ ignore: {}
3
+ patch:
4
+ 'npm:negotiator:20160616':
5
+ - gulp-connect > connect > compression > accepts > negotiator:
6
+ patched: '2016-08-09T02:42:42.852Z'
7
+ - gulp-connect > connect > serve-index > accepts > negotiator:
8
+ patched: '2016-08-09T02:42:42.852Z'
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/JedWatson/touchstonejs-tasks.git"
11
11
},
12
12
"dependencies" : {
13
- "babel-core" : " ^5.5.5 " ,
13
+ "babel-core" : " 6.10.4 " ,
14
14
"babel-plugin-object-assign" : " ^1.1.0" ,
15
- "babelify" : " ^6.1.2 " ,
15
+ "babelify" : " 7.0.0 " ,
16
16
"brfs" : " ^1.4.0" ,
17
- "browserify" : " ^10.2.4 " ,
17
+ "browserify" : " 12.0.0 " ,
18
18
"bytes" : " ^2.1.0" ,
19
19
"chalk" : " ^1.0.0" ,
20
20
"del" : " ^1.2.0" ,
24
24
"merge-stream" : " ^0.1.7" ,
25
25
"vinyl-source-stream" : " ^1.1.0" ,
26
26
"watchify" : " ^3.2.2" ,
27
- "xtend" : " ^4.0.0"
27
+ "xtend" : " ^4.0.0" ,
28
+ "snyk" : " ^1.18.0"
28
29
},
29
30
"peerDependencies" : {
30
31
"gulp" : " ^3.9.0"
35
36
"scripts" : {
36
37
"lint" : " happiness" ,
37
38
"unit" : " echo \" no tests yet\" " ,
38
- "test" : " npm run lint && npm run unit"
39
+ "test" : " npm run lint && npm run unit" ,
40
+ "snyk-protect" : " snyk protect" ,
41
+ "prepublish" : " npm run snyk-protect"
39
42
},
40
43
"keywords" : [
41
44
" react" ,
42
45
" browserify" ,
43
46
" gulp"
44
- ]
45
- }
47
+ ],
48
+ "snyk" : true
49
+ }
You can’t perform that action at this time.
0 commit comments