Skip to content

Commit 7734d0e

Browse files
authored
[5.3] Update all dependencies (#44814)
1 parent 8af1fef commit 7734d0e

File tree

6 files changed

+2502
-2799
lines changed

6 files changed

+2502
-2799
lines changed

build/update_fido_cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Joomla.Build
45
*

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"joomla/console": "^3.0.1",
5959
"joomla/crypt": "^3.0.1",
6060
"joomla/data": "^3.0.1",
61-
"joomla/database": "^3.2",
61+
"joomla/database": "^3.3.1",
6262
"joomla/di": "^3.0.1",
6363
"joomla/event": "^3.0.1",
6464
"joomla/filter": "^3.0.2",
@@ -81,44 +81,44 @@
8181
"google/recaptcha": "^1.3.0",
8282
"laminas/laminas-diactoros": "^2.26.0",
8383
"paragonie/sodium_compat": "^1.21.1",
84-
"phpmailer/phpmailer": "^6.9.1",
84+
"phpmailer/phpmailer": "^6.9.3",
8585
"psr/link": "~1.1.1",
86-
"symfony/console": "^6.4.11",
87-
"symfony/error-handler": "^6.4.10",
88-
"symfony/ldap": "^6.4.8",
89-
"symfony/options-resolver": "^6.4.8",
90-
"symfony/polyfill-mbstring": "^1.30.0",
91-
"symfony/web-link": "^6.4.8",
92-
"symfony/yaml": "^6.4.11",
86+
"symfony/console": "^6.4.17",
87+
"symfony/error-handler": "^6.4.18",
88+
"symfony/ldap": "^6.4.13",
89+
"symfony/options-resolver": "^6.4.16",
90+
"symfony/polyfill-mbstring": "^1.31.0",
91+
"symfony/web-link": "^6.4.13",
92+
"symfony/yaml": "^6.4.18",
9393
"typo3/phar-stream-wrapper": "^4.0.0",
9494
"wamania/php-stemmer": "^4.0.0",
9595
"tobscure/json-api": "dev-joomla-backports",
9696
"willdurand/negotiation": "^3.1.0",
9797
"ext-json": "*",
9898
"ext-simplexml": "*",
99-
"psr/log": "^3.0.1",
99+
"psr/log": "^3.0.2",
100100
"ext-gd": "*",
101101
"web-auth/webauthn-lib": "4.5.2",
102102
"ext-dom": "*",
103-
"composer/ca-bundle": "^1.5.1",
104-
"dragonmantank/cron-expression": "^3.3.3",
103+
"composer/ca-bundle": "^1.5.5",
104+
"dragonmantank/cron-expression": "^3.4.0",
105105
"enshrined/svg-sanitize": "^0.21.0",
106106
"lcobucci/jwt": "^4.3.0",
107-
"web-token/jwt-library": "^3.4.6",
107+
"web-token/jwt-library": "^3.4.7",
108108
"phpseclib/bcmath_compat": "^2.0.3",
109109
"jfcherng/php-diff": "^6.16.2",
110110
"voku/portable-utf8": "dev-joomla-5.3 as 6.0.13",
111-
"php-tuf/php-tuf": "^1.0.1",
111+
"php-tuf/php-tuf": "^1.0.2",
112112
"php-debugbar/php-debugbar": "^2.1"
113113
},
114114
"require-dev": {
115-
"phpunit/phpunit": "^9.6.21",
116-
"friendsofphp/php-cs-fixer": "^3.64.0",
117-
"squizlabs/php_codesniffer": "^3.10.3",
115+
"phpunit/phpunit": "^9.6.22",
116+
"friendsofphp/php-cs-fixer": "^3.68.5",
117+
"squizlabs/php_codesniffer": "^3.11.3",
118118
"joomla/mediawiki": "^3.0",
119119
"joomla/test": "~3.0",
120-
"phpstan/phpstan": "^2.0",
121-
"phpstan/phpstan-deprecation-rules": "^2.0"
120+
"phpstan/phpstan": "^2.1.2",
121+
"phpstan/phpstan-deprecation-rules": "^2.0.1"
122122
},
123123
"replace": {
124124
"paragonie/random_compat": "9.99.99",

0 commit comments

Comments
 (0)