From 8f508a9ebc0afd43d7d0de1104815a87a0a192c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Dec 2017 23:12:05 +0000 Subject: [PATCH] Update babel-plugin-minify-mangle-names requirement to ^0.2.0 Updates the requirements on [babel-plugin-minify-mangle-names](https://github.com/babel/minify) to permit the latest version. - [Release notes](https://github.com/babel/minify/releases) - [Changelog](https://github.com/babel/minify/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/minify/commits/gulp-babel-minify@0.2.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7263113..d6df880 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "babel-cli": "^6.24.0", "babel-plugin-minify-constant-folding": "^0.0.4", - "babel-plugin-minify-mangle-names": "^0.0.8", + "babel-plugin-minify-mangle-names": "^0.2.0", "babel-plugin-transform-async-generator-functions": "^6.22.0", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0",