From ce29ee74ed29f3688ac0c064255395900a8441b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:01:50 +0000 Subject: [PATCH] composer(deps): bump doctrine/dbal from 3.4.0 to 3.4.1 Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: doctrine/dbal dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index f4fc144e..cf82cd46 100644 --- a/composer.lock +++ b/composer.lock @@ -389,16 +389,16 @@ }, { "name": "doctrine/dbal", - "version": "3.4.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "118a360e9437e88d49024f36283c8bcbd76105f5" + "reference": "94e016428884227245fb1219e0de7d8b86ca16d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/118a360e9437e88d49024f36283c8bcbd76105f5", - "reference": "118a360e9437e88d49024f36283c8bcbd76105f5", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/94e016428884227245fb1219e0de7d8b86ca16d7", + "reference": "94e016428884227245fb1219e0de7d8b86ca16d7", "shasum": "" }, "require": { @@ -480,7 +480,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.4.0" + "source": "https://github.com/doctrine/dbal/tree/3.4.1" }, "funding": [ { @@ -496,7 +496,7 @@ "type": "tidelift" } ], - "time": "2022-08-06T20:35:57+00:00" + "time": "2022-08-16T18:37:46+00:00" }, { "name": "doctrine/deprecations",