Skip to content

Commit 321eee3

Browse files
committed
npm audit critical vulnerabilities
1 parent 827073a commit 321eee3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json.sample

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,16 @@
3737
"strip-json-comments": "~3.1.1",
3838
"time-grunt": "~2.0.0",
3939
"underscore": "1.13.3"
40-
}
40+
},
41+
"overrides": {
42+
"styledocco": {
43+
"uglify-js": "3.4.9"
44+
},
45+
"mkdirp" : {
46+
"minimist":"1.2.6"
47+
},
48+
"optimist" : {
49+
"minimist":"1.2.6"
50+
}
51+
}
4152
}

0 commit comments

Comments
 (0)