From aede1648edbb98a075c3527f19f7dafd71c59189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 07:02:11 +0000 Subject: [PATCH] Bump elm-explorations/test from 2.2.0 to 2.2.1 in /review Bumps [elm-explorations/test](https://github.com/elm-explorations/test) from 2.2.0 to 2.2.1. - [Changelog](https://github.com/elm-explorations/test/blob/master/CHANGELOG.md) - [Commits](https://github.com/elm-explorations/test/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: elm-explorations/test dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6c020ba5c..aebf4ea80 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/list-extra": "8.5.2", - "elm-explorations/test": "2.2.0", + "elm-explorations/test": "2.2.1", "miniBill/elm-unicode": "1.0.2", "rtfeldman/elm-hex": "1.0.0", "stil4m/structured-writer": "1.0.3" @@ -34,7 +34,7 @@ }, "test-dependencies": { "direct": { - "elm-explorations/test": "2.2.0" + "elm-explorations/test": "2.2.1" }, "indirect": {} }