Fixes CVE-2024-32489

This commit is contained in:
Frances Lui 2024-04-29 16:33:00 -07:00
parent 19cff25300
commit 8b3bfc6bc9

16
composer.lock generated
View file

@ -10983,20 +10983,20 @@
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
"version": "6.6.2", "version": "6.7.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git", "url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459" "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
"reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.5.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -11021,7 +11021,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-3.0-only" "LGPL-3.0-or-later"
], ],
"authors": [ "authors": [
{ {
@ -11043,7 +11043,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/tecnickcom/TCPDF/issues", "issues": "https://github.com/tecnickcom/TCPDF/issues",
"source": "https://github.com/tecnickcom/TCPDF/tree/6.6.2" "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5"
}, },
"funding": [ "funding": [
{ {
@ -11051,7 +11051,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2022-12-17T10:28:59+00:00" "time": "2024-04-20T17:25:10+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",