Commit 0eecb8bf authored by catch's avatar catch
Browse files

Issue #3503195 by alexpott, longwave, loopy1492: Twig needs updating for CVE-2025-24374

parent 315c9087
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4415,16 +4415,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v3.16.0",
            "version": "v3.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "475ad2dc97d65d8631393e721e7e44fb544f0561"
                "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/475ad2dc97d65d8631393e721e7e44fb544f0561",
                "reference": "475ad2dc97d65d8631393e721e7e44fb544f0561",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e",
                "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e",
                "shasum": ""
            },
            "require": {
@@ -4479,7 +4479,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.16.0"
                "source": "https://github.com/twigphp/Twig/tree/v3.19.0"
            },
            "funding": [
                {
@@ -4491,7 +4491,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2024-11-29T08:27:05+00:00"
            "time": "2025-01-29T07:06:14+00:00"
        }
    ],
    "packages-dev": [
+1 −1
Original line number Diff line number Diff line
@@ -62,6 +62,6 @@
        "symfony/var-dumper": "~v7.2.0",
        "symfony/var-exporter": "~v7.2.0",
        "symfony/yaml": "~v7.2.0",
        "twig/twig": "~v3.16.0"
        "twig/twig": "~v3.19.0"
    }
}