Composer(deps): Bump symfony/mailer from 5.4.21 to 5.4.22 (#671)

Bumps [symfony/mailer](https://github.com/symfony/mailer) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/mailer/compare/v5.4.21...v5.4.22)

---
updated-dependencies:
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 17:20:19 +07:00 committed by GitHub
commit 44eca019f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
composer.lock generated
View file

@ -1671,16 +1671,16 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.4.21", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "f0ae1383a8285dfc6752b8d8602790953118ff5a" "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f0ae1383a8285dfc6752b8d8602790953118ff5a", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f",
"reference": "f0ae1383a8285dfc6752b8d8602790953118ff5a", "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1736,7 +1736,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.21" "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
@ -1752,7 +1752,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-14T08:03:56+00:00" "time": "2023-03-17T11:31:58+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@ -1835,16 +1835,16 @@
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v5.4.21", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "60c5f5a29399ff591fadd99da345a4a8bf048c41" "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/60c5f5a29399ff591fadd99da345a4a8bf048c41", "url": "https://api.github.com/repos/symfony/mailer/zipball/6330cd465dfd8b7a07515757a1c37069075f7b0b",
"reference": "60c5f5a29399ff591fadd99da345a4a8bf048c41", "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1891,7 +1891,7 @@
"description": "Helps sending emails", "description": "Helps sending emails",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailer/tree/v5.4.21" "source": "https://github.com/symfony/mailer/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
@ -1907,7 +1907,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-21T10:48:16+00:00" "time": "2023-03-10T10:15:32+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
@ -2378,5 +2378,5 @@
"php": "^7.4 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }