From c862524b0ebaa5840ca1b1fb9ea31b3e41bef076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:09:47 +0000 Subject: [PATCH] Bump mithril from 0.2.8 to 2.0.4 in /mithril Bumps [mithril](https://github.com/MithrilJS/mithril.js) from 0.2.8 to 2.0.4. - [Release notes](https://github.com/MithrilJS/mithril.js/releases) - [Commits](https://github.com/MithrilJS/mithril.js/compare/v0.2.8...v2.0.4) Signed-off-by: dependabot[bot] --- mithril/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 mithril/package.json diff --git a/mithril/package.json b/mithril/package.json old mode 100755 new mode 100644 index 087e57a..97b4fce --- a/mithril/package.json +++ b/mithril/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "mithril": "~0.2.0", + "mithril": "~2.0.4", "todomvc-app-css": "^2.1.0", "todomvc-common": "^1.0.1" }