From 99d118516fabef5dbde2fd72043e9789d77e13dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 11:12:04 +0000 Subject: [PATCH] Bump babel-plugin-minify-type-constructors from 0.2.0 to 0.4.3 Bumps [babel-plugin-minify-type-constructors](https://github.com/babel/minify) from 0.2.0 to 0.4.3. - [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-minify-type-constructors@0.2.0...babel-plugin-minify-type-constructors@0.4.3) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++------------ package.json | 2 +- yarn.lock | 12 ++++-------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bc5163..0cee734 100644 --- a/package-lock.json +++ b/package-lock.json @@ -797,20 +797,12 @@ } }, "babel-plugin-minify-type-constructors": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.2.0.tgz", - "integrity": "sha512-NiOvvA9Pq6bki6nP4BayXwT5GZadw7DJFDDzHmkpnOQpENWe8RtHtKZM44MG1R6EQ5XxgbLdsdhswIzTkFlO5g==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz", + "integrity": "sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA=", "dev": true, "requires": { - "babel-helper-is-void-0": "0.2.0" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/babel-helper-is-void-0/-/babel-helper-is-void-0-0.2.0.tgz", - "integrity": "sha512-Axj1AYuD0E3Dl7nT3KxROP7VekEofz3XtEljzURf3fABalLpr8PamtgLFt+zuxtaCxRf9iuZmbAMMYWri5Bazw==", - "dev": true - } + "babel-helper-is-void-0": "^0.4.3" } }, "babel-plugin-transform-inline-consecutive-adds": { diff --git a/package.json b/package.json index 9f4d74a..16e0627 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-plugin-minify-mangle-names": "^0.5.0", "babel-plugin-minify-replace": "^0.2.0", "babel-plugin-minify-simplify": "^0.5.0", - "babel-plugin-minify-type-constructors": "^0.2.0", + "babel-plugin-minify-type-constructors": "^0.4.3", "babel-plugin-transform-inline-consecutive-adds": "^0.2.0", "babel-plugin-transform-member-expression-literals": "^6.8.5", "babel-plugin-transform-merge-sibling-variables": "^6.8.6", diff --git a/yarn.lock b/yarn.lock index d7fd204..cb01aaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -462,10 +462,6 @@ babel-helper-is-void-0@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.1.1.tgz#72f21a3abba0bef3837f9174fca731aed9a02888" -babel-helper-is-void-0@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.2.0.tgz#6ed0ada8a9b1c5b6e88af6b47c1b3b5c080860eb" - babel-helper-is-void-0@^0.4.3: version "0.4.3" resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e" @@ -676,11 +672,11 @@ babel-plugin-minify-type-constructors@^0.1.2: dependencies: babel-helper-is-void-0 "^0.1.1" -babel-plugin-minify-type-constructors@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.2.0.tgz#7f3b6458be0863cfd59e9985bed6d134aa7a2e17" +babel-plugin-minify-type-constructors@^0.4.3: + version "0.4.3" + resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz#1bc6f15b87f7ab1085d42b330b717657a2156500" dependencies: - babel-helper-is-void-0 "^0.2.0" + babel-helper-is-void-0 "^0.4.3" babel-plugin-syntax-async-functions@^6.8.0: version "6.13.0"