From 3d3f5ca3fc6595ff99c921e4036b8dbb51f8d625 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 17 Jun 2020 13:40:05 +0545 Subject: [PATCH] Update egulias/email-validator (2.1.17 => 2.1.18) --- changelog/unreleased/37544 | 3 +++ composer.lock | 21 +++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 changelog/unreleased/37544 diff --git a/changelog/unreleased/37544 b/changelog/unreleased/37544 new file mode 100644 index 000000000000..7deea4c0a5fc --- /dev/null +++ b/changelog/unreleased/37544 @@ -0,0 +1,3 @@ +Change: Update egulias/email-validator (2.1.17 => 2.1.18) + +https://github.com/owncloud/core/pull/37544 diff --git a/composer.lock b/composer.lock index 338b36c34622..73239aefd375 100644 --- a/composer.lock +++ b/composer.lock @@ -635,16 +635,16 @@ }, { "name": "egulias/email-validator", - "version": "2.1.17", + "version": "2.1.18", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ade6887fd9bd74177769645ab5c474824f8a418a" + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", - "reference": "ade6887fd9bd74177769645ab5c474824f8a418a", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", "shasum": "" }, "require": { @@ -668,7 +668,7 @@ }, "autoload": { "psr-4": { - "Egulias\\EmailValidator\\": "EmailValidator" + "Egulias\\EmailValidator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -689,7 +689,7 @@ "validation", "validator" ], - "time": "2020-02-13T22:36:52+00:00" + "time": "2020-06-16T20:11:17+00:00" }, { "name": "guzzlehttp/guzzle", @@ -4490,12 +4490,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "59f3050bcd5dab238c9ac3eada55269cc2fcfaa8" + "reference": "499fb201e495ef0064da064f520c845d3638fe24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/59f3050bcd5dab238c9ac3eada55269cc2fcfaa8", - "reference": "59f3050bcd5dab238c9ac3eada55269cc2fcfaa8", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/499fb201e495ef0064da064f520c845d3638fe24", + "reference": "499fb201e495ef0064da064f520c845d3638fe24", "shasum": "" }, "conflict": { @@ -4504,6 +4504,7 @@ "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", "amphp/artax": "<1.0.6|>=2,<2.0.6", "amphp/http": "<1.0.1", + "amphp/http-client": ">=4,<4.4", "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", "aws/aws-sdk-php": ">=3,<3.2.1", @@ -4756,7 +4757,7 @@ } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "time": "2020-06-11T00:01:52+00:00" + "time": "2020-06-17T06:37:54+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",