From f28243413fe43e2cc5a5b4313c93e69ef2357ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 06:02:41 +0000 Subject: [PATCH] Bump time-grunt from 1.4.0 to 2.0.0 in the npm group Bumps the npm group with 1 update: [time-grunt](https://github.com/sindresorhus/time-grunt). Updates `time-grunt` from 1.4.0 to 2.0.0 - [Commits](https://github.com/sindresorhus/time-grunt/compare/v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: time-grunt dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7b9ad7..b3baf62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "grunt-contrib-uglify": "~5.2.2", "grunt-contrib-watch": "~1.1.0", "grunt-wp-i18n": "~1.0.4", - "time-grunt": "~1.4.0" + "time-grunt": "~2.0.0" }, "engines": { "node": ">= 24.0.0" @@ -3215,9 +3215,10 @@ "license": "MIT" }, "node_modules/time-grunt": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.4.0.tgz", - "integrity": "sha512-u8n+ZOcdNDkrqlyN+x1ayHN0X+hMgg3SS191EE5xO03nRVnVpNp3UJSmUBCQCAbe959LqWttMaELNclfmWM+fQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-2.0.0.tgz", + "integrity": "sha512-iQD2AeDYCAJrsPC/eUsfYZD9UT7TuBOmUIgFV5zeTQgRk6yLJKoc3aYR0gusJ0m+bG13B6qrDZ0SwPLe0/htHw==", + "deprecated": "Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e3075bf..eddee07 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "grunt-contrib-uglify": "~5.2.2", "grunt-contrib-watch": "~1.1.0", "grunt-wp-i18n": "~1.0.4", - "time-grunt": "~1.4.0" + "time-grunt": "~2.0.0" } }