From 984122ea372e299813486795875178589f1ca1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:13:30 +0000 Subject: [PATCH] Bump elm-community/list-extra from 8.5.2 to 8.7.0 in /client Bumps [elm-community/list-extra](https://github.com/elm-community/list-extra) from 8.5.2 to 8.7.0. - [Release notes](https://github.com/elm-community/list-extra/releases) - [Changelog](https://github.com/elm-community/list-extra/blob/master/ChangeLog.md) - [Commits](https://github.com/elm-community/list-extra/compare/8.5.2...8.7.0) --- updated-dependencies: - dependency-name: elm-community/list-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/elm.json b/client/elm.json index b4b0f175..cc56314f 100644 --- a/client/elm.json +++ b/client/elm.json @@ -19,7 +19,7 @@ "elm/time": "1.0.0", "elm/url": "1.0.0", "elm-community/dict-extra": "2.4.0", - "elm-community/list-extra": "8.5.2", + "elm-community/list-extra": "8.7.0", "elm-community/random-extra": "3.2.0", "fapian/elm-html-aria": "1.4.0", "lattyware/elm-fontawesome": "6.0.0",