Merge pull request #7757 from wallabag/dependabot/composer/willdurand/hateoas-3.11.0

This commit is contained in:
Jérémy Benoist 2024-11-04 06:50:32 +01:00 committed by GitHub
commit 6e7b699452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
composer.lock generated
View file

@ -10124,16 +10124,16 @@
},
{
"name": "symfony/expression-language",
"version": "v5.4.40",
"version": "v5.4.45",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
"reference": "77670d1e74086dc8d941a18f97097bbf988f2840"
"reference": "a784b66edc4c151eb05076d04707906ee2c209a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/77670d1e74086dc8d941a18f97097bbf988f2840",
"reference": "77670d1e74086dc8d941a18f97097bbf988f2840",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/a784b66edc4c151eb05076d04707906ee2c209a9",
"reference": "a784b66edc4c151eb05076d04707906ee2c209a9",
"shasum": ""
},
"require": {
@ -10167,7 +10167,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/expression-language/tree/v5.4.40"
"source": "https://github.com/symfony/expression-language/tree/v5.4.45"
},
"funding": [
{
@ -10183,7 +10183,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:33:22+00:00"
"time": "2024-10-04T14:55:40+00:00"
},
{
"name": "symfony/filesystem",
@ -15139,16 +15139,16 @@
},
{
"name": "willdurand/hateoas",
"version": "3.10.0",
"version": "3.11.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Hateoas.git",
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80"
"reference": "73fcb546b22df5d8e3483ba9a48820f499009acd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/5d7953f4b04b926cb4f2fb73568b654998eb2b80",
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/73fcb546b22df5d8e3483ba9a48820f499009acd",
"reference": "73fcb546b22df5d8e3483ba9a48820f499009acd",
"shasum": ""
},
"require": {
@ -15159,7 +15159,7 @@
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0 | ^8.0",
"doctrine/coding-standard": "^12.0",
"doctrine/persistence": "^1.3.4 | ^2.0 | ^3.0",
"pagerfanta/core": "^2.4 || ^3.0",
"phpdocumentor/type-resolver": "^1.5.1",
@ -15207,9 +15207,9 @@
"description": "A PHP library to support implementing representations for HATEOAS REST web services",
"support": {
"issues": "https://github.com/willdurand/Hateoas/issues",
"source": "https://github.com/willdurand/Hateoas/tree/3.10.0"
"source": "https://github.com/willdurand/Hateoas/tree/3.11.0"
},
"time": "2023-12-12T13:35:06+00:00"
"time": "2024-10-15T19:28:23+00:00"
},
{
"name": "willdurand/hateoas-bundle",