dependency updates
This commit is contained in:
91
composer.lock
generated
91
composer.lock
generated
@@ -1547,16 +1547,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v12.38.1",
|
"version": "v12.39.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "7f3012af6059f5f64a12930701cd8caed6cf7c17"
|
"reference": "1a6176129ef28eaf42b6b4a6250025120c3d8dac"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/7f3012af6059f5f64a12930701cd8caed6cf7c17",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/1a6176129ef28eaf42b6b4a6250025120c3d8dac",
|
||||||
"reference": "7f3012af6059f5f64a12930701cd8caed6cf7c17",
|
"reference": "1a6176129ef28eaf42b6b4a6250025120c3d8dac",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1762,7 +1762,7 @@
|
|||||||
"issues": "https://github.com/laravel/framework/issues",
|
"issues": "https://github.com/laravel/framework/issues",
|
||||||
"source": "https://github.com/laravel/framework"
|
"source": "https://github.com/laravel/framework"
|
||||||
},
|
},
|
||||||
"time": "2025-11-13T02:12:47+00:00"
|
"time": "2025-11-18T15:16:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/prompts",
|
"name": "laravel/prompts",
|
||||||
@@ -2329,33 +2329,38 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/uri",
|
"name": "league/uri",
|
||||||
"version": "7.5.1",
|
"version": "7.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/uri.git",
|
"url": "https://github.com/thephpleague/uri.git",
|
||||||
"reference": "81fb5145d2644324614cc532b28efd0215bda430"
|
"reference": "f625804987a0a9112d954f9209d91fec52182344"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/f625804987a0a9112d954f9209d91fec52182344",
|
||||||
"reference": "81fb5145d2644324614cc532b28efd0215bda430",
|
"reference": "f625804987a0a9112d954f9209d91fec52182344",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"league/uri-interfaces": "^7.5",
|
"league/uri-interfaces": "^7.6",
|
||||||
"php": "^8.1"
|
"php": "^8.1",
|
||||||
|
"psr/http-factory": "^1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"league/uri-schemes": "^1.0"
|
"league/uri-schemes": "^1.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-bcmath": "to improve IPV4 host parsing",
|
"ext-bcmath": "to improve IPV4 host parsing",
|
||||||
|
"ext-dom": "to convert the URI into an HTML anchor tag",
|
||||||
"ext-fileinfo": "to create Data URI from file contennts",
|
"ext-fileinfo": "to create Data URI from file contennts",
|
||||||
"ext-gmp": "to improve IPV4 host parsing",
|
"ext-gmp": "to improve IPV4 host parsing",
|
||||||
"ext-intl": "to handle IDN host with the best performance",
|
"ext-intl": "to handle IDN host with the best performance",
|
||||||
|
"ext-uri": "to use the PHP native URI class",
|
||||||
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
|
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
|
||||||
"league/uri-components": "Needed to easily manipulate URI objects components",
|
"league/uri-components": "Needed to easily manipulate URI objects components",
|
||||||
|
"league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP",
|
||||||
"php-64bit": "to improve IPV4 host parsing",
|
"php-64bit": "to improve IPV4 host parsing",
|
||||||
|
"rowbot/url": "to handle WHATWG URL",
|
||||||
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -2383,6 +2388,7 @@
|
|||||||
"description": "URI manipulation library",
|
"description": "URI manipulation library",
|
||||||
"homepage": "https://uri.thephpleague.com",
|
"homepage": "https://uri.thephpleague.com",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"URN",
|
||||||
"data-uri",
|
"data-uri",
|
||||||
"file-uri",
|
"file-uri",
|
||||||
"ftp",
|
"ftp",
|
||||||
@@ -2395,9 +2401,11 @@
|
|||||||
"psr-7",
|
"psr-7",
|
||||||
"query-string",
|
"query-string",
|
||||||
"querystring",
|
"querystring",
|
||||||
|
"rfc2141",
|
||||||
"rfc3986",
|
"rfc3986",
|
||||||
"rfc3987",
|
"rfc3987",
|
||||||
"rfc6570",
|
"rfc6570",
|
||||||
|
"rfc8141",
|
||||||
"uri",
|
"uri",
|
||||||
"uri-template",
|
"uri-template",
|
||||||
"url",
|
"url",
|
||||||
@@ -2407,7 +2415,7 @@
|
|||||||
"docs": "https://uri.thephpleague.com",
|
"docs": "https://uri.thephpleague.com",
|
||||||
"forum": "https://thephpleague.slack.com",
|
"forum": "https://thephpleague.slack.com",
|
||||||
"issues": "https://github.com/thephpleague/uri-src/issues",
|
"issues": "https://github.com/thephpleague/uri-src/issues",
|
||||||
"source": "https://github.com/thephpleague/uri/tree/7.5.1"
|
"source": "https://github.com/thephpleague/uri/tree/7.6.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -2415,26 +2423,25 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-12-08T08:40:02+00:00"
|
"time": "2025-11-18T12:17:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/uri-interfaces",
|
"name": "league/uri-interfaces",
|
||||||
"version": "7.5.0",
|
"version": "7.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/uri-interfaces.git",
|
"url": "https://github.com/thephpleague/uri-interfaces.git",
|
||||||
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
|
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
|
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/ccbfb51c0445298e7e0b7f4481b942f589665368",
|
||||||
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
|
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-filter": "*",
|
"ext-filter": "*",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"psr/http-factory": "^1",
|
|
||||||
"psr/http-message": "^1.1 || ^2.0"
|
"psr/http-message": "^1.1 || ^2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@@ -2442,6 +2449,7 @@
|
|||||||
"ext-gmp": "to improve IPV4 host parsing",
|
"ext-gmp": "to improve IPV4 host parsing",
|
||||||
"ext-intl": "to handle IDN host with the best performance",
|
"ext-intl": "to handle IDN host with the best performance",
|
||||||
"php-64bit": "to improve IPV4 host parsing",
|
"php-64bit": "to improve IPV4 host parsing",
|
||||||
|
"rowbot/url": "to handle WHATWG URL",
|
||||||
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -2466,7 +2474,7 @@
|
|||||||
"homepage": "https://nyamsprod.com"
|
"homepage": "https://nyamsprod.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Common interfaces and classes for URI representation and interaction",
|
"description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
|
||||||
"homepage": "https://uri.thephpleague.com",
|
"homepage": "https://uri.thephpleague.com",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"data-uri",
|
"data-uri",
|
||||||
@@ -2491,7 +2499,7 @@
|
|||||||
"docs": "https://uri.thephpleague.com",
|
"docs": "https://uri.thephpleague.com",
|
||||||
"forum": "https://thephpleague.slack.com",
|
"forum": "https://thephpleague.slack.com",
|
||||||
"issues": "https://github.com/thephpleague/uri-src/issues",
|
"issues": "https://github.com/thephpleague/uri-src/issues",
|
||||||
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
|
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.6.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -2499,7 +2507,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-12-08T08:18:47+00:00"
|
"time": "2025-11-18T12:17:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "livewire/livewire",
|
"name": "livewire/livewire",
|
||||||
@@ -7273,16 +7281,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/sail",
|
"name": "laravel/sail",
|
||||||
"version": "v1.48.0",
|
"version": "v1.48.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/sail.git",
|
"url": "https://github.com/laravel/sail.git",
|
||||||
"reference": "1bf3b8870b72a258a3b6b5119435835ece522e8a"
|
"reference": "ef122b223f5fca5e5d88bda5127c846710886329"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/sail/zipball/1bf3b8870b72a258a3b6b5119435835ece522e8a",
|
"url": "https://api.github.com/repos/laravel/sail/zipball/ef122b223f5fca5e5d88bda5127c846710886329",
|
||||||
"reference": "1bf3b8870b72a258a3b6b5119435835ece522e8a",
|
"reference": "ef122b223f5fca5e5d88bda5127c846710886329",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -7332,7 +7340,7 @@
|
|||||||
"issues": "https://github.com/laravel/sail/issues",
|
"issues": "https://github.com/laravel/sail/issues",
|
||||||
"source": "https://github.com/laravel/sail"
|
"source": "https://github.com/laravel/sail"
|
||||||
},
|
},
|
||||||
"time": "2025-11-09T14:46:21+00:00"
|
"time": "2025-11-17T22:05:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mockery/mockery",
|
"name": "mockery/mockery",
|
||||||
@@ -8031,12 +8039,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "6c7e6e7ebf679f9228c82ec3f7a432b4e8df538e"
|
"reference": "f5e6f173e6c76902cae38eeb8b208bd7e5333063"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6c7e6e7ebf679f9228c82ec3f7a432b4e8df538e",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f5e6f173e6c76902cae38eeb8b208bd7e5333063",
|
||||||
"reference": "6c7e6e7ebf679f9228c82ec3f7a432b4e8df538e",
|
"reference": "f5e6f173e6c76902cae38eeb8b208bd7e5333063",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@@ -8089,7 +8097,7 @@
|
|||||||
"aws/aws-sdk-php": "<3.288.1",
|
"aws/aws-sdk-php": "<3.288.1",
|
||||||
"azuracast/azuracast": "<0.18.3",
|
"azuracast/azuracast": "<0.18.3",
|
||||||
"b13/seo_basics": "<0.8.2",
|
"b13/seo_basics": "<0.8.2",
|
||||||
"backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
|
"backdrop/backdrop": "<=1.32",
|
||||||
"backpack/crud": "<3.4.9",
|
"backpack/crud": "<3.4.9",
|
||||||
"backpack/filemanager": "<2.0.2|>=3,<3.0.9",
|
"backpack/filemanager": "<2.0.2|>=3,<3.0.9",
|
||||||
"bacula-web/bacula-web": "<9.7.1",
|
"bacula-web/bacula-web": "<9.7.1",
|
||||||
@@ -8215,7 +8223,7 @@
|
|||||||
"drupal/commerce_alphabank_redirect": "<1.0.3",
|
"drupal/commerce_alphabank_redirect": "<1.0.3",
|
||||||
"drupal/commerce_eurobank_redirect": "<2.1.1",
|
"drupal/commerce_eurobank_redirect": "<2.1.1",
|
||||||
"drupal/config_split": "<1.10|>=2,<2.0.2",
|
"drupal/config_split": "<1.10|>=2,<2.0.2",
|
||||||
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.3.14|>=10.4,<10.4.5|>=11,<11.0.13|>=11.1,<11.1.5",
|
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.4.9|>=10.5,<10.5.6|>=11,<11.1.9|>=11.2,<11.2.8",
|
||||||
"drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
"drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
||||||
"drupal/currency": "<3.5",
|
"drupal/currency": "<3.5",
|
||||||
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
||||||
@@ -8234,6 +8242,7 @@
|
|||||||
"drupal/quick_node_block": "<2",
|
"drupal/quick_node_block": "<2",
|
||||||
"drupal/rapidoc_elements_field_formatter": "<1.0.1",
|
"drupal/rapidoc_elements_field_formatter": "<1.0.1",
|
||||||
"drupal/reverse_proxy_header": "<1.1.2",
|
"drupal/reverse_proxy_header": "<1.1.2",
|
||||||
|
"drupal/simple_multistep": "<2",
|
||||||
"drupal/simple_oauth": ">=6,<6.0.7",
|
"drupal/simple_oauth": ">=6,<6.0.7",
|
||||||
"drupal/spamspan": "<3.2.1",
|
"drupal/spamspan": "<3.2.1",
|
||||||
"drupal/tfa": "<1.10",
|
"drupal/tfa": "<1.10",
|
||||||
@@ -8326,7 +8335,7 @@
|
|||||||
"geshi/geshi": "<=1.0.9.1",
|
"geshi/geshi": "<=1.0.9.1",
|
||||||
"getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
|
"getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
|
||||||
"getgrav/grav": "<1.7.46",
|
"getgrav/grav": "<1.7.46",
|
||||||
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1|>=5,<5.1.4",
|
||||||
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
||||||
"getkirby/panel": "<2.5.14",
|
"getkirby/panel": "<2.5.14",
|
||||||
"getkirby/starterkit": "<=3.7.0.2",
|
"getkirby/starterkit": "<=3.7.0.2",
|
||||||
@@ -8601,7 +8610,7 @@
|
|||||||
"phpmailer/phpmailer": "<6.5",
|
"phpmailer/phpmailer": "<6.5",
|
||||||
"phpmussel/phpmussel": ">=1,<1.6",
|
"phpmussel/phpmussel": ">=1,<1.6",
|
||||||
"phpmyadmin/phpmyadmin": "<5.2.2",
|
"phpmyadmin/phpmyadmin": "<5.2.2",
|
||||||
"phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
|
"phpmyfaq/phpmyfaq": "<=4.0.13",
|
||||||
"phpoffice/common": "<0.2.9",
|
"phpoffice/common": "<0.2.9",
|
||||||
"phpoffice/math": "<=0.2",
|
"phpoffice/math": "<=0.2",
|
||||||
"phpoffice/phpexcel": "<=1.8.2",
|
"phpoffice/phpexcel": "<=1.8.2",
|
||||||
@@ -8822,7 +8831,7 @@
|
|||||||
"thelia/thelia": ">=2.1,<2.1.3",
|
"thelia/thelia": ">=2.1,<2.1.3",
|
||||||
"theonedemon/phpwhois": "<=4.2.5",
|
"theonedemon/phpwhois": "<=4.2.5",
|
||||||
"thinkcmf/thinkcmf": "<6.0.8",
|
"thinkcmf/thinkcmf": "<6.0.8",
|
||||||
"thorsten/phpmyfaq": "<=4.0.1|>=4.0.7,<4.0.13",
|
"thorsten/phpmyfaq": "<=4.0.13",
|
||||||
"tikiwiki/tiki-manager": "<=17.1",
|
"tikiwiki/tiki-manager": "<=17.1",
|
||||||
"timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
|
"timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
|
||||||
"tinymce/tinymce": "<7.2",
|
"tinymce/tinymce": "<7.2",
|
||||||
@@ -9015,7 +9024,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-14T21:05:13+00:00"
|
"time": "2025-11-18T22:05:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
@@ -10429,16 +10438,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "theseer/tokenizer",
|
"name": "theseer/tokenizer",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/theseer/tokenizer.git",
|
"url": "https://github.com/theseer/tokenizer.git",
|
||||||
"reference": "d74205c497bfbca49f34d4bc4c19c17e22db4ebb"
|
"reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/d74205c497bfbca49f34d4bc4c19c17e22db4ebb",
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
|
||||||
"reference": "d74205c497bfbca49f34d4bc4c19c17e22db4ebb",
|
"reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -10467,7 +10476,7 @@
|
|||||||
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/theseer/tokenizer/issues",
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
||||||
"source": "https://github.com/theseer/tokenizer/tree/1.3.0"
|
"source": "https://github.com/theseer/tokenizer/tree/1.3.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -10475,7 +10484,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-13T13:44:09+00:00"
|
"time": "2025-11-17T20:03:58+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
|||||||
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1583,9 +1583,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/baseline-browser-mapping": {
|
"node_modules/baseline-browser-mapping": {
|
||||||
"version": "2.8.28",
|
"version": "2.8.29",
|
||||||
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.28.tgz",
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.29.tgz",
|
||||||
"integrity": "sha512-gYjt7OIqdM0PcttNYP2aVrr2G0bMALkBaoehD4BuRGjAOtipg0b6wHg1yNL+s5zSnLZZrGHOw4IrND8CD+3oIQ==",
|
"integrity": "sha512-sXdt2elaVnhpDNRDz+1BDx1JQoJRuNk7oVlAlbGiFkLikHCAQiccexF/9e91zVi6RCgqspl04aP+6Cnl9zRLrA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -1716,9 +1716,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron-to-chromium": {
|
"node_modules/electron-to-chromium": {
|
||||||
"version": "1.5.254",
|
"version": "1.5.256",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.254.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.256.tgz",
|
||||||
"integrity": "sha512-DcUsWpVhv9svsKRxnSCZ86SjD+sp32SGidNB37KpqXJncp1mfUgKbHvBomE89WJDbfVKw1mdv5+ikrvd43r+Bg==",
|
"integrity": "sha512-uqYq1IQhpXXLX+HgiXdyOZml7spy4xfy42yPxcCCRjswp0fYM2X+JwCON07lqnpLEGVCj739B7Yr+FngmHBMEQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
},
|
},
|
||||||
@@ -1880,9 +1880,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/form-data": {
|
"node_modules/form-data": {
|
||||||
"version": "4.0.4",
|
"version": "4.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
||||||
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user