Fixes CVE-2024-24821

This commit is contained in:
Joël Pittet 2024-02-09 17:04:34 -08:00
parent 513ea67e7d
commit 13335b19e9

20
composer.lock generated
View file

@ -12647,16 +12647,16 @@
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
"version": "2.6.6", "version": "2.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/composer.git", "url": "https://github.com/composer/composer.git",
"reference": "683557bd2466072777309d039534bb1332d0dda5" "reference": "aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/683557bd2466072777309d039534bb1332d0dda5", "url": "https://api.github.com/repos/composer/composer/zipball/aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc",
"reference": "683557bd2466072777309d039534bb1332d0dda5", "reference": "aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12674,7 +12674,7 @@
"seld/jsonlint": "^1.4", "seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2", "seld/phar-utils": "^1.2",
"seld/signal-handler": "^2.0", "seld/signal-handler": "^2.0",
"symfony/console": "^5.4.11 || ^6.0.11", "symfony/console": "^5.4.11 || ^6.0.11 || ^7",
"symfony/filesystem": "^5.4 || ^6.0 || ^7", "symfony/filesystem": "^5.4 || ^6.0 || ^7",
"symfony/finder": "^5.4 || ^6.0 || ^7", "symfony/finder": "^5.4 || ^6.0 || ^7",
"symfony/polyfill-php73": "^1.24", "symfony/polyfill-php73": "^1.24",
@ -12688,7 +12688,7 @@
"phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1", "phpstan/phpstan-strict-rules": "^1",
"phpstan/phpstan-symfony": "^1.2.10", "phpstan/phpstan-symfony": "^1.2.10",
"symfony/phpunit-bridge": "^6.0 || ^7" "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
}, },
"suggest": { "suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@ -12701,7 +12701,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.6-dev" "dev-main": "2.7-dev"
}, },
"phpstan": { "phpstan": {
"includes": [ "includes": [
@ -12741,7 +12741,7 @@
"irc": "ircs://irc.libera.chat:6697/composer", "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues", "issues": "https://github.com/composer/composer/issues",
"security": "https://github.com/composer/composer/security/policy", "security": "https://github.com/composer/composer/security/policy",
"source": "https://github.com/composer/composer/tree/2.6.6" "source": "https://github.com/composer/composer/tree/2.7.1"
}, },
"funding": [ "funding": [
{ {
@ -12757,7 +12757,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-08T17:32:26+00:00" "time": "2024-02-09T14:26:28+00:00"
}, },
{ {
"name": "composer/metadata-minifier", "name": "composer/metadata-minifier",
@ -17088,5 +17088,5 @@
"ext-pdo": "*" "ext-pdo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }