From 2852535e2724278102d6c711e62cb83e73e57c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ludvik?= Date: Thu, 19 Sep 2024 14:31:00 +0200 Subject: [PATCH] [shopsys] updated twig to latest version in order to resolve security issues (#3443) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c377ae6..40c07ef 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "symfony/form": "^5.4", "symfony/http-kernel": "^5.4", "symfony/translation": "^5.4", - "twig/twig": "^3.5.0" + "twig/twig": "^3.14.0" }, "require-dev": { "phpunit/phpunit": "^11.2.1"