1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-18 07:24:17 +03:00

PHP: Updated DOMPDF version

This commit is contained in:
Dan Brown 2025-02-17 13:37:58 +00:00
parent 5508c171db
commit 5050719ea3
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 8 additions and 7 deletions

View File

@ -114,6 +114,7 @@ return [
* @var array
*/
'allowed_protocols' => [
"data://" => ["rules" => []],
'file://' => ['rules' => []],
'http://' => ['rules' => []],
'https://' => ['rules' => []],

View File

@ -18,7 +18,7 @@
"ext-xml": "*",
"ext-zip": "*",
"bacon/bacon-qr-code": "^3.0",
"dompdf/dompdf": "^3.0",
"dompdf/dompdf": "^3.1",
"guzzlehttp/guzzle": "^7.4",
"intervention/image": "^3.5",
"knplabs/knp-snappy": "^1.5",

12
composer.lock generated
View File

@ -636,16 +636,16 @@
},
{
"name": "dompdf/dompdf",
"version": "v3.0.2",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
"reference": "baf4084b27c7f4b5b7a221b19a94d11327664eb8"
"reference": "a51bd7a063a65499446919286fb18b518177155a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/baf4084b27c7f4b5b7a221b19a94d11327664eb8",
"reference": "baf4084b27c7f4b5b7a221b19a94d11327664eb8",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
"reference": "a51bd7a063a65499446919286fb18b518177155a",
"shasum": ""
},
"require": {
@ -694,9 +694,9 @@
"homepage": "https://github.com/dompdf/dompdf",
"support": {
"issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/v3.0.2"
"source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
},
"time": "2024-12-27T20:27:37+00:00"
"time": "2025-01-15T14:09:04+00:00"
},
{
"name": "dompdf/php-font-lib",