From d83cce32f0fc5e2fc2f97c998b66db70e52e59f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Mar 2019 21:22:26 +0000 Subject: [PATCH] Bump babel-plugin-transform-remove-undefined from 0.4.3 to 0.5.0 Bumps [babel-plugin-transform-remove-undefined](https://github.com/babel/minify) from 0.4.3 to 0.5.0. - [Release notes](https://github.com/babel/minify/releases) - [Changelog](https://github.com/babel/minify/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/minify/compare/babel-plugin-transform-remove-undefined@0.4.3...babel-plugin-transform-remove-undefined@0.5.0) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3073e9e..4c07e50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1603,12 +1603,20 @@ "dev": true }, "babel-plugin-transform-remove-undefined": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.4.3.tgz", - "integrity": "sha1-1AsNp/kcCMBsxyt2dHTAHEiU3gI=", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz", + "integrity": "sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ==", "dev": true, "requires": { - "babel-helper-evaluate-path": "0.4.3" + "babel-helper-evaluate-path": "^0.5.0" + }, + "dependencies": { + "babel-helper-evaluate-path": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz", + "integrity": "sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==", + "dev": true + } } }, "babel-plugin-transform-simplify-comparison-operators": { diff --git a/package.json b/package.json index 14f9f1f..d626015 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "babel-plugin-transform-property-literals": "^6.9.4", "babel-plugin-transform-remove-console": "^6.9.4", "babel-plugin-transform-remove-debugger": "^6.9.4", - "babel-plugin-transform-remove-undefined": "^0.4.3", + "babel-plugin-transform-remove-undefined": "^0.5.0", "babel-plugin-transform-simplify-comparison-operators": "^6.9.4", "babel-plugin-transform-undefined-to-void": "^6.9.4", "babel-polyfill": "^6.26.0",