From f5b7772af2110672a33616e5663459dec6cfbdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:13:20 +0000 Subject: [PATCH] build(deps): bump elm-explorations/test from 2.1.2 to 2.2.0 in /review Bumps [elm-explorations/test](https://github.com/elm-explorations/test) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/elm-explorations/test/blob/master/CHANGELOG.md) - [Commits](https://github.com/elm-explorations/test/compare/2.1.2...2.2.0) --- updated-dependencies: - dependency-name: elm-explorations/test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- review/elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/review/elm.json b/review/elm.json index 78cedc4..2b3158e 100644 --- a/review/elm.json +++ b/review/elm.json @@ -26,7 +26,7 @@ "elm/time": "1.0.0", "elm/virtual-dom": "1.0.3", "elm-community/maybe-extra": "5.3.0", - "elm-explorations/test": "2.1.2", + "elm-explorations/test": "2.2.0", "miniBill/elm-unicode": "1.0.3", "rtfeldman/elm-hex": "1.0.0", "stil4m/structured-writer": "1.0.3" @@ -34,7 +34,7 @@ }, "test-dependencies": { "direct": { - "elm-explorations/test": "2.1.2" + "elm-explorations/test": "2.2.0" }, "indirect": {} }