mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-21 19:01:42 +00:00
Updated dependencies
This commit is contained in:
parent
d237446334
commit
a9fa92c98e
2 changed files with 708 additions and 705 deletions
115
composer.lock
generated
115
composer.lock
generated
|
|
@ -456,16 +456,16 @@
|
|||
},
|
||||
{
|
||||
"name": "amphp/http-client",
|
||||
"version": "v5.3.5",
|
||||
"version": "v5.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/http-client.git",
|
||||
"reference": "90005b86255fa87a705671a769ec8d0451b3c61a"
|
||||
"reference": "ca155026acafa74a612d776a97202d53077fee86"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/http-client/zipball/90005b86255fa87a705671a769ec8d0451b3c61a",
|
||||
"reference": "90005b86255fa87a705671a769ec8d0451b3c61a",
|
||||
"url": "https://api.github.com/repos/amphp/http-client/zipball/ca155026acafa74a612d776a97202d53077fee86",
|
||||
"reference": "ca155026acafa74a612d776a97202d53077fee86",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/amphp/http-client/issues",
|
||||
"source": "https://github.com/amphp/http-client/tree/v5.3.5"
|
||||
"source": "https://github.com/amphp/http-client/tree/v5.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -549,7 +549,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-13T23:17:50+00:00"
|
||||
"time": "2026-05-15T23:29:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "amphp/parser",
|
||||
|
|
@ -2513,16 +2513,16 @@
|
|||
},
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
"version": "1.5.11",
|
||||
"version": "1.5.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/ca-bundle.git",
|
||||
"reference": "68ff39175e8e94a4bb1d259407ce51a6a60f09e6"
|
||||
"reference": "00a2f4201641d5c53f7fc0195e6c8d9fcc321a78"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/68ff39175e8e94a4bb1d259407ce51a6a60f09e6",
|
||||
"reference": "68ff39175e8e94a4bb1d259407ce51a6a60f09e6",
|
||||
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/00a2f4201641d5c53f7fc0195e6c8d9fcc321a78",
|
||||
"reference": "00a2f4201641d5c53f7fc0195e6c8d9fcc321a78",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2569,7 +2569,7 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/composer",
|
||||
"issues": "https://github.com/composer/ca-bundle/issues",
|
||||
"source": "https://github.com/composer/ca-bundle/tree/1.5.11"
|
||||
"source": "https://github.com/composer/ca-bundle/tree/1.5.12"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -2581,7 +2581,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-03-30T09:16:10+00:00"
|
||||
"time": "2026-05-19T11:26:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
|
|
@ -9671,16 +9671,16 @@
|
|||
},
|
||||
{
|
||||
"name": "revolt/event-loop",
|
||||
"version": "v1.0.8",
|
||||
"version": "v1.0.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/revoltphp/event-loop.git",
|
||||
"reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c"
|
||||
"reference": "44061cf513e53c6200372fc935ac42271566295d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/b6fc06dce8e9b523c9946138fa5e62181934f91c",
|
||||
"reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c",
|
||||
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/44061cf513e53c6200372fc935ac42271566295d",
|
||||
"reference": "44061cf513e53c6200372fc935ac42271566295d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -9690,7 +9690,7 @@
|
|||
"ext-json": "*",
|
||||
"jetbrains/phpstorm-stubs": "^2019.3",
|
||||
"phpunit/phpunit": "^9",
|
||||
"psalm/phar": "^5.15"
|
||||
"psalm/phar": "6.16.*"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
|
@ -9737,9 +9737,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/revoltphp/event-loop/issues",
|
||||
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.8"
|
||||
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.9"
|
||||
},
|
||||
"time": "2025-08-27T21:33:23+00:00"
|
||||
"time": "2026-05-16T17:55:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "rhukster/dom-sanitizer",
|
||||
|
|
@ -18337,16 +18337,16 @@
|
|||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v3.24.0",
|
||||
"version": "v3.25.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/Twig.git",
|
||||
"reference": "a6769aefb305efef849dc25c9fd1653358c148f0"
|
||||
"reference": "0dade995be754556af4dcbf8721d45cb3271f9b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a6769aefb305efef849dc25c9fd1653358c148f0",
|
||||
"reference": "a6769aefb305efef849dc25c9fd1653358c148f0",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/0dade995be754556af4dcbf8721d45cb3271f9b4",
|
||||
"reference": "0dade995be754556af4dcbf8721d45cb3271f9b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -18401,7 +18401,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/twigphp/Twig/issues",
|
||||
"source": "https://github.com/twigphp/Twig/tree/v3.24.0"
|
||||
"source": "https://github.com/twigphp/Twig/tree/v3.25.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -18413,7 +18413,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-03-17T21:31:11+00:00"
|
||||
"time": "2026-05-17T07:41:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ua-parser/uap-php",
|
||||
|
|
@ -18551,16 +18551,16 @@
|
|||
},
|
||||
{
|
||||
"name": "web-auth/webauthn-lib",
|
||||
"version": "5.3.2",
|
||||
"version": "5.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/webauthn-lib.git",
|
||||
"reference": "a272f254c056fb3d6c80a4801d3c7c5fedc6a08d"
|
||||
"reference": "e6f656d6c6b29fa305382fe6a0a3be8177d177df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/a272f254c056fb3d6c80a4801d3c7c5fedc6a08d",
|
||||
"reference": "a272f254c056fb3d6c80a4801d3c7c5fedc6a08d",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/e6f656d6c6b29fa305382fe6a0a3be8177d177df",
|
||||
"reference": "e6f656d6c6b29fa305382fe6a0a3be8177d177df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -18621,7 +18621,7 @@
|
|||
"webauthn"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-auth/webauthn-lib/tree/5.3.2"
|
||||
"source": "https://github.com/web-auth/webauthn-lib/tree/5.3.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -18633,20 +18633,20 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-01T12:14:37+00:00"
|
||||
"time": "2026-05-17T19:04:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-auth/webauthn-symfony-bundle",
|
||||
"version": "5.3.2",
|
||||
"version": "5.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/webauthn-symfony-bundle.git",
|
||||
"reference": "1d20af98b50810e8776c52b671201b6bb73ea981"
|
||||
"reference": "81bb7e992007d5312ded1a4c0fe6cd576cc3a88a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-symfony-bundle/zipball/1d20af98b50810e8776c52b671201b6bb73ea981",
|
||||
"reference": "1d20af98b50810e8776c52b671201b6bb73ea981",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-symfony-bundle/zipball/81bb7e992007d5312ded1a4c0fe6cd576cc3a88a",
|
||||
"reference": "81bb7e992007d5312ded1a4c0fe6cd576cc3a88a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -18704,7 +18704,7 @@
|
|||
"webauthn"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/5.3.2"
|
||||
"source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/5.3.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -18716,7 +18716,7 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-04T08:08:16+00:00"
|
||||
"time": "2026-05-17T20:28:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
|
@ -19415,11 +19415,11 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "2.1.54",
|
||||
"version": "2.1.55",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8be50c3992107dc837b17da4d140fbbdf9a5c5bd",
|
||||
"reference": "8be50c3992107dc837b17da4d140fbbdf9a5c5bd",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9eaac3826ed5e9b8427350a43cac825eeca3f566",
|
||||
"reference": "9eaac3826ed5e9b8427350a43cac825eeca3f566",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -19464,7 +19464,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-04-29T13:31:09+00:00"
|
||||
"time": "2026-05-18T11:57:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-doctrine",
|
||||
|
|
@ -19596,16 +19596,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-symfony",
|
||||
"version": "2.0.17",
|
||||
"version": "2.0.18",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan-symfony.git",
|
||||
"reference": "fdd0cb5f08d1980c612d6f259d825ea644ed03f4"
|
||||
"reference": "a12176b639dec54e8bfd0a5ebf5fc36ffe003b5d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/fdd0cb5f08d1980c612d6f259d825ea644ed03f4",
|
||||
"reference": "fdd0cb5f08d1980c612d6f259d825ea644ed03f4",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/a12176b639dec54e8bfd0a5ebf5fc36ffe003b5d",
|
||||
"reference": "a12176b639dec54e8bfd0a5ebf5fc36ffe003b5d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -19664,9 +19664,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
|
||||
"source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.17"
|
||||
"source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.18"
|
||||
},
|
||||
"time": "2026-05-10T08:14:07+00:00"
|
||||
"time": "2026-05-18T14:51:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
|
|
@ -20191,12 +20191,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "16706d82a6f250e56047a9e95791a92a8a29f791"
|
||||
"reference": "373cfc70b27bfc333e1dcd65382bd87eab3fa133"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/16706d82a6f250e56047a9e95791a92a8a29f791",
|
||||
"reference": "16706d82a6f250e56047a9e95791a92a8a29f791",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/373cfc70b27bfc333e1dcd65382bd87eab3fa133",
|
||||
"reference": "373cfc70b27bfc333e1dcd65382bd87eab3fa133",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -20311,13 +20311,13 @@
|
|||
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
||||
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
|
||||
"chrome-php/chrome": "<1.14",
|
||||
"ci4-cms-erp/ci4ms": "<=0.31.7",
|
||||
"ci4-cms-erp/ci4ms": "<=0.31.8",
|
||||
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
|
||||
"ckeditor/ckeditor": "<4.25",
|
||||
"clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
|
||||
"co-stack/fal_sftp": "<0.2.6",
|
||||
"cockpit-hq/cockpit": "<2.14",
|
||||
"code16/sharp": "<9.20",
|
||||
"code16/sharp": "<9.22",
|
||||
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
||||
"codeigniter/framework": "<3.1.10",
|
||||
"codeigniter4/framework": "<4.6.2",
|
||||
|
|
@ -20910,6 +20910,8 @@
|
|||
"setasign/fpdi": "<2.6.4",
|
||||
"sfroemken/url_redirect": "<=1.2.1",
|
||||
"sheng/yiicms": "<1.2.1",
|
||||
"shopper/cart": "<2.8",
|
||||
"shopper/framework": "<2.8",
|
||||
"shopware/core": "<6.6.10.15-dev|>=6.7,<6.7.8.1-dev",
|
||||
"shopware/platform": "<6.6.10.15-dev|>=6.7,<6.7.8.1-dev",
|
||||
"shopware/production": "<=6.3.5.2",
|
||||
|
|
@ -20941,6 +20943,7 @@
|
|||
"simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
|
||||
"simplesamlphp/saml2-legacy": "<=4.16.15",
|
||||
"simplesamlphp/simplesamlphp": "<1.18.6",
|
||||
"simplesamlphp/simplesamlphp-module-casserver": "<=7.0.2",
|
||||
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
||||
"simplesamlphp/simplesamlphp-module-openid": "<1",
|
||||
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
|
||||
|
|
@ -20973,14 +20976,14 @@
|
|||
"starcitizentools/short-description": ">=4,<4.0.1",
|
||||
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
|
||||
"starcitizenwiki/embedvideo": "<=4",
|
||||
"statamic/cms": "<5.73.21|>=6,<6.15",
|
||||
"statamic/cms": "<5.73.22|>=6,<6.18.1",
|
||||
"stormpath/sdk": "<9.9.99",
|
||||
"studio-42/elfinder": "<=2.1.67",
|
||||
"studiomitte/friendlycaptcha": "<0.1.4",
|
||||
"subhh/libconnect": "<7.0.8|>=8,<8.1",
|
||||
"sukohi/surpass": "<1",
|
||||
"sulu/form-bundle": ">=2,<2.5.3",
|
||||
"sulu/sulu": "<2.6.22|>=3,<3.0.5",
|
||||
"sulu/sulu": "<=2.6.22|>=3,<=3.0.5",
|
||||
"sumocoders/framework-user-bundle": "<1.4",
|
||||
"superbig/craft-audit": "<3.0.2",
|
||||
"svewap/a21glossary": "<=0.4.10",
|
||||
|
|
@ -21106,7 +21109,7 @@
|
|||
"uvdesk/core-framework": "<=1.1.1",
|
||||
"vanilla/safecurl": "<0.9.2",
|
||||
"verbb/comments": "<1.5.5",
|
||||
"verbb/formie": "<=2.1.43",
|
||||
"verbb/formie": "<2.2.20|>=3.0.0.0-beta1,<3.1.24",
|
||||
"verbb/image-resizer": "<2.0.9",
|
||||
"verbb/knock-knock": "<1.2.8",
|
||||
"verot/class.upload.php": "<=2.1.6",
|
||||
|
|
@ -21249,7 +21252,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-05-14T13:38:25+00:00"
|
||||
"time": "2026-05-18T17:47:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue