File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ module.exports = function (grunt) {
53
53
return options [ depName ] . components ;
54
54
} )
55
55
. flatten ( )
56
- . unique ( )
56
+ . uniq ( )
57
57
. without ( name )
58
58
. sort ( function ( a , b ) {
59
59
return options [ a ] . components . indexOf ( b ) === - 1 ? - 1 : 1 ;
@@ -76,7 +76,7 @@ module.exports = function (grunt) {
76
76
}
77
77
78
78
// Remove duplicates
79
- sources = _ . unique ( sources ) ;
79
+ sources = _ . uniq ( sources ) ;
80
80
81
81
// Add module settings to fmd definition
82
82
modules [ name ] = [ sources , opts ] ;
Original file line number Diff line number Diff line change 31
31
"grunt-jsonlint" : " ^1.0.4" ,
32
32
"grunt-update-json" : " ^0.2.0" ,
33
33
"load-grunt-config" : " ^0.16.0" ,
34
- "lodash" : " ^3.5.0 "
34
+ "lodash" : " ^4.17.11 "
35
35
},
36
36
"keywords" : [
37
37
" security" ,
You can’t perform that action at this time.
0 commit comments