From 8b1dbd2cdb4e72bc5a9ca3bf56dd6d7c9ac78e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 02:59:15 +0000 Subject: [PATCH] build(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /wp-content/plugins/my-plugin directory: [grunt](https://github.com/gruntjs/grunt). Bumps the npm_and_yarn group with 1 update in the /wp-content/plugins/restrict-content 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) 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-version: 1.6.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: grunt dependency-version: 1.6.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- wp-content/plugins/my-plugin/package.json | 2 +- wp-content/plugins/restrict-content/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/plugins/my-plugin/package.json b/wp-content/plugins/my-plugin/package.json index ead93b56..9a9db515 100644 --- a/wp-content/plugins/my-plugin/package.json +++ b/wp-content/plugins/my-plugin/package.json @@ -10,7 +10,7 @@ "i18n" : "grunt i18n" }, "devDependencies": { - "grunt": "~0.4.5", + "grunt": "~1.6.1", "grunt-wp-i18n": "~0.5.0", "grunt-wp-readme-to-markdown": "~1.0.0" } diff --git a/wp-content/plugins/restrict-content/package.json b/wp-content/plugins/restrict-content/package.json index f3a9879e..4751f7a4 100644 --- a/wp-content/plugins/restrict-content/package.json +++ b/wp-content/plugins/restrict-content/package.json @@ -59,7 +59,7 @@ "@babel/runtime-corejs2": "^7.10.5", "babel-plugin-lodash": "^3.3.4", "eslint-plugin-jest": "^24.3.5", - "grunt": "~0.4.5", + "grunt": "~1.6.1", "grunt-checktextdomain": "~1.0.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-compress": "~0.8.0",