From 7145e3d974dd0615b233eeb8d9adbce04e19f49f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 04:44:55 +0000 Subject: [PATCH] Bump elm/core from 1.0.2 to 1.0.4 in /frontend Bumps [elm/core](https://github.com/elm/core) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/elm/core/releases) - [Changelog](https://github.com/elm/core/blob/master/changelog.md) - [Commits](https://github.com/elm/core/compare/1.0.2...1.0.4) Signed-off-by: dependabot-preview[bot] --- frontend/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/elm.json b/frontend/elm.json index 9d2d564..615893f 100644 --- a/frontend/elm.json +++ b/frontend/elm.json @@ -7,7 +7,7 @@ "dependencies": { "direct": { "elm/browser": "1.0.1", - "elm/core": "1.0.2", + "elm/core": "1.0.4", "elm/html": "1.0.0", "elm/svg": "1.0.1", "elm-community/maybe-extra": "5.0.0"