From 031260014ce9583d73e16ee2a6283abd29de045b Mon Sep 17 00:00:00 2001 From: TheCartpenter Date: Tue, 9 Jul 2024 19:37:23 -0400 Subject: [PATCH] Upgraded symfony/validator vendor to v7.0.9 --- composer.lock | 12 ++++++------ .../system/storage/vendor/composer/installed.json | 14 +++++++------- .../system/storage/vendor/composer/installed.php | 10 +++++----- .../validator/Constraints/UniqueValidator.php | 2 +- .../Resources/translations/validators.ro.xlf | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index b2f49cd8c..8218a9d3e 100644 --- a/composer.lock +++ b/composer.lock @@ -1181,16 +1181,16 @@ }, { "name": "symfony/validator", - "version": "v7.0.8", + "version": "v7.0.9", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf" + "reference": "04266058fb2b936ad71ce726ab021b791b896f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/23af65dff1f4dfee9aab3a0123a243e40fa3d9cf", - "reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf", + "url": "https://api.github.com/repos/symfony/validator/zipball/04266058fb2b936ad71ce726ab021b791b896f86", + "reference": "04266058fb2b936ad71ce726ab021b791b896f86", "shasum": "" }, "require": { @@ -1256,7 +1256,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v7.0.8" + "source": "https://github.com/symfony/validator/tree/v7.0.9" }, "funding": [ { @@ -1272,7 +1272,7 @@ "type": "tidelift" } ], - "time": "2024-06-02T15:49:03+00:00" + "time": "2024-06-22T11:38:48+00:00" }, { "name": "twig/twig", diff --git a/upload/system/storage/vendor/composer/installed.json b/upload/system/storage/vendor/composer/installed.json index e14c6cdc5..cb34bf9c7 100644 --- a/upload/system/storage/vendor/composer/installed.json +++ b/upload/system/storage/vendor/composer/installed.json @@ -1223,17 +1223,17 @@ }, { "name": "symfony/validator", - "version": "v7.0.8", - "version_normalized": "7.0.8.0", + "version": "v7.0.9", + "version_normalized": "7.0.9.0", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf" + "reference": "04266058fb2b936ad71ce726ab021b791b896f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/23af65dff1f4dfee9aab3a0123a243e40fa3d9cf", - "reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf", + "url": "https://api.github.com/repos/symfony/validator/zipball/04266058fb2b936ad71ce726ab021b791b896f86", + "reference": "04266058fb2b936ad71ce726ab021b791b896f86", "shasum": "" }, "require": { @@ -1272,7 +1272,7 @@ "symfony/translation": "^6.4.3|^7.0.3", "symfony/yaml": "^6.4|^7.0" }, - "time": "2024-06-02T15:49:03+00:00", + "time": "2024-06-22T11:38:48+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1301,7 +1301,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v7.0.8" + "source": "https://github.com/symfony/validator/tree/v7.0.9" }, "funding": [ { diff --git a/upload/system/storage/vendor/composer/installed.php b/upload/system/storage/vendor/composer/installed.php index d51062602..49ff66d76 100644 --- a/upload/system/storage/vendor/composer/installed.php +++ b/upload/system/storage/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'opencart/opencart-3', 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => '10b0f0b7357b50bda823b281f18eeb124774c5d1', + 'reference' => '9be5a3ab96f27fdfeeb91a652049caf876f97647', 'type' => 'project', 'install_path' => __DIR__ . '/../../../../../', 'aliases' => array(), @@ -58,7 +58,7 @@ 'opencart/opencart-3' => array( 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => '10b0f0b7357b50bda823b281f18eeb124774c5d1', + 'reference' => '9be5a3ab96f27fdfeeb91a652049caf876f97647', 'type' => 'project', 'install_path' => __DIR__ . '/../../../../../', 'aliases' => array(), @@ -182,9 +182,9 @@ 'dev_requirement' => false, ), 'symfony/validator' => array( - 'pretty_version' => 'v7.0.8', - 'version' => '7.0.8.0', - 'reference' => '23af65dff1f4dfee9aab3a0123a243e40fa3d9cf', + 'pretty_version' => 'v7.0.9', + 'version' => '7.0.9.0', + 'reference' => '04266058fb2b936ad71ce726ab021b791b896f86', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/validator', 'aliases' => array(), diff --git a/upload/system/storage/vendor/symfony/validator/Constraints/UniqueValidator.php b/upload/system/storage/vendor/symfony/validator/Constraints/UniqueValidator.php index e4e9ddbe5..81533272d 100644 --- a/upload/system/storage/vendor/symfony/validator/Constraints/UniqueValidator.php +++ b/upload/system/storage/vendor/symfony/validator/Constraints/UniqueValidator.php @@ -48,7 +48,7 @@ public function validate(mixed $value, Constraint $constraint): void if (\in_array($element, $collectionElements, true)) { $this->context->buildViolation($constraint->message) - ->setParameter('{{ value }}', $this->formatValue($value)) + ->setParameter('{{ value }}', $this->formatValue($element)) ->setCode(Unique::IS_NOT_UNIQUE) ->addViolation(); diff --git a/upload/system/storage/vendor/symfony/validator/Resources/translations/validators.ro.xlf b/upload/system/storage/vendor/symfony/validator/Resources/translations/validators.ro.xlf index 3d0b819a9..3c0ace549 100644 --- a/upload/system/storage/vendor/symfony/validator/Resources/translations/validators.ro.xlf +++ b/upload/system/storage/vendor/symfony/validator/Resources/translations/validators.ro.xlf @@ -440,7 +440,7 @@ This URL is missing a top-level domain. - Acest URL îi lipsește un domeniu de nivel superior. + Acestui URL îi lipsește un domeniu de nivel superior.