From 1b4f5da16fc2debc6c9d803f2f1bc84e02fdd873 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 b1964ee02..64fd62002 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "symfony/http-kernel": "^5.4", "symfony/service-contracts": "^2.5.2", "symfony/translation": "^5.4", - "twig/twig": "^3.5.0" + "twig/twig": "^3.14.0" }, "require-dev": { "phpunit/phpunit": "^11.2.1"