From 56de6d2ac86b4e0ce701dc8b8e9920a045915dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:20:44 +0000 Subject: [PATCH] Bump grunt from 1.3.0 to 1.5.3 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:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30276e0..6f9fc4a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node": ">=0.8.x" }, "dependencies": { - "grunt": "1.3.0", + "grunt": "1.5.3", "grunt-contrib-cssmin": "0.12.3", "grunt-contrib-less": "1.0.0", "grunt-contrib-requirejs": "0.4.4",