mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 13:51:42 +01:00
694a3b85e6
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.3.0...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"name": "humhub",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/humhub/humhub.git"
|
|
},
|
|
"devDependencies": {
|
|
"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": "^5.0",
|
|
"grunt-shell": "^2.1.0"
|
|
}
|
|
}
|