Skip to content

Commit

Permalink
#966 Fix npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 6, 2019
1 parent 811b753 commit 1d2d041
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"homepage": "https://thehive-project.org/",
"dependencies": {},
"devDependencies": {
"lodash": "^4.17.11",
"autoprefixer": "^9.5.1",
"grunt": "^1.0.4",
"grunt-angular-templates": "^1.1.0",
Expand All @@ -29,17 +30,18 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.3.1",
"grunt-injector": "^1.1.0",
"grunt-karma": "*",
"grunt-karma": "3.0.2",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-npm-bower": "0.0.4",
"grunt-postcss": "^0.9.0",
"grunt-svgmin": "^6.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"serve-static": "^1.13.2",
"time-grunt": "^2.0.0"
},
Expand Down

0 comments on commit 1d2d041

Please sign in to comment.