Update Jekyll documentation packages and fix lodash vulnerability (#6837)

This commit is contained in:
jonpas 2019-02-28 00:43:35 +01:00 committed by PabstMirror
parent 7f04d00b7f
commit 66011d4b33
2 changed files with 242 additions and 1118 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,15 @@
{
"name": "ACE3",
"version": "0.1.0",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^2.1.0"
"grunt-sass": "^3.0.2"
}
}