Skip to content
Snippets Groups Projects
Commit 0b3ee9fa authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/patch-all-minor-patch' into 'main'

fix(deps): update all non-major dependencies (patch)

See merge request !118
parents 3191aa5d f2593b82
Branches
Tags
1 merge request!118fix(deps): update all non-major dependencies (patch)
Pipeline #198956 passed
...@@ -169,11 +169,11 @@ ...@@ -169,11 +169,11 @@
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
"version": "v0.1.44", "version": "v0.1.45",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "56b699ad15de9d8c03a3800af0537531fbf6b961" "reference": "277aed04ce808a8fd1f4ed70257dd4900d5a08ba"
}, },
"require": { "require": {
"api-platform/core": "^2.6.8 <2.7.0", "api-platform/core": "^2.6.8 <2.7.0",
...@@ -194,6 +194,7 @@ ...@@ -194,6 +194,7 @@
"symfony/lock": "^5.4", "symfony/lock": "^5.4",
"symfony/messenger": "^5.4", "symfony/messenger": "^5.4",
"symfony/mime": "^5.4", "symfony/mime": "^5.4",
"symfony/process": "^5.4",
"symfony/security-bundle": "^5.4", "symfony/security-bundle": "^5.4",
"symfony/security-core": "^5.4", "symfony/security-core": "^5.4",
"symfony/security-guard": "^5.4", "symfony/security-guard": "^5.4",
...@@ -235,7 +236,7 @@ ...@@ -235,7 +236,7 @@
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"description": "The core bundle of the Relay API gateway", "description": "The core bundle of the Relay API gateway",
"time": "2022-10-06T14:41:22+00:00" "time": "2022-10-17T09:29:42+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -3160,16 +3161,16 @@ ...@@ -3160,16 +3161,16 @@
}, },
{ {
"name": "symfony/messenger", "name": "symfony/messenger",
"version": "v5.4.13", "version": "v5.4.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/messenger.git", "url": "https://github.com/symfony/messenger.git",
"reference": "8f8d3425991e627902f8288088609a8d8f6c6ea4" "reference": "de4b258a5551934460c422620b61cf0a35744f51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/8f8d3425991e627902f8288088609a8d8f6c6ea4", "url": "https://api.github.com/repos/symfony/messenger/zipball/de4b258a5551934460c422620b61cf0a35744f51",
"reference": "8f8d3425991e627902f8288088609a8d8f6c6ea4", "reference": "de4b258a5551934460c422620b61cf0a35744f51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3230,7 +3231,7 @@ ...@@ -3230,7 +3231,7 @@
"description": "Helps applications send and receive messages to/from other applications or via message queues", "description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/messenger/tree/v5.4.13" "source": "https://github.com/symfony/messenger/tree/v5.4.14"
}, },
"funding": [ "funding": [
{ {
...@@ -3246,7 +3247,7 @@ ...@@ -3246,7 +3247,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-09-17T07:31:22+00:00" "time": "2022-10-10T09:32:54+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
...@@ -4221,6 +4222,68 @@ ...@@ -4221,6 +4222,68 @@
], ],
"time": "2022-05-24T11:49:31+00:00" "time": "2022-05-24T11:49:31+00:00"
}, },
{
"name": "symfony/process",
"version": "v5.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.11"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-06-27T16:58:25+00:00"
},
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v5.4.11", "version": "v5.4.11",
...@@ -7473,16 +7536,16 @@ ...@@ -7473,16 +7536,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.8.9", "version": "1.8.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2" "reference": "0c4459dc42c568b818b3f25186589f3acddc1823"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0c4459dc42c568b818b3f25186589f3acddc1823",
"reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", "reference": "0c4459dc42c568b818b3f25186589f3acddc1823",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7512,7 +7575,7 @@ ...@@ -7512,7 +7575,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.8.9" "source": "https://github.com/phpstan/phpstan/tree/1.8.10"
}, },
"funding": [ "funding": [
{ {
...@@ -7528,7 +7591,7 @@ ...@@ -7528,7 +7591,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-13T13:40:18+00:00" "time": "2022-10-17T14:23:35+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -9694,68 +9757,6 @@ ...@@ -9694,68 +9757,6 @@
], ],
"time": "2022-10-07T08:01:20+00:00" "time": "2022-10-07T08:01:20+00:00"
}, },
{
"name": "symfony/process",
"version": "v5.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.11"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-06-27T16:58:25+00:00"
},
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v5.4.13", "version": "v5.4.13",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment