From 0709b6c2bf12355e6d0a8ad6aec834e3883f03de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 03:20:49 +0000 Subject: [PATCH] Bump grunt from 0.4.0 to 1.5.3 in /synergy Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.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/v0.4.0...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- synergy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 synergy/package.json diff --git a/synergy/package.json b/synergy/package.json old mode 100755 new mode 100644 index 59a43fb8..c50293d0 --- a/synergy/package.json +++ b/synergy/package.json @@ -3,7 +3,7 @@ "version": "0.6.0", "description": "Test case management system", "devDependencies": { - "grunt": "0.4.0", + "grunt": "1.5.3", "minimatch": "0.3.0", "grunt-contrib-concat": "0.5.0", "grunt-contrib-cssmin": "",