Update grunt

This commit is contained in:
Yuriy Bakhtin 2022-08-10 13:53:44 +03:00
parent 332b6994ec
commit 74afd7aa56
2 changed files with 2176 additions and 1767 deletions

3937
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,13 +6,13 @@
"url": "git://github.com/humhub/humhub.git"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-uglify": "^5.0",
"grunt-shell": "^2.1.0"
}
}
}