From e90a350062c70ee8672c57b9b1e843f5b9d473fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:15:37 +0000 Subject: [PATCH] Bump wp-cli/cron-command from 2.3.1 to 2.3.2 Bumps [wp-cli/cron-command](https://github.com/wp-cli/cron-command) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/wp-cli/cron-command/releases) - [Commits](https://github.com/wp-cli/cron-command/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: wp-cli/cron-command dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index c944a5905..c57ab8647 100644 --- a/composer.lock +++ b/composer.lock @@ -1986,20 +1986,20 @@ }, { "name": "wp-cli/cron-command", - "version": "v2.3.1", + "version": "v2.3.2", "source": { "type": "git", "url": "https://github.com/wp-cli/cron-command.git", - "reference": "46f849f2f0ba859c6acd356eefc76769c8381ae5" + "reference": "6f450028a75ebd275f12cad62959a0709bf3e7c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/46f849f2f0ba859c6acd356eefc76769c8381ae5", - "reference": "46f849f2f0ba859c6acd356eefc76769c8381ae5", + "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/6f450028a75ebd275f12cad62959a0709bf3e7c1", + "reference": "6f450028a75ebd275f12cad62959a0709bf3e7c1", "shasum": "" }, "require": { - "wp-cli/wp-cli": "^2.5" + "wp-cli/wp-cli": "^2.12" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", @@ -2009,9 +2009,6 @@ }, "type": "wp-cli-package", "extra": { - "branch-alias": { - "dev-main": "2.x-dev" - }, "bundled": true, "commands": [ "cron", @@ -2024,7 +2021,10 @@ "cron schedule", "cron schedule list", "cron event unschedule" - ] + ], + "branch-alias": { + "dev-main": "2.x-dev" + } }, "autoload": { "files": [ @@ -2049,9 +2049,9 @@ "homepage": "https://github.com/wp-cli/cron-command", "support": { "issues": "https://github.com/wp-cli/cron-command/issues", - "source": "https://github.com/wp-cli/cron-command/tree/v2.3.1" + "source": "https://github.com/wp-cli/cron-command/tree/v2.3.2" }, - "time": "2024-10-01T10:30:28+00:00" + "time": "2025-04-02T11:55:20+00:00" }, { "name": "wp-cli/db-command", @@ -7425,17 +7425,17 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "roave/security-advisories": 20, - "wp-cli/wp-cli": 20 + "wp-cli/wp-cli": 20, + "roave/security-advisories": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=5.6" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "5.6" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }