From 72209d79e5148474d0748cfd1388277088429289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:13:04 -0800 Subject: [PATCH] build(deps): update phpmailer/phpmailer requirement from 6.9.1 to 6.9.2 (#1939) Updates the requirements on [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) to permit the latest version. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.1...v6.9.2) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d9382f93..b6cf6c30f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "league/oauth2-google": "4.0.1", "php": "^8.2", "php-di/php-di": "7.0.7", - "phpmailer/phpmailer": "6.9.1", + "phpmailer/phpmailer": "6.9.2", "team-reflex/discord-php": "7.3.5", "vanilla/nbbc": "2.6.0" },