aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-25 13:30:47 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-25 13:30:47 +0200
commit3727cd49d096a22eebe4b202f5f398be821ccccb (patch)
tree62b271da5818da2fabf421e9ab49aabe3fd7ddcd
parente835b7605372a5ffbce50da482b25ce7cb83acf0 (diff)
update symfony/yaml to v6.4.20, fixes #5549
Closes #5549 Merge request studip/studip!4170
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 287cd32..9c1c64c 100644
--- a/composer.json
+++ b/composer.json
@@ -86,7 +86,7 @@
"tuupola/cors-middleware": "1.5.0",
"tecnickcom/tcpdf": "6.9.3",
"scssphp/scssphp": "2.0.1",
- "symfony/yaml": "6.4.7",
+ "symfony/yaml": "6.4.20",
"ezyang/htmlpurifier": "^4.13",
"jasig/phpcas": "1.5",
"algo26-matthias/idna-convert": "4.2.0",
diff --git a/composer.lock b/composer.lock
index a4b9464..46d3f6f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "89242da892cd70f0db51f3be6e5c1b28",
+ "content-hash": "31e15901b1c7be62096e6dc685a2339b",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -6313,16 +6313,16 @@
},
{
"name": "symfony/yaml",
- "version": "v6.4.7",
+ "version": "v6.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0"
+ "reference": "28ee818fce4a73ac1474346b94e4b966f665c53f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0",
- "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/28ee818fce4a73ac1474346b94e4b966f665c53f",
+ "reference": "28ee818fce4a73ac1474346b94e4b966f665c53f",
"shasum": ""
},
"require": {
@@ -6365,7 +6365,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v6.4.7"
+ "source": "https://github.com/symfony/yaml/tree/v6.4.20"
},
"funding": [
{
@@ -6381,7 +6381,7 @@
"type": "tidelift"
}
],
- "time": "2024-04-28T10:28:08+00:00"
+ "time": "2025-02-27T20:15:30+00:00"
},
{
"name": "tecnickcom/tcpdf",