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
9b8d4c518a
commit
d767e7472d
2 changed files with 146 additions and 143 deletions
172
composer.lock
generated
172
composer.lock
generated
|
@ -8,16 +8,16 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "api-platform/core",
|
"name": "api-platform/core",
|
||||||
"version": "v3.2.17",
|
"version": "v3.2.19",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/api-platform/core.git",
|
"url": "https://github.com/api-platform/core.git",
|
||||||
"reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f"
|
"reference": "53a45d7d19e3298b653631531fe6f59ccdb04fbb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/api-platform/core/zipball/1cc114b93e95bdce5b48be46f84c1e11446a8d2f",
|
"url": "https://api.github.com/repos/api-platform/core/zipball/53a45d7d19e3298b653631531fe6f59ccdb04fbb",
|
||||||
"reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f",
|
"reference": "53a45d7d19e3298b653631531fe6f59ccdb04fbb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -168,9 +168,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/api-platform/core/issues",
|
"issues": "https://github.com/api-platform/core/issues",
|
||||||
"source": "https://github.com/api-platform/core/tree/v3.2.17"
|
"source": "https://github.com/api-platform/core/tree/v3.2.19"
|
||||||
},
|
},
|
||||||
"time": "2024-03-15T15:26:20+00:00"
|
"time": "2024-03-29T16:15:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "beberlei/assert",
|
"name": "beberlei/assert",
|
||||||
|
@ -4735,16 +4735,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "omines/datatables-bundle",
|
"name": "omines/datatables-bundle",
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/omines/datatables-bundle.git",
|
"url": "https://github.com/omines/datatables-bundle.git",
|
||||||
"reference": "3d31d1cddac5635803f59b3f7905feb0d4209c80"
|
"reference": "1a1bd7814419831898d834ac1b3e980120fd7425"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/3d31d1cddac5635803f59b3f7905feb0d4209c80",
|
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/1a1bd7814419831898d834ac1b3e980120fd7425",
|
||||||
"reference": "3d31d1cddac5635803f59b3f7905feb0d4209c80",
|
"reference": "1a1bd7814419831898d834ac1b3e980120fd7425",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4768,13 +4768,14 @@
|
||||||
"friendsofphp/php-cs-fixer": "^v3.40.0",
|
"friendsofphp/php-cs-fixer": "^v3.40.0",
|
||||||
"mongodb/mongodb": "^1.17",
|
"mongodb/mongodb": "^1.17",
|
||||||
"ocramius/package-versions": "^2.8",
|
"ocramius/package-versions": "^2.8",
|
||||||
|
"openspout/openspout": "^4.23",
|
||||||
"phpoffice/phpspreadsheet": "^1.29.0 || ^2.0",
|
"phpoffice/phpspreadsheet": "^1.29.0 || ^2.0",
|
||||||
"phpstan/extension-installer": "^1.3.1",
|
"phpstan/extension-installer": "^1.3.1",
|
||||||
"phpstan/phpstan": "^1.10.55",
|
"phpstan/phpstan": "^1.10.55",
|
||||||
"phpstan/phpstan-doctrine": "^1.3.54",
|
"phpstan/phpstan-doctrine": "^1.3.54",
|
||||||
"phpstan/phpstan-phpunit": "^1.3.15",
|
"phpstan/phpstan-phpunit": "^1.3.15",
|
||||||
"phpstan/phpstan-symfony": "^1.3.6",
|
"phpstan/phpstan-symfony": "^1.3.6",
|
||||||
"phpunit/phpunit": "^11.0.3",
|
"phpunit/phpunit": "^10.5.10 || ^11.0.3",
|
||||||
"ruflin/elastica": "^6.2|^7.3.1",
|
"ruflin/elastica": "^6.2|^7.3.1",
|
||||||
"symfony/browser-kit": "^6.3|^7.0",
|
"symfony/browser-kit": "^6.3|^7.0",
|
||||||
"symfony/css-selector": "^6.3|^7.0",
|
"symfony/css-selector": "^6.3|^7.0",
|
||||||
|
@ -4791,6 +4792,7 @@
|
||||||
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
|
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
|
||||||
"doctrine/orm": "For full automated integration with Doctrine entities",
|
"doctrine/orm": "For full automated integration with Doctrine entities",
|
||||||
"mongodb/mongodb": "For integration with MongoDB collections",
|
"mongodb/mongodb": "For integration with MongoDB collections",
|
||||||
|
"openspout/openspout": "To use the OpenSpout Excel exporter",
|
||||||
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
|
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
|
||||||
"ruflin/elastica": "For integration with Elasticsearch indexes",
|
"ruflin/elastica": "For integration with Elasticsearch indexes",
|
||||||
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
|
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
|
||||||
|
@ -4836,7 +4838,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/omines/datatables-bundle/issues",
|
"issues": "https://github.com/omines/datatables-bundle/issues",
|
||||||
"source": "https://github.com/omines/datatables-bundle/tree/0.8.1"
|
"source": "https://github.com/omines/datatables-bundle/tree/0.8.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -4844,7 +4846,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-02-24T22:55:33+00:00"
|
"time": "2024-03-24T20:57:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "onelogin/php-saml",
|
"name": "onelogin/php-saml",
|
||||||
|
@ -5235,16 +5237,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-http/discovery",
|
"name": "php-http/discovery",
|
||||||
"version": "1.19.2",
|
"version": "1.19.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-http/discovery.git",
|
"url": "https://github.com/php-http/discovery.git",
|
||||||
"reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb"
|
"reference": "0700efda8d7526335132360167315fdab3aeb599"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
|
"url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599",
|
||||||
"reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
|
"reference": "0700efda8d7526335132360167315fdab3aeb599",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -5268,7 +5270,8 @@
|
||||||
"php-http/httplug": "^1.0 || ^2.0",
|
"php-http/httplug": "^1.0 || ^2.0",
|
||||||
"php-http/message-factory": "^1.0",
|
"php-http/message-factory": "^1.0",
|
||||||
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
|
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
|
||||||
"symfony/phpunit-bridge": "^6.2"
|
"sebastian/comparator": "^3.0.5 || ^4.0.8",
|
||||||
|
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
|
||||||
},
|
},
|
||||||
"type": "composer-plugin",
|
"type": "composer-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -5307,9 +5310,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/php-http/discovery/issues",
|
"issues": "https://github.com/php-http/discovery/issues",
|
||||||
"source": "https://github.com/php-http/discovery/tree/1.19.2"
|
"source": "https://github.com/php-http/discovery/tree/1.19.4"
|
||||||
},
|
},
|
||||||
"time": "2023-11-30T16:49:05+00:00"
|
"time": "2024-03-29T13:00:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-http/httplug",
|
"name": "php-http/httplug",
|
||||||
|
@ -6564,16 +6567,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "s9e/sweetdom",
|
"name": "s9e/sweetdom",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/s9e/SweetDOM.git",
|
"url": "https://github.com/s9e/SweetDOM.git",
|
||||||
"reference": "b07ae8f5fe4ac40a0b734e0e23dbadcc26a161e3"
|
"reference": "ef3a7d2745b30b4ad0d1d3d60be391a3604c69dd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/b07ae8f5fe4ac40a0b734e0e23dbadcc26a161e3",
|
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/ef3a7d2745b30b4ad0d1d3d60be391a3604c69dd",
|
||||||
"reference": "b07ae8f5fe4ac40a0b734e0e23dbadcc26a161e3",
|
"reference": "ef3a7d2745b30b4ad0d1d3d60be391a3604c69dd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -6581,6 +6584,7 @@
|
||||||
"php": "^8.1"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"friendsofphp/php-cs-fixer": "^3.52",
|
||||||
"phpunit/phpunit": "^10.0",
|
"phpunit/phpunit": "^10.0",
|
||||||
"s9e/repdoc": "dev-wip"
|
"s9e/repdoc": "dev-wip"
|
||||||
},
|
},
|
||||||
|
@ -6603,22 +6607,22 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/s9e/SweetDOM/issues",
|
"issues": "https://github.com/s9e/SweetDOM/issues",
|
||||||
"source": "https://github.com/s9e/SweetDOM/tree/3.4.0"
|
"source": "https://github.com/s9e/SweetDOM/tree/3.4.1"
|
||||||
},
|
},
|
||||||
"time": "2024-01-01T17:22:53+00:00"
|
"time": "2024-03-23T14:03:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "s9e/text-formatter",
|
"name": "s9e/text-formatter",
|
||||||
"version": "2.16.0",
|
"version": "2.17.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/s9e/TextFormatter.git",
|
"url": "https://github.com/s9e/TextFormatter.git",
|
||||||
"reference": "a78b8f9bc169d0b6dd81ffff3c97479875bd673d"
|
"reference": "1dc04d8426db1988d6552a2f79ee5701ec8bae81"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/a78b8f9bc169d0b6dd81ffff3c97479875bd673d",
|
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/1dc04d8426db1988d6552a2f79ee5701ec8bae81",
|
||||||
"reference": "a78b8f9bc169d0b6dd81ffff3c97479875bd673d",
|
"reference": "1dc04d8426db1988d6552a2f79ee5701ec8bae81",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -6631,6 +6635,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"code-lts/doctum": "*",
|
"code-lts/doctum": "*",
|
||||||
|
"friendsofphp/php-cs-fixer": "^3.52",
|
||||||
"matthiasmullie/minify": "*",
|
"matthiasmullie/minify": "*",
|
||||||
"phpunit/phpunit": "^9.5"
|
"phpunit/phpunit": "^9.5"
|
||||||
},
|
},
|
||||||
|
@ -6645,7 +6650,7 @@
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"version": "2.16.0"
|
"version": "2.17.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -6677,9 +6682,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/s9e/TextFormatter/issues",
|
"issues": "https://github.com/s9e/TextFormatter/issues",
|
||||||
"source": "https://github.com/s9e/TextFormatter/tree/2.16.0"
|
"source": "https://github.com/s9e/TextFormatter/tree/2.17.1"
|
||||||
},
|
},
|
||||||
"time": "2024-01-07T00:41:30+00:00"
|
"time": "2024-03-28T11:54:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sabberworm/php-css-parser",
|
"name": "sabberworm/php-css-parser",
|
||||||
|
@ -7027,16 +7032,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/db-dumper",
|
"name": "spatie/db-dumper",
|
||||||
"version": "3.4.2",
|
"version": "3.4.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/db-dumper.git",
|
"url": "https://github.com/spatie/db-dumper.git",
|
||||||
"reference": "59beef7ad612ca7463dfddb64de6e038eb59e0d7"
|
"reference": "c566852826f3e9dceea27eef5173bad93b83e61c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/59beef7ad612ca7463dfddb64de6e038eb59e0d7",
|
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/c566852826f3e9dceea27eef5173bad93b83e61c",
|
||||||
"reference": "59beef7ad612ca7463dfddb64de6e038eb59e0d7",
|
"reference": "c566852826f3e9dceea27eef5173bad93b83e61c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -7074,7 +7079,7 @@
|
||||||
"spatie"
|
"spatie"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/spatie/db-dumper/tree/3.4.2"
|
"source": "https://github.com/spatie/db-dumper/tree/3.4.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -7086,7 +7091,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-12-25T11:42:15+00:00"
|
"time": "2024-04-01T07:37:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spomky-labs/cbor-php",
|
"name": "spomky-labs/cbor-php",
|
||||||
|
@ -7253,16 +7258,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spomky-labs/pki-framework",
|
"name": "spomky-labs/pki-framework",
|
||||||
"version": "1.1.1",
|
"version": "1.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Spomky-Labs/pki-framework.git",
|
"url": "https://github.com/Spomky-Labs/pki-framework.git",
|
||||||
"reference": "86102bdd19379b2c6e5b0feb94fd490d40e7d133"
|
"reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/86102bdd19379b2c6e5b0feb94fd490d40e7d133",
|
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/0b10c8b53366729417d6226ae89a665f9e2d61b6",
|
||||||
"reference": "86102bdd19379b2c6e5b0feb94fd490d40e7d133",
|
"reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -7274,7 +7279,7 @@
|
||||||
"ekino/phpstan-banned-code": "^1.0",
|
"ekino/phpstan-banned-code": "^1.0",
|
||||||
"ext-gmp": "*",
|
"ext-gmp": "*",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"infection/infection": "^0.27",
|
"infection/infection": "^0.28",
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.3",
|
"php-parallel-lint/php-parallel-lint": "^1.3",
|
||||||
"phpstan/extension-installer": "^1.3",
|
"phpstan/extension-installer": "^1.3",
|
||||||
"phpstan/phpstan": "^1.8",
|
"phpstan/phpstan": "^1.8",
|
||||||
|
@ -7282,8 +7287,8 @@
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||||
"phpstan/phpstan-phpunit": "^1.1",
|
"phpstan/phpstan-phpunit": "^1.1",
|
||||||
"phpstan/phpstan-strict-rules": "^1.3",
|
"phpstan/phpstan-strict-rules": "^1.3",
|
||||||
"phpunit/phpunit": "^10.1",
|
"phpunit/phpunit": "^10.1|^11.0",
|
||||||
"rector/rector": "^0.19",
|
"rector/rector": "^1.0",
|
||||||
"roave/security-advisories": "dev-latest",
|
"roave/security-advisories": "dev-latest",
|
||||||
"symfony/phpunit-bridge": "^6.4|^7.0",
|
"symfony/phpunit-bridge": "^6.4|^7.0",
|
||||||
"symfony/string": "^6.4|^7.0",
|
"symfony/string": "^6.4|^7.0",
|
||||||
|
@ -7348,7 +7353,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
|
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
|
||||||
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.1.1"
|
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -7360,7 +7365,7 @@
|
||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-02-05T20:37:46+00:00"
|
"time": "2024-03-30T18:03:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/apache-pack",
|
"name": "symfony/apache-pack",
|
||||||
|
@ -14396,16 +14401,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "web-token/jwt-library",
|
"name": "web-token/jwt-library",
|
||||||
"version": "3.3.3",
|
"version": "3.3.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/web-token/jwt-library.git",
|
"url": "https://github.com/web-token/jwt-library.git",
|
||||||
"reference": "d8a14edb42fab6f172bddff469b200e816a7b074"
|
"reference": "a9fde8057aa978a4b97436d8875f5bb45a30fb2e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/web-token/jwt-library/zipball/d8a14edb42fab6f172bddff469b200e816a7b074",
|
"url": "https://api.github.com/repos/web-token/jwt-library/zipball/a9fde8057aa978a4b97436d8875f5bb45a30fb2e",
|
||||||
"reference": "d8a14edb42fab6f172bddff469b200e816a7b074",
|
"reference": "a9fde8057aa978a4b97436d8875f5bb45a30fb2e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -14477,7 +14482,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/web-token/jwt-library/issues",
|
"issues": "https://github.com/web-token/jwt-library/issues",
|
||||||
"source": "https://github.com/web-token/jwt-library/tree/3.3.3"
|
"source": "https://github.com/web-token/jwt-library/tree/3.3.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -14489,7 +14494,7 @@
|
||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-23T18:02:49+00:00"
|
"time": "2024-03-24T09:57:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webmozart/assert",
|
"name": "webmozart/assert",
|
||||||
|
@ -14927,16 +14932,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/xdebug-handler",
|
"name": "composer/xdebug-handler",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/xdebug-handler.git",
|
"url": "https://github.com/composer/xdebug-handler.git",
|
||||||
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
|
"reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
|
||||||
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
|
"reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -14947,7 +14952,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/phpstan": "^1.0",
|
"phpstan/phpstan": "^1.0",
|
||||||
"phpstan/phpstan-strict-rules": "^1.1",
|
"phpstan/phpstan-strict-rules": "^1.1",
|
||||||
"symfony/phpunit-bridge": "^6.0"
|
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -14971,9 +14976,9 @@
|
||||||
"performance"
|
"performance"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"irc": "irc://irc.freenode.org/composer",
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
||||||
"issues": "https://github.com/composer/xdebug-handler/issues",
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
||||||
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
|
"source": "https://github.com/composer/xdebug-handler/tree/3.0.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -14989,7 +14994,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-02-25T21:32:43+00:00"
|
"time": "2024-03-26T18:29:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dama/doctrine-test-bundle",
|
"name": "dama/doctrine-test-bundle",
|
||||||
|
@ -15684,16 +15689,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.10.65",
|
"version": "1.10.66",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6"
|
"reference": "94779c987e4ebd620025d9e5fdd23323903950bd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd",
|
||||||
"reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6",
|
"reference": "94779c987e4ebd620025d9e5fdd23323903950bd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -15742,7 +15747,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-23T10:30:26+00:00"
|
"time": "2024-03-28T16:17:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-doctrine",
|
"name": "phpstan/phpstan-doctrine",
|
||||||
|
@ -16486,12 +16491,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "d2b53099f06a627006a0eb3c9dde665140390fc7"
|
"reference": "8f58125e25237ea649fd369348ca7c2a42337f86"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d2b53099f06a627006a0eb3c9dde665140390fc7",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8f58125e25237ea649fd369348ca7c2a42337f86",
|
||||||
"reference": "d2b53099f06a627006a0eb3c9dde665140390fc7",
|
"reference": "8f58125e25237ea649fd369348ca7c2a42337f86",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
@ -16561,8 +16566,9 @@
|
||||||
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
||||||
"cartalyst/sentry": "<=2.1.6",
|
"cartalyst/sentry": "<=2.1.6",
|
||||||
"catfan/medoo": "<1.7.5",
|
"catfan/medoo": "<1.7.5",
|
||||||
|
"causal/oidc": "<2.1",
|
||||||
"cecil/cecil": "<7.47.1",
|
"cecil/cecil": "<7.47.1",
|
||||||
"centreon/centreon": "<22.10.0.0-beta1",
|
"centreon/centreon": "<22.10.15",
|
||||||
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
||||||
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
|
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
|
||||||
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
|
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
|
||||||
|
@ -16570,7 +16576,7 @@
|
||||||
"cockpit-hq/cockpit": "<=2.6.3|==2.7",
|
"cockpit-hq/cockpit": "<=2.6.3|==2.7",
|
||||||
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
||||||
"codeigniter/framework": "<3.1.9",
|
"codeigniter/framework": "<3.1.9",
|
||||||
"codeigniter4/framework": "<=4.4.2",
|
"codeigniter4/framework": "<4.4.7",
|
||||||
"codeigniter4/shield": "<1.0.0.0-beta8",
|
"codeigniter4/shield": "<1.0.0.0-beta8",
|
||||||
"codiad/codiad": "<=2.8.4",
|
"codiad/codiad": "<=2.8.4",
|
||||||
"composer/composer": "<1.10.27|>=2,<2.2.23|>=2.3,<2.7",
|
"composer/composer": "<1.10.27|>=2,<2.2.23|>=2.3,<2.7",
|
||||||
|
@ -16669,7 +16675,7 @@
|
||||||
"fooman/tcpdf": "<6.2.22",
|
"fooman/tcpdf": "<6.2.22",
|
||||||
"forkcms/forkcms": "<5.11.1",
|
"forkcms/forkcms": "<5.11.1",
|
||||||
"fossar/tcpdf-parser": "<6.2.22",
|
"fossar/tcpdf-parser": "<6.2.22",
|
||||||
"francoisjacquet/rosariosis": "<11",
|
"francoisjacquet/rosariosis": "<=11.5.1",
|
||||||
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
|
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
|
||||||
"friendsofsymfony/oauth2-php": "<1.3",
|
"friendsofsymfony/oauth2-php": "<1.3",
|
||||||
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
||||||
|
@ -16677,7 +16683,7 @@
|
||||||
"friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
|
"friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
|
||||||
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
||||||
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
||||||
"froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
|
"froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.3",
|
||||||
"froxlor/froxlor": "<=2.1.1",
|
"froxlor/froxlor": "<=2.1.1",
|
||||||
"fuel/core": "<1.8.1",
|
"fuel/core": "<1.8.1",
|
||||||
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
|
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
|
||||||
|
@ -16738,6 +16744,7 @@
|
||||||
"james-heinrich/phpthumb": "<1.7.12",
|
"james-heinrich/phpthumb": "<1.7.12",
|
||||||
"jasig/phpcas": "<1.3.3",
|
"jasig/phpcas": "<1.3.3",
|
||||||
"jcbrand/converse.js": "<3.3.3",
|
"jcbrand/converse.js": "<3.3.3",
|
||||||
|
"johnbillion/wp-crontrol": "<1.16.2",
|
||||||
"joomla/application": "<1.0.13",
|
"joomla/application": "<1.0.13",
|
||||||
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
||||||
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
|
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
|
||||||
|
@ -16754,7 +16761,7 @@
|
||||||
"kelvinmo/simplexrd": "<3.1.1",
|
"kelvinmo/simplexrd": "<3.1.1",
|
||||||
"kevinpapst/kimai2": "<1.16.7",
|
"kevinpapst/kimai2": "<1.16.7",
|
||||||
"khodakhah/nodcms": "<=3",
|
"khodakhah/nodcms": "<=3",
|
||||||
"kimai/kimai": "<2.1",
|
"kimai/kimai": "<2.13",
|
||||||
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
||||||
"klaviyo/magento2-extension": ">=1,<3",
|
"klaviyo/magento2-extension": ">=1,<3",
|
||||||
"knplabs/knp-snappy": "<=1.4.2",
|
"knplabs/knp-snappy": "<=1.4.2",
|
||||||
|
@ -16859,8 +16866,8 @@
|
||||||
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
|
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
|
||||||
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
||||||
"oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
|
"oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
|
||||||
"oro/customer-portal": ">=4.2,<=4.2.8|>=5,<5.0.11|>=5.1,<5.1.1",
|
"oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
|
||||||
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<5.0.8",
|
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
|
||||||
"oxid-esales/oxideshop-ce": "<4.5",
|
"oxid-esales/oxideshop-ce": "<4.5",
|
||||||
"packbackbooks/lti-1-3-php-library": "<5",
|
"packbackbooks/lti-1-3-php-library": "<5",
|
||||||
"padraic/humbug_get_contents": "<1.1.2",
|
"padraic/humbug_get_contents": "<1.1.2",
|
||||||
|
@ -16884,7 +16891,7 @@
|
||||||
"phpmailer/phpmailer": "<6.5",
|
"phpmailer/phpmailer": "<6.5",
|
||||||
"phpmussel/phpmussel": ">=1,<1.6",
|
"phpmussel/phpmussel": ">=1,<1.6",
|
||||||
"phpmyadmin/phpmyadmin": "<5.2.1",
|
"phpmyadmin/phpmyadmin": "<5.2.1",
|
||||||
"phpmyfaq/phpmyfaq": "<3.2.5",
|
"phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5",
|
||||||
"phpoffice/phpexcel": "<1.8",
|
"phpoffice/phpexcel": "<1.8",
|
||||||
"phpoffice/phpspreadsheet": "<1.16",
|
"phpoffice/phpspreadsheet": "<1.16",
|
||||||
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
|
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
|
||||||
|
@ -16901,7 +16908,7 @@
|
||||||
"pimcore/demo": "<10.3",
|
"pimcore/demo": "<10.3",
|
||||||
"pimcore/ecommerce-framework-bundle": "<1.0.10",
|
"pimcore/ecommerce-framework-bundle": "<1.0.10",
|
||||||
"pimcore/perspective-editor": "<1.5.1",
|
"pimcore/perspective-editor": "<1.5.1",
|
||||||
"pimcore/pimcore": "<11.1.1",
|
"pimcore/pimcore": "<11.1.6.1-dev|>=11.2,<11.2.2",
|
||||||
"pixelfed/pixelfed": "<0.11.11",
|
"pixelfed/pixelfed": "<0.11.11",
|
||||||
"plotly/plotly.js": "<2.25.2",
|
"plotly/plotly.js": "<2.25.2",
|
||||||
"pocketmine/bedrock-protocol": "<8.0.2",
|
"pocketmine/bedrock-protocol": "<8.0.2",
|
||||||
|
@ -17067,7 +17074,7 @@
|
||||||
"thinkcmf/thinkcmf": "<=5.1.7",
|
"thinkcmf/thinkcmf": "<=5.1.7",
|
||||||
"thorsten/phpmyfaq": "<3.2.2",
|
"thorsten/phpmyfaq": "<3.2.2",
|
||||||
"tikiwiki/tiki-manager": "<=17.1",
|
"tikiwiki/tiki-manager": "<=17.1",
|
||||||
"tinymce/tinymce": "<5.10.9|>=6,<6.7.3",
|
"tinymce/tinymce": "<7",
|
||||||
"tinymighty/wiki-seo": "<1.2.2",
|
"tinymighty/wiki-seo": "<1.2.2",
|
||||||
"titon/framework": "<9.9.99",
|
"titon/framework": "<9.9.99",
|
||||||
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
|
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
|
||||||
|
@ -17101,6 +17108,7 @@
|
||||||
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
||||||
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
||||||
"uvdesk/community-skeleton": "<=1.1.1",
|
"uvdesk/community-skeleton": "<=1.1.1",
|
||||||
|
"uvdesk/core-framework": "<=1.1.1",
|
||||||
"vanilla/safecurl": "<0.9.2",
|
"vanilla/safecurl": "<0.9.2",
|
||||||
"verot/class.upload.php": "<=2.1.6",
|
"verot/class.upload.php": "<=2.1.6",
|
||||||
"vova07/yii2-fileapi-widget": "<0.1.9",
|
"vova07/yii2-fileapi-widget": "<0.1.9",
|
||||||
|
@ -17120,7 +17128,7 @@
|
||||||
"willdurand/js-translation-bundle": "<2.1.1",
|
"willdurand/js-translation-bundle": "<2.1.1",
|
||||||
"winter/wn-backend-module": "<1.2.4",
|
"winter/wn-backend-module": "<1.2.4",
|
||||||
"winter/wn-system-module": "<1.2.4",
|
"winter/wn-system-module": "<1.2.4",
|
||||||
"wintercms/winter": "<1.2.3",
|
"wintercms/winter": "<=1.2.3",
|
||||||
"woocommerce/woocommerce": "<6.6",
|
"woocommerce/woocommerce": "<6.6",
|
||||||
"wp-cli/wp-cli": ">=0.12,<2.5",
|
"wp-cli/wp-cli": ">=0.12,<2.5",
|
||||||
"wp-graphql/wp-graphql": "<=1.14.5",
|
"wp-graphql/wp-graphql": "<=1.14.5",
|
||||||
|
@ -17220,7 +17228,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-22T21:04:47+00:00"
|
"time": "2024-04-02T19:04:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
|
117
yarn.lock
117
yarn.lock
|
@ -1559,9 +1559,9 @@
|
||||||
tslib "^2.4.0"
|
tslib "^2.4.0"
|
||||||
|
|
||||||
"@fortawesome/fontawesome-free@^6.1.1":
|
"@fortawesome/fontawesome-free@^6.1.1":
|
||||||
version "6.5.1"
|
version "6.5.2"
|
||||||
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.1.tgz#55cc8410abf1003b726324661ce5b0d1c10de258"
|
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.2.tgz#310fe90cb5a8dee9698833171b98e7835404293d"
|
||||||
integrity sha512-CNy5vSwN3fsUStPRLX7fUYojyuzoEMSXPl7zSLJ8TgtRfjv24LOnOWKT2zYwaHZCJGkdyRnTmstR0P+Ah503Gw==
|
integrity sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q==
|
||||||
|
|
||||||
"@gar/promisify@^1.0.1":
|
"@gar/promisify@^1.0.1":
|
||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
|
@ -1648,9 +1648,9 @@
|
||||||
"@jridgewell/sourcemap-codec" "^1.4.14"
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
||||||
|
|
||||||
"@leichtgewicht/ip-codec@^2.0.1":
|
"@leichtgewicht/ip-codec@^2.0.1":
|
||||||
version "2.0.4"
|
version "2.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
|
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
|
||||||
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
|
integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==
|
||||||
|
|
||||||
"@nodelib/fs.scandir@2.1.5":
|
"@nodelib/fs.scandir@2.1.5":
|
||||||
version "2.1.5"
|
version "2.1.5"
|
||||||
|
@ -1818,9 +1818,9 @@
|
||||||
"@types/estree" "*"
|
"@types/estree" "*"
|
||||||
|
|
||||||
"@types/eslint@*":
|
"@types/eslint@*":
|
||||||
version "8.56.6"
|
version "8.56.7"
|
||||||
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.6.tgz#d5dc16cac025d313ee101108ba5714ea10eb3ed0"
|
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.7.tgz#c33b5b5a9cfb66881beb7b5be6c34aa3e81d3366"
|
||||||
integrity sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==
|
integrity sha512-SjDvI/x3zsZnOkYZ3lCt9lOZWZLB2jIlNKz+LBgCtDurK0JZcwucxYHn1w2BJkD34dgX9Tjnak0txtq4WTggEA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/estree" "*"
|
"@types/estree" "*"
|
||||||
"@types/json-schema" "*"
|
"@types/json-schema" "*"
|
||||||
|
@ -1894,11 +1894,6 @@
|
||||||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
||||||
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
||||||
|
|
||||||
"@types/mime@*":
|
|
||||||
version "3.0.4"
|
|
||||||
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.4.tgz#2198ac274de6017b44d941e00261d5bc6a0e0a45"
|
|
||||||
integrity sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==
|
|
||||||
|
|
||||||
"@types/mime@^1":
|
"@types/mime@^1":
|
||||||
version "1.3.5"
|
version "1.3.5"
|
||||||
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
|
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
|
||||||
|
@ -1917,9 +1912,9 @@
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@types/node@*":
|
"@types/node@*":
|
||||||
version "20.11.30"
|
version "20.12.2"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
|
||||||
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
|
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types "~5.26.4"
|
undici-types "~5.26.4"
|
||||||
|
|
||||||
|
@ -1959,13 +1954,13 @@
|
||||||
"@types/express" "*"
|
"@types/express" "*"
|
||||||
|
|
||||||
"@types/serve-static@*", "@types/serve-static@^1.13.10":
|
"@types/serve-static@*", "@types/serve-static@^1.13.10":
|
||||||
version "1.15.5"
|
version "1.15.6"
|
||||||
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.5.tgz#15e67500ec40789a1e8c9defc2d32a896f05b033"
|
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.6.tgz#9cacd9b0b0fc5183ff0d5b27c1b1cad398113673"
|
||||||
integrity sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==
|
integrity sha512-xkChxykiNb1X2YBevPIhQhNU9m9M7h9e2gDsmePAP2kNqhOvpKOrZWOCzq2ERQqfNFzlzHG2bdM0u3z5x+gQgg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/http-errors" "*"
|
"@types/http-errors" "*"
|
||||||
"@types/mime" "*"
|
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
"@types/send" "*"
|
||||||
|
|
||||||
"@types/sockjs@^0.3.33":
|
"@types/sockjs@^0.3.33":
|
||||||
version "0.3.36"
|
version "0.3.36"
|
||||||
|
@ -2585,9 +2580,9 @@ caniuse-api@^3.0.0:
|
||||||
lodash.uniq "^4.5.0"
|
lodash.uniq "^4.5.0"
|
||||||
|
|
||||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587:
|
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587:
|
||||||
version "1.0.30001600"
|
version "1.0.30001605"
|
||||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz#93a3ee17a35aa6a9f0c6ef1b2ab49507d1ab9079"
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001605.tgz#ca12d7330dd8bcb784557eb9aa64f0037870d9d6"
|
||||||
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==
|
integrity sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==
|
||||||
|
|
||||||
chalk@^2.4.2:
|
chalk@^2.4.2:
|
||||||
version "2.4.2"
|
version "2.4.2"
|
||||||
|
@ -2905,10 +2900,10 @@ css-declaration-sorter@^6.3.1:
|
||||||
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
|
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
|
||||||
integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
|
integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
|
||||||
|
|
||||||
css-declaration-sorter@^7.1.1:
|
css-declaration-sorter@^7.2.0:
|
||||||
version "7.1.1"
|
version "7.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-7.1.1.tgz#9796bcc257b4647c39993bda8d431ce32b666f80"
|
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz#6dec1c9523bc4a643e088aab8f09e67a54961024"
|
||||||
integrity sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==
|
integrity sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==
|
||||||
|
|
||||||
css-loader@^5.2.7:
|
css-loader@^5.2.7:
|
||||||
version "5.2.7"
|
version "5.2.7"
|
||||||
|
@ -3043,13 +3038,13 @@ cssnano-preset-default@^5.2.14:
|
||||||
postcss-svgo "^5.1.0"
|
postcss-svgo "^5.1.0"
|
||||||
postcss-unique-selectors "^5.1.1"
|
postcss-unique-selectors "^5.1.1"
|
||||||
|
|
||||||
cssnano-preset-default@^6.1.1:
|
cssnano-preset-default@^6.1.2:
|
||||||
version "6.1.1"
|
version "6.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-6.1.1.tgz#d46c4022535cbc8f26da9296f45ce3471a233dab"
|
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz#adf4b89b975aa775f2750c89dbaf199bbd9da35e"
|
||||||
integrity sha512-XW/dYN2p8Jdkp1lovFd0UVRh6RB0iMyXJbAE9Qm+taR3p2LGu492AW34lVaukUrXoK9IxK5aK3CUmFpUorU4oA==
|
integrity sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist "^4.23.0"
|
browserslist "^4.23.0"
|
||||||
css-declaration-sorter "^7.1.1"
|
css-declaration-sorter "^7.2.0"
|
||||||
cssnano-utils "^4.0.2"
|
cssnano-utils "^4.0.2"
|
||||||
postcss-calc "^9.0.1"
|
postcss-calc "^9.0.1"
|
||||||
postcss-colormin "^6.1.0"
|
postcss-colormin "^6.1.0"
|
||||||
|
@ -3099,11 +3094,11 @@ cssnano@^5.0.0:
|
||||||
yaml "^1.10.2"
|
yaml "^1.10.2"
|
||||||
|
|
||||||
cssnano@^6.0.1:
|
cssnano@^6.0.1:
|
||||||
version "6.1.1"
|
version "6.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-6.1.1.tgz#4a5f2602256efc9198a47ab549ce21028485cfcb"
|
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-6.1.2.tgz#4bd19e505bd37ee7cf0dc902d3d869f6d79c66b8"
|
||||||
integrity sha512-paTFZuiVohpaXJuau8l7buFt9+FTmfjwEO70EKitzYOQw3frib/It4sb6cQ+gJyDEyY+myDSni6IbBvKZ0N8Lw==
|
integrity sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==
|
||||||
dependencies:
|
dependencies:
|
||||||
cssnano-preset-default "^6.1.1"
|
cssnano-preset-default "^6.1.2"
|
||||||
lilconfig "^3.1.1"
|
lilconfig "^3.1.1"
|
||||||
|
|
||||||
csso@^4.2.0:
|
csso@^4.2.0:
|
||||||
|
@ -3206,18 +3201,18 @@ datatables.net-fixedheader@4.0.1:
|
||||||
jquery ">=1.7"
|
jquery ">=1.7"
|
||||||
|
|
||||||
datatables.net-responsive-bs5@^3.0.0:
|
datatables.net-responsive-bs5@^3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/datatables.net-responsive-bs5/-/datatables.net-responsive-bs5-3.0.0.tgz#b30b6efbeecc5ec7908e25ab0a6eda96f6ef906f"
|
resolved "https://registry.yarnpkg.com/datatables.net-responsive-bs5/-/datatables.net-responsive-bs5-3.0.1.tgz#c39da2714b326af0408782029e5958cfdff57e93"
|
||||||
integrity sha512-heAN/DN9jNWBNBQFdc4fqccyy3KGoj29YtZWH+N78/aKICGMGQmi0PjgRz+lS6lqdBynGvD8ej5514E7b5nTRw==
|
integrity sha512-mipb1Idee/cdATsdxuujzbWinfsY4QvX95JqqkqsUTu7zK+sitSeM2mfwG8vBt30ITevXJ+mUhkiGHuqbVhFxg==
|
||||||
dependencies:
|
dependencies:
|
||||||
datatables.net-bs5 ">=2.0.0"
|
datatables.net-bs5 "^2"
|
||||||
datatables.net-responsive "3.0.0"
|
datatables.net-responsive "3.0.1"
|
||||||
jquery ">=1.7"
|
jquery ">=1.7"
|
||||||
|
|
||||||
datatables.net-responsive@3.0.0:
|
datatables.net-responsive@3.0.1:
|
||||||
version "3.0.0"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/datatables.net-responsive/-/datatables.net-responsive-3.0.0.tgz#230382ed4058079164dd3cdfeb2dd08712428e16"
|
resolved "https://registry.yarnpkg.com/datatables.net-responsive/-/datatables.net-responsive-3.0.1.tgz#96e25de4efa3b86e81a0e9d2e5f2b80f18f94f66"
|
||||||
integrity sha512-6O+hZREfZ6bj86bEFOVYH76OgqETX7t0EsfKWwKuo8gpYe50SE9QPcy7DKsuO1swqluwS+442QIVsLfIXoBnNg==
|
integrity sha512-LBTxvkGzvda19p7kv/cVLdWsyw/+Xty2j8mbkyisFPWva9Rt4KSDetEqlgKU+BZHe51RJzZSlzhYh15QOpC5Qw==
|
||||||
dependencies:
|
dependencies:
|
||||||
datatables.net ">=2.0.0"
|
datatables.net ">=2.0.0"
|
||||||
jquery ">=1.7"
|
jquery ">=1.7"
|
||||||
|
@ -3473,9 +3468,9 @@ ee-first@1.1.1:
|
||||||
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
||||||
|
|
||||||
electron-to-chromium@^1.4.668:
|
electron-to-chromium@^1.4.668:
|
||||||
version "1.4.715"
|
version "1.4.724"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.715.tgz#bb16bcf2a3537962fccfa746b5c98c5f7404ff46"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.724.tgz#e0a86fe4d3d0e05a4d7b032549d79608078f830d"
|
||||||
integrity sha512-XzWNH4ZSa9BwVUQSDorPWAUQ5WGuYz7zJUNpNif40zFCiCl20t8zgylmreNmn26h5kiyw2lg7RfTmeMBsDklqg==
|
integrity sha512-RTRvkmRkGhNBPPpdrgtDKvmOEYTrPlXDfc0J/Nfq5s29tEahAwhiX4mmhNzj6febWMleulxVYPh7QwCSL/EldA==
|
||||||
|
|
||||||
emoji-regex@^8.0.0:
|
emoji-regex@^8.0.0:
|
||||||
version "8.0.0"
|
version "8.0.0"
|
||||||
|
@ -3547,9 +3542,9 @@ es-errors@^1.3.0:
|
||||||
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
|
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
|
||||||
|
|
||||||
es-module-lexer@^1.2.1:
|
es-module-lexer@^1.2.1:
|
||||||
version "1.4.2"
|
version "1.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.2.tgz#ba1a62255ff9b41023aaf9bd08c016a5f1a3fef3"
|
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.0.tgz#4878fee3789ad99e065f975fdd3c645529ff0236"
|
||||||
integrity sha512-7nOqkomXZEaxUDJw21XZNtRk739QvrPSoZoRtbsEfcii00vdzZUh6zh1CQwHhrib8MdEtJfv5rJiGeb4KuV/vw==
|
integrity sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==
|
||||||
|
|
||||||
esbuild-loader@~3.0.1:
|
esbuild-loader@~3.0.1:
|
||||||
version "3.0.1"
|
version "3.0.1"
|
||||||
|
@ -3693,9 +3688,9 @@ exports-loader@^3.0.0:
|
||||||
source-map "^0.6.1"
|
source-map "^0.6.1"
|
||||||
|
|
||||||
express@^4.17.3:
|
express@^4.17.3:
|
||||||
version "4.19.1"
|
version "4.19.2"
|
||||||
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
|
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
|
||||||
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
|
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
accepts "~1.3.8"
|
accepts "~1.3.8"
|
||||||
array-flatten "1.1.1"
|
array-flatten "1.1.1"
|
||||||
|
@ -4594,9 +4589,9 @@ jszip@^3.2.0:
|
||||||
setimmediate "^1.0.5"
|
setimmediate "^1.0.5"
|
||||||
|
|
||||||
katex@^0.16.0:
|
katex@^0.16.0:
|
||||||
version "0.16.9"
|
version "0.16.10"
|
||||||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.9.tgz#bc62d8f7abfea6e181250f85a56e4ef292dcb1fa"
|
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.10.tgz#6f81b71ac37ff4ec7556861160f53bc5f058b185"
|
||||||
integrity sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==
|
integrity sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "^8.3.0"
|
commander "^8.3.0"
|
||||||
|
|
||||||
|
@ -6584,9 +6579,9 @@ terser-webpack-plugin@^5.3.0, terser-webpack-plugin@^5.3.10:
|
||||||
terser "^5.26.0"
|
terser "^5.26.0"
|
||||||
|
|
||||||
terser@^5.26.0, terser@^5.3.4:
|
terser@^5.26.0, terser@^5.3.4:
|
||||||
version "5.29.2"
|
version "5.30.2"
|
||||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.2.tgz#c17d573ce1da1b30f21a877bffd5655dd86fdb35"
|
resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.2.tgz#79fc2222c241647cea54ab928ac987ffbe8ce9e2"
|
||||||
integrity sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==
|
integrity sha512-vTDjRKYKip4dOFL5VizdoxHTYDfEXPdz5t+FbxCC5Rp2s+KbEO8w5wqMDPgj7CtFKZuzq7PXv28fZoXfqqBVuw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jridgewell/source-map" "^0.3.3"
|
"@jridgewell/source-map" "^0.3.3"
|
||||||
acorn "^8.8.2"
|
acorn "^8.8.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue