From d6482a2f83c093f55eadff7a4006ba7005e82767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:27:33 +0000 Subject: [PATCH] chore(deps): bump roots/wp-password-bcrypt from 1.1.0 to 1.2.0 Bumps [roots/wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/roots/wp-password-bcrypt/releases) - [Changelog](https://github.com/roots/wp-password-bcrypt/blob/master/CHANGELOG.md) - [Commits](https://github.com/roots/wp-password-bcrypt/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: roots/wp-password-bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 26aad4ad..0b01b934 100644 --- a/composer.json +++ b/composer.json @@ -172,7 +172,7 @@ "php": ">=5.6", "roots/bedrock-autoloader": "^1.0", "roots/wp-config": "1.0.0", - "roots/wp-password-bcrypt": "1.1.0", + "roots/wp-password-bcrypt": "1.2.0", "vlucas/phpdotenv": "^5.3", "wpackagist-plugin/authors-list": "^2.0", "wpackagist-plugin/autodescription": "^5.0", diff --git a/composer.lock b/composer.lock index 73904310..85ffbd51 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": "9cc6c26bbc893df6a1fa33fa2c31ba40", + "content-hash": "f5fb2e34610fdc938e1d51d117c8e2c7", "packages": [ { "name": "aws/aws-crt-php", @@ -2433,16 +2433,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": { @@ -2496,19 +2496,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/css-selector",