From 45071c3366b5fcf01f5b7eb48b862519fba2ce34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:06:45 +0000 Subject: [PATCH] Bump grunt from 1.0.4 to 1.5.3 in /ee/vulnerability-dashboard 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] --- ee/vulnerability-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/vulnerability-dashboard/package.json b/ee/vulnerability-dashboard/package.json index a72ab3d351ea..231c838cd099 100644 --- a/ee/vulnerability-dashboard/package.json +++ b/ee/vulnerability-dashboard/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "eslint": "5.16.0", - "grunt": "1.0.4", + "grunt": "1.5.3", "htmlhint": "0.11.0", "lesshint": "6.3.6", "sails-hook-grunt": "^5.0.0",