mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated dependencies
This commit is contained in:
parent
e2146332dc
commit
86f19d6b25
3 changed files with 111 additions and 109 deletions
127
composer.lock
generated
127
composer.lock
generated
|
@ -2050,7 +2050,7 @@
|
|||
"issues": "https://github.com/dompdf/dompdf/issues",
|
||||
"source": "https://github.com/dompdf/dompdf/tree/master"
|
||||
},
|
||||
"time": "2023-12-16T16:29:01+00:00"
|
||||
"time": "2024-01-08T12:50:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
|
@ -4990,23 +4990,23 @@
|
|||
},
|
||||
{
|
||||
"name": "phenx/php-font-lib",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dompdf/php-font-lib.git",
|
||||
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
|
||||
"reference": "671df0f3516252011aa94f9e8e3b3b66199339f8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
|
||||
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
|
||||
"url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/671df0f3516252011aa94f9e8e3b3b66199339f8",
|
||||
"reference": "671df0f3516252011aa94f9e8e3b3b66199339f8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^3 || ^4 || ^5"
|
||||
"symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -5016,7 +5016,7 @@
|
|||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0"
|
||||
"LGPL-2.1-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
@ -5028,9 +5028,9 @@
|
|||
"homepage": "https://github.com/PhenX/php-font-lib",
|
||||
"support": {
|
||||
"issues": "https://github.com/dompdf/php-font-lib/issues",
|
||||
"source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
|
||||
"source": "https://github.com/dompdf/php-font-lib/tree/0.5.5"
|
||||
},
|
||||
"time": "2021-12-17T19:44:54+00:00"
|
||||
"time": "2024-01-07T18:13:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phenx/php-svg-lib",
|
||||
|
@ -6401,16 +6401,16 @@
|
|||
},
|
||||
{
|
||||
"name": "s9e/text-formatter",
|
||||
"version": "2.15.1",
|
||||
"version": "2.16.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/s9e/TextFormatter.git",
|
||||
"reference": "520538fc6f58d7debe7b952ab1f6bbbde2986e04"
|
||||
"reference": "a78b8f9bc169d0b6dd81ffff3c97479875bd673d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/520538fc6f58d7debe7b952ab1f6bbbde2986e04",
|
||||
"reference": "520538fc6f58d7debe7b952ab1f6bbbde2986e04",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/a78b8f9bc169d0b6dd81ffff3c97479875bd673d",
|
||||
"reference": "a78b8f9bc169d0b6dd81ffff3c97479875bd673d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6419,7 +6419,7 @@
|
|||
"lib-pcre": ">=8.13",
|
||||
"php": "^8.1",
|
||||
"s9e/regexp-builder": "^1.4",
|
||||
"s9e/sweetdom": "^3.3"
|
||||
"s9e/sweetdom": "^3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"code-lts/doctum": "*",
|
||||
|
@ -6437,7 +6437,7 @@
|
|||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"version": "2.15.1"
|
||||
"version": "2.16.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -6469,9 +6469,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/s9e/TextFormatter/issues",
|
||||
"source": "https://github.com/s9e/TextFormatter/tree/2.15.1"
|
||||
"source": "https://github.com/s9e/TextFormatter/tree/2.16.0"
|
||||
},
|
||||
"time": "2023-12-21T23:56:22+00:00"
|
||||
"time": "2024-01-07T00:41:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sabberworm/php-css-parser",
|
||||
|
@ -14214,23 +14214,23 @@
|
|||
},
|
||||
{
|
||||
"name": "web-token/jwt-core",
|
||||
"version": "3.2.8",
|
||||
"version": "3.2.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-token/jwt-core.git",
|
||||
"reference": "2bc6e99a60910d0f495682acd8b23d3eef9865a3"
|
||||
"reference": "2b7277a4837230cf2982a1484643a978d505eae3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/2bc6e99a60910d0f495682acd8b23d3eef9865a3",
|
||||
"reference": "2bc6e99a60910d0f495682acd8b23d3eef9865a3",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/2b7277a4837230cf2982a1484643a978d505eae3",
|
||||
"reference": "2b7277a4837230cf2982a1484643a978d505eae3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"brick/math": "^0.9|^0.10|^0.11",
|
||||
"brick/math": "^0.9|^0.10|^0.11|^0.12",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"paragonie/constant_time_encoding": "^2.4",
|
||||
"paragonie/constant_time_encoding": "^2.6",
|
||||
"php": ">=8.1",
|
||||
"spomky-labs/pki-framework": "^1.0"
|
||||
},
|
||||
|
@ -14278,7 +14278,7 @@
|
|||
"symfony"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-token/jwt-core/tree/3.2.8"
|
||||
"source": "https://github.com/web-token/jwt-core/tree/3.2.9"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -14286,20 +14286,20 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-08-23T09:49:09+00:00"
|
||||
"time": "2024-01-04T15:42:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-token/jwt-signature",
|
||||
"version": "3.2.8",
|
||||
"version": "3.2.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-token/jwt-signature.git",
|
||||
"reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4"
|
||||
"reference": "14fec03d581550396edd0bf20fe6308dac167165"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4",
|
||||
"reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4",
|
||||
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/14fec03d581550396edd0bf20fe6308dac167165",
|
||||
"reference": "14fec03d581550396edd0bf20fe6308dac167165",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -14355,7 +14355,7 @@
|
|||
"symfony"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-token/jwt-signature/tree/3.2.8"
|
||||
"source": "https://github.com/web-token/jwt-signature/tree/3.2.9"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -14363,7 +14363,7 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-18T16:20:51+00:00"
|
||||
"time": "2024-01-04T15:42:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
@ -15551,16 +15551,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.10.54",
|
||||
"version": "1.10.55",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb"
|
||||
"reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3e25f279dada0adc14ffd7bad09af2e2fc3523bb",
|
||||
"reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
|
||||
"reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -15609,7 +15609,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-01-05T15:50:47+00:00"
|
||||
"time": "2024-01-08T12:32:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
|
@ -15732,16 +15732,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-symfony",
|
||||
"version": "1.3.6",
|
||||
"version": "1.3.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-symfony.git",
|
||||
"reference": "34b3c43684834f6a20aa51af8d455480d9de8b88"
|
||||
"reference": "ef7db637be9b85fa00278fc3477ac66abe8eb7d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/34b3c43684834f6a20aa51af8d455480d9de8b88",
|
||||
"reference": "34b3c43684834f6a20aa51af8d455480d9de8b88",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/ef7db637be9b85fa00278fc3477ac66abe8eb7d1",
|
||||
"reference": "ef7db637be9b85fa00278fc3477ac66abe8eb7d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -15798,9 +15798,9 @@
|
|||
"description": "Symfony Framework extensions and rules for PHPStan",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
|
||||
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.6"
|
||||
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.7"
|
||||
},
|
||||
"time": "2023-12-22T11:22:34+00:00"
|
||||
"time": "2024-01-10T21:54:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
|
@ -16351,12 +16351,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "c8682d0318353f7979a429981e902463e4879cf0"
|
||||
"reference": "8883e39ebd80b4f8012431137ef48d928f3e954d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c8682d0318353f7979a429981e902463e4879cf0",
|
||||
"reference": "c8682d0318353f7979a429981e902463e4879cf0",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8883e39ebd80b4f8012431137ef48d928f3e954d",
|
||||
"reference": "8883e39ebd80b4f8012431137ef48d928f3e954d",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -16608,6 +16608,7 @@
|
|||
"joyqi/hyper-down": "<=2.4.27",
|
||||
"jsdecena/laracom": "<2.0.9",
|
||||
"jsmitty12/phpwhois": "<5.1",
|
||||
"juzaweb/cms": "<=3.4",
|
||||
"kazist/phpwhois": "<=4.2.6",
|
||||
"kelvinmo/simplexrd": "<3.1.1",
|
||||
"kevinpapst/kimai2": "<1.16.7",
|
||||
|
@ -16641,7 +16642,8 @@
|
|||
"lms/routes": "<2.1.1",
|
||||
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
|
||||
"luyadev/yii-helpers": "<1.2.1",
|
||||
"magento/community-edition": "<=2.4",
|
||||
"magento/community-edition": "<2.4.2.0-patch1",
|
||||
"magento/core": "<1.9.4.3-dev",
|
||||
"magento/magento1ce": "<1.9.4.3-dev",
|
||||
"magento/magento1ee": ">=1,<1.14.4.3-dev",
|
||||
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2",
|
||||
|
@ -16750,9 +16752,10 @@
|
|||
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
||||
"pi/pi": "<=2.5",
|
||||
"pimcore/admin-ui-classic-bundle": "<1.2.2",
|
||||
"pimcore/customer-management-framework-bundle": "<3.4.2",
|
||||
"pimcore/customer-management-framework-bundle": "<4.0.6",
|
||||
"pimcore/data-hub": "<1.2.4",
|
||||
"pimcore/demo": "<10.3",
|
||||
"pimcore/ecommerce-framework-bundle": "<1.0.10",
|
||||
"pimcore/perspective-editor": "<1.5.1",
|
||||
"pimcore/pimcore": "<11.1.1",
|
||||
"pixelfed/pixelfed": "<=0.11.4",
|
||||
|
@ -17067,7 +17070,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-01-05T21:04:02+00:00"
|
||||
"time": "2024-01-10T22:04:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
@ -18562,25 +18565,25 @@
|
|||
},
|
||||
{
|
||||
"name": "symplify/easy-coding-standard",
|
||||
"version": "12.1.1",
|
||||
"version": "12.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
|
||||
"reference": "d082c6f90e83ae85f7e63b03ea06780dcf765834"
|
||||
"reference": "333771289a714037d9233e78b1e73334f94cd372"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/d082c6f90e83ae85f7e63b03ea06780dcf765834",
|
||||
"reference": "d082c6f90e83ae85f7e63b03ea06780dcf765834",
|
||||
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/333771289a714037d9233e78b1e73334f94cd372",
|
||||
"reference": "333771289a714037d9233e78b1e73334f94cd372",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"conflict": {
|
||||
"friendsofphp/php-cs-fixer": "<3.0",
|
||||
"phpcsstandards/php_codesniffer": "<3.6",
|
||||
"symplify/coding-standard": "<11.3"
|
||||
"friendsofphp/php-cs-fixer": "<3.46",
|
||||
"phpcsstandards/php_codesniffer": "<3.8",
|
||||
"symplify/coding-standard": "<12.1"
|
||||
},
|
||||
"bin": [
|
||||
"bin/ecs"
|
||||
|
@ -18604,7 +18607,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
|
||||
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.1.1"
|
||||
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -18616,7 +18619,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-01-05T13:20:55+00:00"
|
||||
"time": "2024-01-07T21:36:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
@ -18670,16 +18673,16 @@
|
|||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
"version": "5.18.0",
|
||||
"version": "5.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vimeo/psalm.git",
|
||||
"reference": "b113f3ed0259fd6e212d87c3df80eec95a6abf19"
|
||||
"reference": "06b71be009a6bd6d81b9811855d6629b9fe90e1b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/b113f3ed0259fd6e212d87c3df80eec95a6abf19",
|
||||
"reference": "b113f3ed0259fd6e212d87c3df80eec95a6abf19",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/06b71be009a6bd6d81b9811855d6629b9fe90e1b",
|
||||
"reference": "06b71be009a6bd6d81b9811855d6629b9fe90e1b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -18776,7 +18779,7 @@
|
|||
"issues": "https://github.com/vimeo/psalm/issues",
|
||||
"source": "https://github.com/vimeo/psalm"
|
||||
},
|
||||
"time": "2023-12-16T09:37:35+00:00"
|
||||
"time": "2024-01-09T21:02:43+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue