Skip to content
Snippets Groups Projects
Verified Commit 8afbe179 authored by Dave Long's avatar Dave Long
Browse files

Issue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphaelbertrand,...

Issue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphaelbertrand, cilefen, larowlan: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block
parent a1103610
No related branches found
No related tags found
No related merge requests found
...@@ -496,7 +496,7 @@ ...@@ -496,7 +496,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",
"reference": "a80d15b02550e098781320bd2fc6210beab8ed88" "reference": "f2db3b7ce714b984d75a410d178d58fa91648926"
}, },
"require": { "require": {
"asm89/stack-cors": "^2.1", "asm89/stack-cors": "^2.1",
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
"symfony/serializer": "^7.2@beta", "symfony/serializer": "^7.2@beta",
"symfony/validator": "^7.2@beta", "symfony/validator": "^7.2@beta",
"symfony/yaml": "^7.2@beta", "symfony/yaml": "^7.2@beta",
"twig/twig": "^3.14.0" "twig/twig": "^3.14.2"
}, },
"conflict": { "conflict": {
"drush/drush": "<12.4.3" "drush/drush": "<12.4.3"
...@@ -4420,16 +4420,16 @@ ...@@ -4420,16 +4420,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.14.0", "version": "v3.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72" "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72", "url": "https://api.github.com/repos/twigphp/Twig/zipball/0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a",
"reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72", "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4483,7 +4483,7 @@ ...@@ -4483,7 +4483,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/twigphp/Twig/issues", "issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.14.0" "source": "https://github.com/twigphp/Twig/tree/v3.14.2"
}, },
"funding": [ "funding": [
{ {
...@@ -4495,7 +4495,7 @@ ...@@ -4495,7 +4495,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-09T17:55:12+00:00" "time": "2024-11-07T12:36:22+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
......
...@@ -62,6 +62,6 @@ ...@@ -62,6 +62,6 @@
"symfony/var-dumper": "~v7.2.0-BETA1", "symfony/var-dumper": "~v7.2.0-BETA1",
"symfony/var-exporter": "~v7.1.6", "symfony/var-exporter": "~v7.1.6",
"symfony/yaml": "~v7.2.0-BETA1", "symfony/yaml": "~v7.2.0-BETA1",
"twig/twig": "~v3.14.0" "twig/twig": "~v3.14.2"
} }
} }
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"symfony/polyfill-iconv": "^1.26", "symfony/polyfill-iconv": "^1.26",
"symfony/yaml": "^7.2@beta", "symfony/yaml": "^7.2@beta",
"revolt/event-loop": "^1.0", "revolt/event-loop": "^1.0",
"twig/twig": "^3.14.0", "twig/twig": "^3.14.2",
"doctrine/annotations": "^2.0", "doctrine/annotations": "^2.0",
"doctrine/lexer": "^2.0", "doctrine/lexer": "^2.0",
"guzzlehttp/guzzle": "^7.5", "guzzlehttp/guzzle": "^7.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment