From 193caf1803f246d2a5ef969a965eb8aa58ff555b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:55:55 +1000 Subject: [PATCH] build(deps-dev): bump grunt (#240) Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.1 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/v0.4.1...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Bateman Co-authored-by: Adam Buckley --- .../js/jquery-ui-1.10.4.custom/development-bundle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 system/templates/js/jquery-ui-1.10.4.custom/development-bundle/package.json diff --git a/system/templates/js/jquery-ui-1.10.4.custom/development-bundle/package.json b/system/templates/js/jquery-ui-1.10.4.custom/development-bundle/package.json old mode 100755 new mode 100644 index 215d35934..1ead55189 --- a/system/templates/js/jquery-ui-1.10.4.custom/development-bundle/package.json +++ b/system/templates/js/jquery-ui-1.10.4.custom/development-bundle/package.json @@ -56,7 +56,7 @@ }, "dependencies": {}, "devDependencies": { - "grunt": "0.4.1", + "grunt": "1.5.3", "grunt-contrib-jshint": "0.7.1", "grunt-contrib-uglify": "0.1.1", "grunt-contrib-concat": "0.1.3",