From 6acbb2420eacf893294d9aec2e357d720b576861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:29:00 -0500 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E2=AC=86=EF=B8=8F=20bump=20roots/?= =?UTF-8?q?wp-password-bcrypt=20to=20v1.2.0=20(#737)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 3389d647d..bb9c3ee83 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "roots/bedrock-disallow-indexing": "^2.0", "roots/wordpress": "6.6.2", "roots/wp-config": "1.0.0", - "roots/wp-password-bcrypt": "1.1.0", + "roots/wp-password-bcrypt": "1.2.0", "wpackagist-theme/twentytwentyfour": "^1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 27d72deba..4b78f1f35 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": "4253cfdb54a40172193e44a90b95124c", + "content-hash": "2ee2e60cdeb62860945ce1bc396566de", "packages": [ { "name": "composer/installers", @@ -691,16 +691,16 @@ }, { "name": "roots/wp-password-bcrypt", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/roots/wp-password-bcrypt.git", - "reference": "15f0d8919fb3731f79a0cf2fb47e1baecb86cb26" + "reference": "bd26ab98aa646d88ce98c76e365d16259c5227a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/15f0d8919fb3731f79a0cf2fb47e1baecb86cb26", - "reference": "15f0d8919fb3731f79a0cf2fb47e1baecb86cb26", + "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/bd26ab98aa646d88ce98c76e365d16259c5227a2", + "reference": "bd26ab98aa646d88ce98c76e365d16259c5227a2", "shasum": "" }, "require": { @@ -751,17 +751,18 @@ "passwords", "wordpress" ], + "support": { + "forum": "https://discourse.roots.io/", + "issues": "https://github.com/roots/wp-password-bcrypt/issues", + "source": "https://github.com/roots/wp-password-bcrypt/tree/1.2.0" + }, "funding": [ { "url": "https://github.com/roots", "type": "github" - }, - { - "url": "https://www.patreon.com/rootsdev", - "type": "patreon" } ], - "time": "2021-10-31T01:18:58+00:00" + "time": "2024-09-10T23:11:22+00:00" }, { "name": "symfony/polyfill-ctype",