From c43239723f4c3b650919f3e587490265640f66a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 00:07:52 +0000 Subject: [PATCH] Bump grunt Bumps the npm_and_yarn group with 1 update in the /webapp/public/old/bootstrap directory: [grunt](https://github.com/gruntjs/grunt). Updates `grunt` from 0.4.5 to 1.6.2 - [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.5...v1.6.2) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- webapp/public/old/bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 webapp/public/old/bootstrap/package.json diff --git a/webapp/public/old/bootstrap/package.json b/webapp/public/old/bootstrap/package.json old mode 100755 new mode 100644 index 5169c4d..21fd8e1 --- a/webapp/public/old/bootstrap/package.json +++ b/webapp/public/old/bootstrap/package.json @@ -32,7 +32,7 @@ "devDependencies": { "btoa": "~1.1.2", "glob": "~6.0.1", - "grunt": "~0.4.5", + "grunt": "~1.6.2", "grunt-autoprefixer": "~3.0.3", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.14.0",