From 2906353d3818a20bcb69e7431aea2e4dab56c8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:49:40 +0000 Subject: [PATCH] Bump grunt from 1.0.4 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 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.0.4...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62178dad..98bfa676 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "1.0.4", + "grunt": "1.5.3", "grunt-contrib-clean": "2.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "2.1.0",