Skip to content

Commit

Permalink
fix: manually update dev dependencied to remove security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Feb 6, 2020
1 parent f50f3da commit 55949fc
Show file tree
Hide file tree
Showing 4 changed files with 1,402 additions and 5,634 deletions.
3 changes: 2 additions & 1 deletion sdks/rollbar.js/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"no-useless-escape": 0,
"complexity": [2, { "max": 35 }],
"no-use-before-define": [0, { "functions": false }],
"no-unused-vars": [2, { "argsIgnorePattern": "^_" }]
"no-unused-vars": [2, { "argsIgnorePattern": "^_" }],
"no-prototype-builtins": 0
}
}
1 change: 0 additions & 1 deletion sdks/rollbar.js/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ module.exports = function(grunt) {
reporters = reporters.split(',');
}

grunt.loadNpmTasks('grunt-express');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-webpack');
grunt.loadNpmTasks('grunt-text-replace');
Expand Down
Loading

0 comments on commit 55949fc

Please sign in to comment.