Skip to content

Commit 71b41e8

Browse files
authored
[5.2] Updating composer and npm dependencies (joomla#43939)
1 parent a1c3876 commit 71b41e8

File tree

3 files changed

+2439
-1530
lines changed

3 files changed

+2439
-1530
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,26 @@
5050
},
5151
"require": {
5252
"php": "^8.1.0",
53-
"joomla/application": "^3.0.1",
54-
"joomla/archive": "^3.0.1",
55-
"joomla/authentication": "~3.0",
56-
"joomla/console": "~3.0",
57-
"joomla/crypt": "~3.0",
58-
"joomla/data": "~3.0",
59-
"joomla/database": "~3.0",
60-
"joomla/di": "~3.0",
61-
"joomla/event": "~3.0",
53+
"joomla/application": "^3.0.2",
54+
"joomla/archive": "^3.0.2",
55+
"joomla/authentication": "^3.0.1",
56+
"joomla/console": "^3.0.1",
57+
"joomla/crypt": "^3.0.1",
58+
"joomla/data": "^3.0.1",
59+
"joomla/database": "^3.2",
60+
"joomla/di": "^3.0.1",
61+
"joomla/event": "^3.0.1",
6262
"joomla/filter": "^3.0.1",
63-
"joomla/filesystem": "~3.0",
63+
"joomla/filesystem": "^3.0.1",
6464
"joomla/http": "^3.0.1",
6565
"joomla/input": "~3.0",
6666
"joomla/language": "~3.0",
6767
"joomla/oauth1": "~3.0",
6868
"joomla/oauth2": "~3.0",
6969
"joomla/registry": "~3.0",
7070
"joomla/router": "~3.0",
71-
"joomla/session": "~3.0",
72-
"joomla/string": "~3.0",
71+
"joomla/session": "^3.0.1",
72+
"joomla/string": "^3.0.1",
7373
"joomla/uri": "~3.0",
7474
"joomla/utilities": "~3.0",
7575
"algo26-matthias/idna-convert": "^3.1.1",
@@ -78,19 +78,19 @@
7878
"fig/link-util": "^1.2.0",
7979
"google/recaptcha": "^1.3.0",
8080
"laminas/laminas-diactoros": "^2.26.0",
81-
"paragonie/sodium_compat": "^1.20",
81+
"paragonie/sodium_compat": "^1.21.1",
8282
"phpmailer/phpmailer": "^6.9.1",
8383
"psr/link": "~1.1.1",
84-
"symfony/console": "^6.4.4",
85-
"symfony/error-handler": "^6.4.4",
86-
"symfony/ldap": "^6.4.3",
87-
"symfony/options-resolver": "^6.4.0",
88-
"symfony/polyfill-mbstring": "^1.29.0",
89-
"symfony/web-link": "^6.4.3",
90-
"symfony/yaml": "^6.4.3",
84+
"symfony/console": "^6.4.10",
85+
"symfony/error-handler": "^6.4.10",
86+
"symfony/ldap": "^6.4.8",
87+
"symfony/options-resolver": "^6.4.8",
88+
"symfony/polyfill-mbstring": "^1.30.0",
89+
"symfony/web-link": "^6.4.8",
90+
"symfony/yaml": "^6.4.8",
9191
"typo3/phar-stream-wrapper": "^3.1.7",
9292
"wamania/php-stemmer": "^3.0.1",
93-
"maximebf/debugbar": "^1.21.3",
93+
"maximebf/debugbar": "^1.22.3",
9494
"tobscure/json-api": "dev-joomla-backports",
9595
"willdurand/negotiation": "^3.1.0",
9696
"ext-json": "*",
@@ -99,20 +99,20 @@
9999
"ext-gd": "*",
100100
"web-auth/webauthn-lib": "4.5.2",
101101
"ext-dom": "*",
102-
"composer/ca-bundle": "^1.5.0",
102+
"composer/ca-bundle": "^1.5.1",
103103
"dragonmantank/cron-expression": "^3.3.3",
104104
"enshrined/svg-sanitize": "^0.15.4",
105105
"lcobucci/jwt": "^4.3.0",
106-
"web-token/jwt-library": "^3.3.1",
106+
"web-token/jwt-library": "^3.4.6",
107107
"phpseclib/bcmath_compat": "^2.0.2",
108108
"jfcherng/php-diff": "^6.16.2",
109109
"voku/portable-utf8": "^6.0.13",
110110
"php-tuf/php-tuf": "^1.0.1"
111111
},
112112
"require-dev": {
113-
"phpunit/phpunit": "^9.6.17",
114-
"friendsofphp/php-cs-fixer": "^3.52.0",
115-
"squizlabs/php_codesniffer": "^3.9.0",
113+
"phpunit/phpunit": "^9.6.20",
114+
"friendsofphp/php-cs-fixer": "^3.59.3",
115+
"squizlabs/php_codesniffer": "^3.10.2",
116116
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
117117
"joomla/mediawiki": "^3.0",
118118
"joomla/test": "~3.0",

0 commit comments

Comments
 (0)