From 33274196137cf90cbaad9d087f5d91ca861b3993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Oct 2018 13:18:52 +0000 Subject: [PATCH] Update babelify requirement from 6.4.0 to 10.0.0 Updates the requirements on [babelify](https://github.com/babel/babelify) to permit the latest version. - [Release notes](https://github.com/babel/babelify/releases) - [Commits](https://github.com/babel/babelify/commits/v10.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d6667..01d1bd5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "assemble": "^0.9.2", "autobind-decorator": "1.3.2", "babel": "5.8.23", - "babelify": "6.4.0", + "babelify": "10.0.0", "browser-sync": "2.9.11", "browserify": "11.2.0", "connect-history-api-fallback": "1.1.0",