From edafa11b860934041d57209b28c69f7fde054f69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 10:29:16 +0000 Subject: [PATCH] Bump elm/browser from 1.0.1 to 1.0.2 in /frontend Bumps [elm/browser](https://github.com/elm/browser) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/elm/browser/releases) - [Commits](https://github.com/elm/browser/compare/1.0.1...1.0.2) 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 615893f..7b69868 100644 --- a/frontend/elm.json +++ b/frontend/elm.json @@ -6,7 +6,7 @@ "elm-version": "0.19.0", "dependencies": { "direct": { - "elm/browser": "1.0.1", + "elm/browser": "1.0.2", "elm/core": "1.0.4", "elm/html": "1.0.0", "elm/svg": "1.0.1",