From 47e16ab5a57c47f283637262f16aa13de6ed1006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 02:43:25 +0000 Subject: [PATCH] Bump grunt from 1.0.4 to 1.5.3 in /website 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-version: 1.5.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index d1805f80e0a..74813bdedf8 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eslint": "5.16.0", - "grunt": "1.0.4", + "grunt": "1.5.3", "htmlhint": "0.11.0", "lesshint": "6.3.6", "marked": "4.0.10",