From fc76ce74cbaa72a4a06c3fe54e10c24798dffff0 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 21 Mar 2020 13:36:15 -0700 Subject: [PATCH] ui: bump elm indirect versions --- ui/elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/elm.json b/ui/elm.json index acb6d2c..89b978c 100644 --- a/ui/elm.json +++ b/ui/elm.json @@ -20,8 +20,8 @@ "ryannhg/date-format": "2.1.0" }, "indirect": { - "elm/bytes": "1.0.3", - "elm/file": "1.0.1", + "elm/bytes": "1.0.8", + "elm/file": "1.0.5", "elm/regex": "1.0.0", "elm/virtual-dom": "1.0.2", "myrho/elm-round": "1.0.4"