From 256d6c4b0664fa69d1c61bbaed9fc4c4e1a0029c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 22:00:23 +0000 Subject: [PATCH] chore(deps): update spatie/laravel-honeypot requirement Updates the requirements on [spatie/laravel-honeypot](https://github.com/spatie/laravel-honeypot) to permit the latest version. - [Release notes](https://github.com/spatie/laravel-honeypot/releases) - [Changelog](https://github.com/spatie/laravel-honeypot/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-honeypot/compare/2.3.0...3.0.1) --- updated-dependencies: - dependency-name: spatie/laravel-honeypot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e0b016404..eb91f6750b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "socialiteproviders/tumblr": "^4.1", "socialiteproviders/twitch": "^5.3", "socialiteproviders/twitter": "^4.1", - "spatie/laravel-honeypot": "^2.3.0" + "spatie/laravel-honeypot": "^3.0.1" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.0",