From 5b00b3b5a224af226ee2a98ea6ef93aa4a297e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:14:50 +0000 Subject: [PATCH] Bump tecnickcom/tcpdf from 6.3.5 to 6.7.4 in /libs Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.3.5 to 6.7.4. - [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT) - [Commits](https://github.com/tecnickcom/TCPDF/compare/6.3.5...6.7.4) --- updated-dependencies: - dependency-name: tecnickcom/tcpdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/composer.json | 2 +- libs/composer.lock | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/libs/composer.json b/libs/composer.json index ada65d2..02d7ffc 100644 --- a/libs/composer.json +++ b/libs/composer.json @@ -1,5 +1,5 @@ { "require": { - "tecnickcom/tcpdf": "6.3.5" + "tecnickcom/tcpdf": "6.7.4" } } diff --git a/libs/composer.lock b/libs/composer.lock index 8731cdf..93c3cff 100644 --- a/libs/composer.lock +++ b/libs/composer.lock @@ -4,24 +4,24 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1d3d629fb7b7860f275198d08db11d75", + "content-hash": "88c085ad9b771dfe733bae5671b7db9b", "packages": [ { "name": "tecnickcom/tcpdf", - "version": "6.3.5", + "version": "6.7.4", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" + "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d4adef47ca21c90e6483d59dcb9e5b1023696937", + "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.5.0" }, "type": "library", "autoload": { @@ -46,7 +46,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-only" + "LGPL-3.0-or-later" ], "authors": [ { @@ -68,9 +68,15 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.3.5" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.4" }, - "time": "2020-02-14T14:20:12+00:00" + "funding": [ + { + "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", + "type": "custom" + } + ], + "time": "2024-03-25T23:56:24+00:00" } ], "packages-dev": [], @@ -81,5 +87,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.6.0" }