From 1a1c23627323bdd6ebc09afa6431f4ae4d457b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:35:05 +0000 Subject: [PATCH] fix(deps): update dependency roots/wp-password-bcrypt to v1.2.0 --- composer.json | 2 +- composer.lock | 20 ++++++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 315fc60..fa0b7e3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,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-plugin/wordpress-importer": "^0.8.0", "wpackagist-plugin/wordfence": "^7.10", "wpackagist-plugin/safe-svg": "^2.1.1" diff --git a/composer.lock b/composer.lock index ec729f3..2a82732 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": "8e1053c02dcdcfae66593c3ef9003260", + "content-hash": "7b6e64d094556b012375f7fdeac62b7b", "packages": [ { "name": "composer/installers", @@ -710,16 +710,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": { @@ -773,19 +773,15 @@ "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.1.0" + "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", @@ -2185,6 +2181,6 @@ "platform": { "php": ">=8.0" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" }