From e6e0aa027e287a0fe6f3f4cdcb5690f5cfb9cc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:20:35 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [grunt](https://github.com/gruntjs/grunt). Updates `grunt` from 0.4.5 to 1.6.1 - [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.1) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4b23dcc..6336d51 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "homepage": "http://mademistakes.com/", "license": "The MIT License (MIT)", "devDependencies": { - "grunt": "~0.4.2", + "grunt": "~1.6.1", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-uglify": "~0.3.2", "grunt-contrib-watch": "~0.5.3",