Skip to content

Commit 366c583

Browse files
committed
fix: manually update dev dependencied to remove security warnings
1 parent 31b4755 commit 366c583

File tree

4 files changed

+1402
-5634
lines changed

4 files changed

+1402
-5634
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"no-useless-escape": 0,
2424
"complexity": [2, { "max": 35 }],
2525
"no-use-before-define": [0, { "functions": false }],
26-
"no-unused-vars": [2, { "argsIgnorePattern": "^_" }]
26+
"no-unused-vars": [2, { "argsIgnorePattern": "^_" }],
27+
"no-prototype-builtins": 0
2728
}
2829
}

Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ module.exports = function(grunt) {
144144
reporters = reporters.split(',');
145145
}
146146

147-
grunt.loadNpmTasks('grunt-express');
148147
grunt.loadNpmTasks('grunt-karma');
149148
grunt.loadNpmTasks('grunt-webpack');
150149
grunt.loadNpmTasks('grunt-text-replace');

0 commit comments

Comments
 (0)