From d5f53f97cef2aad9b065cccf91efa6146a448164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:01:23 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-loader from 1.0.10 to 1.0.12 Bumps [newfold-labs/wp-module-loader](https://github.com/newfold-labs/wp-module-loader) from 1.0.10 to 1.0.12. - [Release notes](https://github.com/newfold-labs/wp-module-loader/releases) - [Commits](https://github.com/newfold-labs/wp-module-loader/compare/1.0.10...1.0.12) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-loader 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 a3a0e7d..456f2bb 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require": { "newfold-labs/wp-module-data": "^2.6.3", - "newfold-labs/wp-module-loader": "^1.0.10" + "newfold-labs/wp-module-loader": "^1.0.12" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index a3bd3b0..9b235a9 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": "73a06a003e9b40062a728e9890db7a8d", + "content-hash": "f6419217873cdab0aaa412817b47368b", "packages": [ { "name": "doctrine/inflector", @@ -295,23 +295,23 @@ }, { "name": "newfold-labs/wp-module-loader", - "version": "1.0.10", + "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-loader.git", - "reference": "8ab6725a6b3bc9ed10b89127f09bcb3e81f795c6" + "reference": "3fd178cfe9d5a5919eadabd71ab8a7d01011062a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/8ab6725a6b3bc9ed10b89127f09bcb3e81f795c6", - "reference": "8ab6725a6b3bc9ed10b89127f09bcb3e81f795c6", + "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/3fd178cfe9d5a5919eadabd71ab8a7d01011062a", + "reference": "3fd178cfe9d5a5919eadabd71ab8a7d01011062a", "shasum": "" }, "require": { "newfold-labs/container": "^1.2", "wp-forge/collection": "^1.0", "wp-forge/fluent": "^1.0", - "wp-forge/wp-options": "^1.0" + "wp-forge/wp-options": "^1.1" }, "type": "library", "autoload": { @@ -334,10 +334,10 @@ ], "description": "A module that handles registration and management of Newfold modules used within our WordPress plugins.", "support": { - "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.0.10", + "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.0.12", "issues": "https://github.com/newfold-labs/wp-module-loader/issues" }, - "time": "2022-10-03T20:07:41+00:00" + "time": "2024-12-11T20:17:09+00:00" }, { "name": "wp-forge/collection",