29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 23:02:55 +00:00

Update dependencies (#40783)

* Update dependencies

* update

* update npm
This commit is contained in:
Allon Moritz 2023-06-23 12:33:35 +02:00 committed by GitHub
parent 25f4ce169e
commit e5eb843950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1746 additions and 1568 deletions

View File

@ -67,7 +67,7 @@
"joomla/uri": "^2.0.4",
"joomla/utilities": "^2.0.1",
"algo26-matthias/idna-convert": "^3.1.0",
"defuse/php-encryption": "^2.3.1",
"defuse/php-encryption": "^2.4.0",
"doctrine/inflector": "^1.4.4",
"fig/link-util": "^1.1.2",
"google/recaptcha": "^1.2.4",
@ -75,8 +75,8 @@
"paragonie/sodium_compat": "^1.20",
"phpmailer/phpmailer": "^6.8.0",
"psr/link": "~1.0.0",
"symfony/console": "^5.4.23",
"symfony/error-handler": "^5.4.23",
"symfony/console": "^5.4.24",
"symfony/error-handler": "^5.4.24",
"symfony/ldap": "^5.4.22",
"symfony/options-resolver": "^5.4.21",
"symfony/polyfill-mbstring": "^1.27.0",
@ -95,13 +95,13 @@
"psr/log": "^1.1.4",
"ext-gd": "*",
"web-auth/webauthn-lib": "2.1.*",
"composer/ca-bundle": "^1.3.5",
"composer/ca-bundle": "^1.3.6",
"dragonmantank/cron-expression": "^3.3.2",
"enshrined/svg-sanitize": "^0.15.4",
"lcobucci/jwt": "^3.4.6",
"web-token/signature-pack": "^2.2.11",
"phpseclib/bcmath_compat": "^2.0.1",
"jfcherng/php-diff": "^6.10.12",
"jfcherng/php-diff": "^6.10.14",
"voku/portable-utf8": "6.0.12 as 5.4.0"
},
"require-dev": {

124
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6bb4d09fdd7e19ed8e95fd744a620e80",
"content-hash": "a38b6b2972c0808c96e8507f2e7fab46",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@ -187,16 +187,16 @@
},
{
"name": "composer/ca-bundle",
"version": "1.3.5",
"version": "1.3.6",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb",
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb",
"shasum": ""
},
"require": {
@ -243,7 +243,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.3.5"
"source": "https://github.com/composer/ca-bundle/tree/1.3.6"
},
"funding": [
{
@ -259,20 +259,20 @@
"type": "tidelift"
}
],
"time": "2023-01-11T08:27:00+00:00"
"time": "2023-06-06T12:02:59+00:00"
},
{
"name": "defuse/php-encryption",
"version": "v2.3.1",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
"shasum": ""
},
"require": {
@ -281,7 +281,8 @@
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
"phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
"yoast/phpunit-polyfills": "^2.0.0"
},
"bin": [
"bin/generate-defuse-key"
@ -323,9 +324,9 @@
],
"support": {
"issues": "https://github.com/defuse/php-encryption/issues",
"source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
"source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
},
"time": "2021-04-09T23:57:26+00:00"
"time": "2023-06-19T06:10:36+00:00"
},
{
"name": "doctrine/inflector",
@ -812,16 +813,16 @@
},
{
"name": "jfcherng/php-diff",
"version": "6.10.12",
"version": "6.10.14",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-diff.git",
"reference": "1e449e499694ae6ba8020b998922c8739ae432ea"
"reference": "38b6e816badaa97f75541484d6c3d7c3e5dbca78"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jfcherng/php-diff/zipball/1e449e499694ae6ba8020b998922c8739ae432ea",
"reference": "1e449e499694ae6ba8020b998922c8739ae432ea",
"url": "https://api.github.com/repos/jfcherng/php-diff/zipball/38b6e816badaa97f75541484d6c3d7c3e5dbca78",
"reference": "38b6e816badaa97f75541484d6c3d7c3e5dbca78",
"shasum": ""
},
"require": {
@ -866,7 +867,7 @@
],
"support": {
"issues": "https://github.com/jfcherng/php-diff/issues",
"source": "https://github.com/jfcherng/php-diff/tree/6.10.12"
"source": "https://github.com/jfcherng/php-diff/tree/6.10.14"
},
"funding": [
{
@ -874,7 +875,7 @@
"type": "custom"
}
],
"time": "2023-05-21T08:10:37+00:00"
"time": "2023-06-15T12:31:21+00:00"
},
{
"name": "jfcherng/php-mb-string",
@ -3193,16 +3194,16 @@
},
{
"name": "phpseclib/phpseclib",
"version": "3.0.19",
"version": "3.0.20",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "cc181005cf548bfd8a4896383bb825d859259f95"
"reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95",
"reference": "cc181005cf548bfd8a4896383bb825d859259f95",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67",
"reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67",
"shasum": ""
},
"require": {
@ -3283,7 +3284,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.19"
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.20"
},
"funding": [
{
@ -3299,7 +3300,7 @@
"type": "tidelift"
}
],
"time": "2023-03-05T17:13:09+00:00"
"time": "2023-06-13T06:30:34+00:00"
},
{
"name": "psr/container",
@ -3849,16 +3850,16 @@
},
{
"name": "symfony/console",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c"
"reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/90f21e27d0d88ce38720556dd164d4a1e4c3934c",
"reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c",
"url": "https://api.github.com/repos/symfony/console/zipball/560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",
"reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",
"shasum": ""
},
"require": {
@ -3928,7 +3929,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.23"
"source": "https://github.com/symfony/console/tree/v5.4.24"
},
"funding": [
{
@ -3944,7 +3945,7 @@
"type": "tidelift"
}
],
"time": "2023-04-24T18:47:29+00:00"
"time": "2023-05-26T05:13:16+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -4015,16 +4016,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "218206b4772d9f412d7d277980c020d06e9d8a4e"
"reference": "c1b9be3b8a6f60f720bec28c4ffb6fb5b00a8946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/218206b4772d9f412d7d277980c020d06e9d8a4e",
"reference": "218206b4772d9f412d7d277980c020d06e9d8a4e",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/c1b9be3b8a6f60f720bec28c4ffb6fb5b00a8946",
"reference": "c1b9be3b8a6f60f720bec28c4ffb6fb5b00a8946",
"shasum": ""
},
"require": {
@ -4066,7 +4067,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.23"
"source": "https://github.com/symfony/error-handler/tree/v5.4.24"
},
"funding": [
{
@ -4082,7 +4083,7 @@
"type": "tidelift"
}
],
"time": "2023-04-17T10:03:27+00:00"
"time": "2023-05-02T16:13:31+00:00"
},
{
"name": "symfony/ldap",
@ -5129,16 +5130,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "9a8a5b6d6508928174ded2109e29328a55342a42"
"reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/9a8a5b6d6508928174ded2109e29328a55342a42",
"reference": "9a8a5b6d6508928174ded2109e29328a55342a42",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/8e12706bf9c68a2da633f23bfdc15b4dce5970b3",
"reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3",
"shasum": ""
},
"require": {
@ -5147,7 +5148,6 @@
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
@ -5198,7 +5198,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.23"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.24"
},
"funding": [
{
@ -5214,7 +5214,7 @@
"type": "tidelift"
}
],
"time": "2023-04-18T09:26:27+00:00"
"time": "2023-05-25T13:05:00+00:00"
},
{
"name": "symfony/web-link",
@ -7005,25 +7005,29 @@
},
{
"name": "doctrine/deprecations",
"version": "v1.0.0",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@ -7042,9 +7046,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
"source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
},
"time": "2022-05-02T15:47:09+00:00"
"time": "2023-06-03T09:27:29+00:00"
},
{
"name": "doctrine/instantiator",
@ -9656,16 +9660,16 @@
},
{
"name": "symfony/process",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "4b842fc4b61609e0a155a114082bd94e31e98287"
"reference": "e3c46cc5689c8782944274bb30702106ecbe3b64"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/4b842fc4b61609e0a155a114082bd94e31e98287",
"reference": "4b842fc4b61609e0a155a114082bd94e31e98287",
"url": "https://api.github.com/repos/symfony/process/zipball/e3c46cc5689c8782944274bb30702106ecbe3b64",
"reference": "e3c46cc5689c8782944274bb30702106ecbe3b64",
"shasum": ""
},
"require": {
@ -9698,7 +9702,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.23"
"source": "https://github.com/symfony/process/tree/v5.4.24"
},
"funding": [
{
@ -9714,7 +9718,7 @@
"type": "tidelift"
}
],
"time": "2023-04-18T13:50:24+00:00"
"time": "2023-05-17T11:26:05+00:00"
},
{
"name": "symfony/stopwatch",

3158
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@
"@claviska/jquery-minicolors": "^2.3.6",
"@fortawesome/fontawesome-free": "^5.15.4",
"@joomla/joomla-a11y-checker": "^1.0.0",
"@popperjs/core": "^2.11.7",
"@popperjs/core": "^2.11.8",
"@webcomponents/webcomponentsjs": "^2.8.0",
"accessibility": "^3.0.17",
"awesomplete": "^1.1.5",
@ -50,7 +50,7 @@
"codemirror": "^5.65.13",
"cropperjs": "^1.5.13",
"diff": "^5.1.0",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"dragula": "^3.7.3",
"focus-visible": "^5.2.0",
"hotkeys-js": "^3.10.2",
@ -73,8 +73,8 @@
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@dgrammatiko/compress": "^1.0.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
@ -84,10 +84,10 @@
"autoprefixer": "^10.4.14",
"chokidar": "^3.5.3",
"commander": "^8.3.0",
"core-js": "^3.30.2",
"core-js": "^3.31.0",
"cssnano": "^5.1.15",
"cypress": "^12.12.0",
"eslint": "^8.41.0",
"cypress": "^12.15.0",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^8.7.1",
@ -96,20 +96,20 @@
"jasmine-core": "^3.99.1",
"joomla-cypress": "^0.0.16",
"mysql": "^2.18.1",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"postcss-scss": "^4.0.6",
"postgres": "^3.3.4",
"postgres": "^3.3.5",
"recursive-readdir": "^2.2.3",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-vue": "^6.0.0",
"rtlcss": "^3.5.0",
"sass-embedded": "^1.62.0",
"sass-embedded": "^1.63.6",
"smtp-tester": "^2.0.1",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.7.0",
"terser": "^5.17.6"
"terser": "^5.18.1"
}
}