From d8f5edc1a260d9fbe6707b4caed4c7b9321c9fa0 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-constant-folding requirement to ^0.2.0 Updates the requirements on [babel-plugin-minify-constant-folding](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..e5c403d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "babel-cli": "^6.24.0", - "babel-plugin-minify-constant-folding": "^0.0.4", + "babel-plugin-minify-constant-folding": "^0.2.0", "babel-plugin-minify-mangle-names": "^0.0.8", "babel-plugin-transform-async-generator-functions": "^6.22.0", "babel-plugin-transform-es2015-destructuring": "^6.23.0",