From 07dabc54ac61803df20789db6737aa4c7c226dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:54:44 +0000 Subject: [PATCH] Bump wp-cli/db-command from 2.1.2 to 2.1.3 Bumps [wp-cli/db-command](https://github.com/wp-cli/db-command) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/wp-cli/db-command/releases) - [Commits](https://github.com/wp-cli/db-command/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: wp-cli/db-command dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 4f29acd01..7b20269a9 100644 --- a/composer.lock +++ b/composer.lock @@ -2055,20 +2055,20 @@ }, { "name": "wp-cli/db-command", - "version": "v2.1.2", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/wp-cli/db-command.git", - "reference": "d4c0dd25ec8b3d0118a2400cf6b87e8d08b77c43" + "reference": "f857c91454d7092fa672bc388512a51752d9264a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/db-command/zipball/d4c0dd25ec8b3d0118a2400cf6b87e8d08b77c43", - "reference": "d4c0dd25ec8b3d0118a2400cf6b87e8d08b77c43", + "url": "https://api.github.com/repos/wp-cli/db-command/zipball/f857c91454d7092fa672bc388512a51752d9264a", + "reference": "f857c91454d7092fa672bc388512a51752d9264a", "shasum": "" }, "require": { - "wp-cli/wp-cli": "^2.5" + "wp-cli/wp-cli": "^2.12" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", @@ -2076,9 +2076,6 @@ }, "type": "wp-cli-package", "extra": { - "branch-alias": { - "dev-main": "2.x-dev" - }, "bundled": true, "commands": [ "db", @@ -2098,7 +2095,10 @@ "db tables", "db size", "db columns" - ] + ], + "branch-alias": { + "dev-main": "2.x-dev" + } }, "autoload": { "files": [ @@ -2123,9 +2123,9 @@ "homepage": "https://github.com/wp-cli/db-command", "support": { "issues": "https://github.com/wp-cli/db-command/issues", - "source": "https://github.com/wp-cli/db-command/tree/v2.1.2" + "source": "https://github.com/wp-cli/db-command/tree/v2.1.3" }, - "time": "2024-10-01T10:48:48+00:00" + "time": "2025-04-10T11:02:04+00:00" }, { "name": "wp-cli/embed-command",