From 7f68422f10a302f34f98006d7924da1de8b6a16d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:56:18 +0000 Subject: [PATCH] build(deps-dev): bump babelify from 8.0.0 to 10.0.0 Bumps [babelify](https://github.com/babel/babelify) from 8.0.0 to 10.0.0. - [Release notes](https://github.com/babel/babelify/releases) - [Commits](https://github.com/babel/babelify/compare/v8.0.0...v10.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c54844..db5c5f3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", - "babelify": "^8.0.0", + "babelify": "^10.0.0", "browserify": "^16.2.3", "chai": "^4.2.0", "coveralls": "^3.0.1",