diff --git a/lam/composer.lock b/lam/composer.lock index 181f0feea..22cd23c94 100644 --- a/lam/composer.lock +++ b/lam/composer.lock @@ -5392,27 +5392,32 @@ }, { "name": "tecnickcom/tc-lib-barcode", - "version": "2.12.0", + "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-barcode.git", - "reference": "0614e905c903600c2491d3a90174a9a87a2fab9b" + "reference": "8994a6b7a50a2767791d69e4b76f9c3f9f2064e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/0614e905c903600c2491d3a90174a9a87a2fab9b", - "reference": "0614e905c903600c2491d3a90174a9a87a2fab9b", + "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/8994a6b7a50a2767791d69e4b76f9c3f9f2064e7", + "reference": "8994a6b7a50a2767791d69e4b76f9c3f9f2064e7", "shasum": "" }, "require": { - "ext-bcmath": "*", + "ext-ctype": "*", "ext-gd": "*", + "ext-pcre": "*", "php": ">=8.2", "tecnickcom/tc-lib-color": "^2.13" }, "require-dev": { "pdepend/pdepend": "^2.16", - "phpunit/phpunit": "^11.5 || ^12.5 || ^13.2" + "phpunit/phpunit": "^11.5 || ^12.5 || ^13.3" + }, + "suggest": { + "ext-bcmath": "Speeds up the arbitrary precision arithmetic used by the IMB and PDF417 barcode types (a pure-PHP implementation is used when missing)", + "ext-imagick": "Alternative PNG renderer used by getPngData() when the extension is loaded" }, "type": "library", "autoload": { @@ -5484,7 +5489,7 @@ "type": "github" } ], - "time": "2026-07-17T19:05:47+00:00" + "time": "2026-08-14T21:51:15+00:00" }, { "name": "tecnickcom/tc-lib-color", @@ -5617,36 +5622,49 @@ }, { "name": "tecnickcom/tc-lib-pdf", - "version": "8.67.2", + "version": "8.70.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-pdf.git", - "reference": "f001da787064da712104f88250db6a6af66929f4" + "reference": "ccb21032d6988df58b04443498c1484d78b473a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf/zipball/f001da787064da712104f88250db6a6af66929f4", - "reference": "f001da787064da712104f88250db6a6af66929f4", + "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf/zipball/ccb21032d6988df58b04443498c1484d78b473a4", + "reference": "ccb21032d6988df58b04443498c1484d78b473a4", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-pcre": "*", + "ext-xml": "*", + "ext-zlib": "*", "php": ">=8.2", - "tecnickcom/tc-lib-barcode": "^2.12", + "tecnickcom/tc-lib-barcode": "^2.13", "tecnickcom/tc-lib-color": "^2.13", "tecnickcom/tc-lib-file": "^3.7", - "tecnickcom/tc-lib-pdf-encrypt": "^2.9", - "tecnickcom/tc-lib-pdf-font": "^3.12", + "tecnickcom/tc-lib-pdf-encrypt": "^2.10", + "tecnickcom/tc-lib-pdf-font": "^4.2", "tecnickcom/tc-lib-pdf-graph": "^2.15", "tecnickcom/tc-lib-pdf-image": "^3.12", "tecnickcom/tc-lib-pdf-page": "^4.14", "tecnickcom/tc-lib-pdf-parser": "^3.14", "tecnickcom/tc-lib-pdf-sign": "^1.1", - "tecnickcom/tc-lib-unicode": "^2.11", - "tecnickcom/tc-lib-unicode-data": "^2.7" + "tecnickcom/tc-lib-unicode": "^3.0", + "tecnickcom/tc-lib-unicode-data": "^3.0" }, "require-dev": { "pdepend/pdepend": "^2.16", - "phpunit/phpunit": "^11.5 || ^12.5 || ^13.2" + "phpunit/phpunit": "^11.5 || ^12.5 || ^13.3" + }, + "suggest": { + "ext-curl": "Required to contact a Timestamp Authority (RFC 3161) when timestamping signatures", + "ext-intl": "Enables Unicode NFC normalization of the PDF file name" }, "type": "library", "autoload": { @@ -5684,33 +5702,34 @@ "type": "github" } ], - "time": "2026-07-22T12:58:58+00:00" + "time": "2026-08-21T14:25:56+00:00" }, { "name": "tecnickcom/tc-lib-pdf-encrypt", - "version": "2.9.1", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-pdf-encrypt.git", - "reference": "c13ae45c9ac5be8c1974c43727879411f0c557e4" + "reference": "b71bf83caa36043bbbbfa948a3d754e68dbccec8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-encrypt/zipball/c13ae45c9ac5be8c1974c43727879411f0c557e4", - "reference": "c13ae45c9ac5be8c1974c43727879411f0c557e4", + "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-encrypt/zipball/b71bf83caa36043bbbbfa948a3d754e68dbccec8", + "reference": "b71bf83caa36043bbbbfa948a3d754e68dbccec8", "shasum": "" }, "require": { "ext-hash": "*", "ext-openssl": "*", + "ext-pcre": "*", "php": ">=8.2" }, "require-dev": { "pdepend/pdepend": "^2.16", - "phpunit/phpunit": "^11.5 || ^12.5 || ^13.2" + "phpunit/phpunit": "^11.5 || ^12.5 || ^13.3" }, "suggest": { - "ext-posix": "*" + "ext-posix": "Adds the process id to the random seed material" }, "type": "library", "autoload": { @@ -5749,7 +5768,7 @@ "type": "github" } ], - "time": "2026-07-17T19:03:18+00:00" + "time": "2026-08-21T14:13:28+00:00" }, { "name": "tecnickcom/tc-lib-pdf-filter", @@ -5816,29 +5835,35 @@ }, { "name": "tecnickcom/tc-lib-pdf-font", - "version": "3.12.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-pdf-font.git", - "reference": "e84e765474d15f2d7f19f5ff8f42604c69a3a41a" + "reference": "61b104fa59eb13ea81e3201175e422097d7f2345" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-font/zipball/e84e765474d15f2d7f19f5ff8f42604c69a3a41a", - "reference": "e84e765474d15f2d7f19f5ff8f42604c69a3a41a", + "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-font/zipball/61b104fa59eb13ea81e3201175e422097d7f2345", + "reference": "61b104fa59eb13ea81e3201175e422097d7f2345", "shasum": "" }, "require": { + "ext-hash": "*", "ext-json": "*", + "ext-pcre": "*", "ext-zlib": "*", "php": ">=8.2", "tecnickcom/tc-lib-file": "^3.7", - "tecnickcom/tc-lib-pdf-encrypt": "^2.9", - "tecnickcom/tc-lib-unicode-data": "^2.7" + "tecnickcom/tc-lib-pdf-encrypt": "^2.10", + "tecnickcom/tc-lib-unicode-data": "^3.0" }, "require-dev": { "pdepend/pdepend": "^2.16", - "phpunit/phpunit": "^11.5 || ^12.5 || ^13.2" + "phpunit/phpunit": "^11.5 || ^12.5 || ^13.3" + }, + "suggest": { + "ext-iconv": "Decodes legacy Macintosh (MacRoman) TrueType name strings", + "ext-mbstring": "Decodes UTF-16BE and Windows-1252 TrueType name strings" }, "type": "library", "autoload": { @@ -5857,7 +5882,7 @@ "role": "lead" } ], - "description": "PHP library containing PDF page formats and definitions", + "description": "PHP library containing PDF font methods and utilities", "homepage": "https://tcpdf.org", "keywords": [ "PFB", @@ -5878,7 +5903,7 @@ "type": "github" } ], - "time": "2026-07-17T19:22:14+00:00" + "time": "2026-08-21T14:19:03+00:00" }, { "name": "tecnickcom/tc-lib-pdf-graph", @@ -6197,26 +6222,28 @@ }, { "name": "tecnickcom/tc-lib-unicode", - "version": "2.11.0", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-unicode.git", - "reference": "ffc77054b8ea2b7de8cd3fd1c02ce8fd10bb17b5" + "reference": "754a0f12230d9a237cc31a58732dd99d85ad8f1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode/zipball/ffc77054b8ea2b7de8cd3fd1c02ce8fd10bb17b5", - "reference": "ffc77054b8ea2b7de8cd3fd1c02ce8fd10bb17b5", + "url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode/zipball/754a0f12230d9a237cc31a58732dd99d85ad8f1b", + "reference": "754a0f12230d9a237cc31a58732dd99d85ad8f1b", "shasum": "" }, "require": { + "ext-ctype": "*", "ext-mbstring": "*", + "ext-pcre": "*", "php": ">=8.2", - "tecnickcom/tc-lib-unicode-data": "^2.7" + "tecnickcom/tc-lib-unicode-data": "^3.0" }, "require-dev": { "pdepend/pdepend": "^2.16", - "phpunit/phpunit": "^11.5 || ^12.5 || ^13.2" + "phpunit/phpunit": "^11.5 || ^12.5 || ^13.3" }, "type": "library", "autoload": { @@ -6254,20 +6281,20 @@ "type": "github" } ], - "time": "2026-07-17T19:09:36+00:00" + "time": "2026-08-14T21:52:07+00:00" }, { "name": "tecnickcom/tc-lib-unicode-data", - "version": "2.7.1", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-unicode-data.git", - "reference": "9354f1661e7bafcf2ee68e408ed07a3fcf264b98" + "reference": "03e7c4ac9679a91df15b9a091f903e001c23fbe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode-data/zipball/9354f1661e7bafcf2ee68e408ed07a3fcf264b98", - "reference": "9354f1661e7bafcf2ee68e408ed07a3fcf264b98", + "url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode-data/zipball/03e7c4ac9679a91df15b9a091f903e001c23fbe7", + "reference": "03e7c4ac9679a91df15b9a091f903e001c23fbe7", "shasum": "" }, "require": { @@ -6275,7 +6302,7 @@ }, "require-dev": { "pdepend/pdepend": "^2.16", - "phpunit/phpunit": "^11.5 || ^12.5 || ^13.2" + "phpunit/phpunit": "^11.5 || ^12.5 || ^13.3" }, "type": "library", "autoload": { @@ -6313,7 +6340,7 @@ "type": "github" } ], - "time": "2026-07-17T19:03:56+00:00" + "time": "2026-08-14T21:50:24+00:00" }, { "name": "voku/portable-ascii", @@ -6794,5 +6821,5 @@ "platform-overrides": { "php": "8.2" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }