Skip to content

Commit

Permalink
Update Dev dependency packages to latest version possible (reduce vul…
Browse files Browse the repository at this point in the history
…nerabilities).
  • Loading branch information
arteconceito committed Jul 14, 2020
1 parent 6522435 commit 1bb0e01
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,37 @@
},
"license": "MIT",
"devDependencies": {
"brfs": "1.4.2",
"connect": "3.5.0",
"grunt": "0.4.5",
"grunt-autoprefixer": "3.0.3",
"grunt-bump": "0.7.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-cssmin": "0.14.0",
"brfs": "2.0.2",
"connect": "3.7.0",
"grunt": "1.2.1",
"grunt-autoprefixer": "3.0.4",
"grunt-bump": "0.8.0",
"grunt-cli": "1.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "1.0.0",
"grunt-jscs": "2.6.0",
"grunt-plato": "1.3.0",
"grunt-sass": "1.2.1",
"grunt-saucelabs": "8.6.2",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-coveralls": "2.0.0",
"grunt-jscs": "3.0.1",
"grunt-plato": "1.4.0",
"grunt-sass": "3.1.0",
"grunt-saucelabs": "9.0.1",
"grunt-template-jasmine-istanbul": "0.4.0",
"jshint-stylish": "2.1.0",
"load-grunt-tasks": "3.4.0",
"jshint-stylish": "2.2.1",
"load-grunt-tasks": "5.1.0",
"lodash": "3.10.1",
"serve-static": "1.11.2",
"time-grunt": "1.3.0"
"open-cli": "6.0.1",
"serve-static": "1.14.1",
"time-grunt": "2.0.0"
},
"scripts": {
"test": "node node_modules/grunt-cli/bin/grunt test --verbose",
"test:ci": "node node_modules/grunt-cli/bin/grunt travis --verbose",
"start": "open ./demo/index.html",
"start": "open-cli ./demo/index.html",
"build": "node node_modules/grunt-cli/bin/grunt"
}
}

0 comments on commit 1bb0e01

Please sign in to comment.