From f72fe33e6dc97b73c54610049fe818e65a96574b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:23:36 -0300 Subject: [PATCH] Bump mockery/mockery from 1.6.5 to 1.6.6 (https://github.com/woocommerce/woocommerce-blocks/pull/10591) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.5 to 1.6.6. - [Release notes](https://github.com/mockery/mockery/releases) - [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md) - [Commits](https://github.com/mockery/mockery/compare/1.6.5...1.6.6) --- updated-dependencies: - dependency-name: mockery/mockery dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Lara --- plugins/woocommerce-blocks/composer.json | 2 +- plugins/woocommerce-blocks/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/woocommerce-blocks/composer.json b/plugins/woocommerce-blocks/composer.json index b89bfbc8aee..f4d70d9c6fc 100644 --- a/plugins/woocommerce-blocks/composer.json +++ b/plugins/woocommerce-blocks/composer.json @@ -25,7 +25,7 @@ "phpdocumentor/reflection": "3.0.1", "yoast/phpunit-polyfills": "2.0.0", "nikic/php-parser": "4.16.0 as 1.0.0", - "mockery/mockery": "1.6.5", + "mockery/mockery": "1.6.6", "wp-hooks/generator": "0.9.0" }, "autoload": { diff --git a/plugins/woocommerce-blocks/composer.lock b/plugins/woocommerce-blocks/composer.lock index 7ba6667aca4..644a724167a 100644 --- a/plugins/woocommerce-blocks/composer.lock +++ b/plugins/woocommerce-blocks/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": "43e5728f2d77ab57c7f476b0387ac1e1", + "content-hash": "f236079766ae0123ae86aaf43ce16a3e", "packages": [ { "name": "automattic/jetpack-autoloader", @@ -521,16 +521,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.5", + "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "68782e943f9ffcbc72bda08aedabe73fecb50041" + "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/68782e943f9ffcbc72bda08aedabe73fecb50041", - "reference": "68782e943f9ffcbc72bda08aedabe73fecb50041", + "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e", + "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e", "shasum": "" }, "require": { @@ -602,7 +602,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-08-06T00:30:34+00:00" + "time": "2023-08-09T00:03:52+00:00" }, { "name": "myclabs/deep-copy",