Skip to content

Commit

Permalink
Merge pull request #820 from rollbar/wj-npm-audit
Browse files Browse the repository at this point in the history
Update dependencies to remove npm security warnings
  • Loading branch information
waltjones authored Feb 6, 2020
2 parents 430aea7 + 55949fc commit da8b019
Show file tree
Hide file tree
Showing 4 changed files with 3,456 additions and 9,234 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 da8b019

Please sign in to comment.