From eb1fb8208910c1fefed55c4aa9492383ec9d8a08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 14:10:44 +0000 Subject: [PATCH] Bump @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.6.3 (#6118) Bumps [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel) from 7.4.4 to 7.6.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.6.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7026c020..2ab95356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -820,9 +820,9 @@ } }, "@babel/plugin-transform-flow-strip-types": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.4.4.tgz", - "integrity": "sha512-WyVedfeEIILYEaWGAUWzVNyqG4sfsNooMhXWsu/YzOvVGcsnPb5PguysjJqI3t3qiaYj0BR8T2f5njdjTGe44Q==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.6.3.tgz", + "integrity": "sha512-l0ETkyEofkqFJ9LS6HChNIKtVJw2ylKbhYMlJ5C6df+ldxxaLIyXY4yOdDQQspfFpV8/vDiaWoJlvflstlYNxg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", diff --git a/package.json b/package.json index dfbc2c85..d05c6055 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@babel/cli": "7.6.3", "@babel/core": "7.6.2", "@babel/plugin-proposal-object-rest-spread": "7.6.2", - "@babel/plugin-transform-flow-strip-types": "7.4.4", + "@babel/plugin-transform-flow-strip-types": "7.6.3", "@babel/preset-env": "7.6.3", "@parse/minami": "1.0.0", "apollo-cache-inmemory": "1.6.3",