diff --git a/composer.json b/composer.json index a6d897f2430b8bf322fd59c3ff9c6a0b7f0c84e6..ee3bfb7fdf8616a6c87e56bdfaf6fb37b882e2cc 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "doctrine/dbal": "^3.3.2", "doctrine/event-manager": "^1.0.0", "doctrine/lexer": "^1.2.3", - "egulias/email-validator": "^3.1", + "egulias/email-validator": "^3.2.1", "enshrined/svg-sanitize": "^0.15.4", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/promises": "^1.4.0", diff --git a/composer.lock b/composer.lock index 8d7b61aea890decf9cc9b78ab0c65e6c7ee290f0..b776c327d117ca36b03304812e9d24287d270d72 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": "dadfc28aec96436b293f79f447216f08", + "content-hash": "1650feccfed5b52e5c656b26b0853d24", "packages": [ { "name": "bacon/bacon-qr-code", @@ -662,16 +662,16 @@ }, { "name": "egulias/email-validator", - "version": "3.1.2", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697" + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", "shasum": "" }, "require": { @@ -718,7 +718,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.1.2" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.1" }, "funding": [ { @@ -726,7 +726,7 @@ "type": "github" } ], - "time": "2021-10-11T09:18:27+00:00" + "time": "2022-06-18T20:57:19+00:00" }, { "name": "enshrined/svg-sanitize", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index a2a460ec7aacf480c933ccd4080f896383196b74..c43e87b776f56737732d8ed970cf01fd9c38f3ad 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -36,7 +36,7 @@ "doctrine/dbal": "^3.3.2", "doctrine/event-manager": "^1.0.0", "doctrine/lexer": "^1.2.3", - "egulias/email-validator": "^3.1", + "egulias/email-validator": "^3.2.1", "enshrined/svg-sanitize": "^0.15.4", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^1.8.5 || ^2.1.2",