From f7229f78eeffc50fb9e9bef159d9098f6fe28ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:43:05 +0000 Subject: [PATCH] Bump grunt Bumps the npm_and_yarn group with 1 update in the /h2o-docs-theme directory: [grunt](https://github.com/gruntjs/grunt). Updates `grunt` from 0.4.5 to 1.6.1 - [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.5...v1.6.1) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- h2o-docs-theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2o-docs-theme/package.json b/h2o-docs-theme/package.json index d5bbf203dadb..8fdb99657114 100644 --- a/h2o-docs-theme/package.json +++ b/h2o-docs-theme/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": {}, "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.1", "grunt-contrib-sass": "~0.7.2", "grunt-contrib-watch": "~0.4.3", "grunt-contrib-connect": "0.5.0",