Skip to content
Snippets Groups Projects
Commit e23a67cc 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 !83
parents 3366f6b5 034081db
No related branches found
No related tags found
1 merge request!83fix(deps): update all non-major dependencies (patch)
Pipeline #88041 passed
...@@ -281,11 +281,11 @@ ...@@ -281,11 +281,11 @@
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
"version": "v0.1.31", "version": "v0.1.32",
"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": "52ce43ce77b434e6a028dbbf0953e9891fdf7c41" "reference": "b7b60c7505b42a042dac8869b3e837d73fb9da5e"
}, },
"require": { "require": {
"api-platform/core": "^2.6.6", "api-platform/core": "^2.6.6",
...@@ -344,7 +344,8 @@ ...@@ -344,7 +344,8 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2022-02-10T14:08:31+00:00" "description": "The core bundle of the Relay API gateway",
"time": "2022-02-15T09:59:16+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -3276,16 +3277,16 @@ ...@@ -3276,16 +3277,16 @@
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
"version": "v1.18.3", "version": "v1.18.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/flex.git", "url": "https://github.com/symfony/flex.git",
"reference": "d40a6b176b70ea323af2b08507319d1c417520fd" "reference": "10e438f53a972439675dc720706f0cd5c0ed94f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/d40a6b176b70ea323af2b08507319d1c417520fd", "url": "https://api.github.com/repos/symfony/flex/zipball/10e438f53a972439675dc720706f0cd5c0ed94f1",
"reference": "d40a6b176b70ea323af2b08507319d1c417520fd", "reference": "10e438f53a972439675dc720706f0cd5c0ed94f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3321,7 +3322,7 @@ ...@@ -3321,7 +3322,7 @@
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"support": { "support": {
"issues": "https://github.com/symfony/flex/issues", "issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.18.3" "source": "https://github.com/symfony/flex/tree/v1.18.5"
}, },
"funding": [ "funding": [
{ {
...@@ -3337,7 +3338,7 @@ ...@@ -3337,7 +3338,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-27T10:24:58+00:00" "time": "2022-02-16T17:26:46+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
...@@ -8689,16 +8690,16 @@ ...@@ -8689,16 +8690,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "9.2.10", "version": "9.2.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "d5850aaf931743067f4bfc1ae4cbd06468400687" "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/665a1ac0a763c51afc30d6d130dac0813092b17f",
"reference": "d5850aaf931743067f4bfc1ae4cbd06468400687", "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8754,7 +8755,7 @@ ...@@ -8754,7 +8755,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.11"
}, },
"funding": [ "funding": [
{ {
...@@ -8762,7 +8763,7 @@ ...@@ -8762,7 +8763,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-12-05T09:12:13+00:00" "time": "2022-02-18T12:46:09+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -9007,16 +9008,16 @@ ...@@ -9007,16 +9008,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.5.13", "version": "9.5.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "597cb647654ede35e43b137926dfdfef0fb11743" "reference": "1883687169c017d6ae37c58883ca3994cfc34189"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/597cb647654ede35e43b137926dfdfef0fb11743", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1883687169c017d6ae37c58883ca3994cfc34189",
"reference": "597cb647654ede35e43b137926dfdfef0fb11743", "reference": "1883687169c017d6ae37c58883ca3994cfc34189",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9094,7 +9095,7 @@ ...@@ -9094,7 +9095,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.13" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.14"
}, },
"funding": [ "funding": [
{ {
...@@ -9106,7 +9107,7 @@ ...@@ -9106,7 +9107,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-01-24T07:33:35+00:00" "time": "2022-02-18T12:54:07+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
...@@ -9614,16 +9615,16 @@ ...@@ -9614,16 +9615,16 @@
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
"version": "5.0.4", "version": "5.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git", "url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "19c519631c5a511b7ed0ad64a6713fdb3fd25fe4" "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/19c519631c5a511b7ed0ad64a6713fdb3fd25fe4", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "19c519631c5a511b7ed0ad64a6713fdb3fd25fe4", "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9666,7 +9667,7 @@ ...@@ -9666,7 +9667,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues", "issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.4" "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
}, },
"funding": [ "funding": [
{ {
...@@ -9674,7 +9675,7 @@ ...@@ -9674,7 +9675,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-02-10T07:01:19+00:00" "time": "2022-02-14T08:28:10+00:00"
}, },
{ {
"name": "sebastian/lines-of-code", "name": "sebastian/lines-of-code",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment