Commit 2d225cb5 authored by catch's avatar catch
Browse files

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

parent eb59afdb
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4347,16 +4347,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": {
@@ -4411,7 +4411,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": [
                {
@@ -4423,7 +4423,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
@@ -61,6 +61,6 @@
        "symfony/var-dumper": "~v6.4.15",
        "symfony/var-exporter": "~v6.4.13",
        "symfony/yaml": "~v6.4.13",
        "twig/twig": "~v3.16.0"
        "twig/twig": "~v3.19.0"
    }
}