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",