From 5c3a8fe183c8382df59ae95671f374f9963f1dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 03:59:12 +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.6.0. - [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.6.0) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-migration dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1f6aec4d0..27e200e37 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.6.0", "wp-forge/helpers": "^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index a234aea7c..f13bab34a 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": "54e0a1df4f0fc5b3b2d91640055d822e", + "content-hash": "6ec184b68c49dff214cd292663078f9a", "packages": [ { "name": "doctrine/inflector", @@ -858,16 +858,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "1.5.8", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "d91ceb54336aa1e9fe4450c7e0602526ed19e0ef" + "reference": "b9e4575a00eb13fe53bac106a9d60c9864b876ff" }, "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/b9e4575a00eb13fe53bac106a9d60c9864b876ff", + "reference": "b9e4575a00eb13fe53bac106a9d60c9864b876ff", "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.6.0", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2025-07-16T11:29:03+00:00" + "time": "2025-08-06T09:04:33+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data",