From 787917cf0b3f76fd9bc0de658da5eb544e7ffff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:55:32 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-migration Bumps [newfold-labs/wp-module-migration](https://github.com/newfold-labs/wp-module-migration) from 1.5.8 to 1.5.9. - [Release notes](https://github.com/newfold-labs/wp-module-migration/releases) - [Commits](https://github.com/newfold-labs/wp-module-migration/compare/1.5.8...1.5.9) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-migration dependency-version: 1.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index f2afab3e4..0f1196bc0 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "newfold-labs/wp-module-onboarding-data": "^1.2.14", "newfold-labs/wp-module-patterns": "^2.9.2", "newfold-labs/wp-module-facebook": "^1.2.1", - "newfold-labs/wp-module-migration": "^1.3.0", + "newfold-labs/wp-module-migration": "^1.5.9", "wp-forge/helpers": "^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 95b9ecdbc..14ac1eda0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "172e80e4a81c164e25159aeaf6303860", + "content-hash": "43af68414af9b3af45b2b3e75207fc76", "packages": [ { "name": "doctrine/inflector", @@ -858,16 +858,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "1.5.8", + "version": "1.5.9", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "d91ceb54336aa1e9fe4450c7e0602526ed19e0ef" + "reference": "b9577af711c35af15659665156d2ddf565da6f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/d91ceb54336aa1e9fe4450c7e0602526ed19e0ef", - "reference": "d91ceb54336aa1e9fe4450c7e0602526ed19e0ef", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/b9577af711c35af15659665156d2ddf565da6f82", + "reference": "b9577af711c35af15659665156d2ddf565da6f82", "shasum": "" }, "require": { @@ -875,7 +875,7 @@ "newfold-labs/wp-module-loader": "^1.0.10" }, "require-dev": { - "johnpbloch/wordpress": "6.8.1", + "johnpbloch/wordpress": "6.8.2", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", @@ -943,10 +943,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/1.5.8", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/1.5.9", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2025-07-16T11:29:03+00:00" + "time": "2025-07-30T10:36:11+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data",