diff --git a/package-lock.json b/package-lock.json index 11c9b9a..aaa4ed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -995,9 +995,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 57d2978..53218ef 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@babel/core": "^7.6.4", - "@babel/plugin-transform-flow-strip-types": "^7.4.4", + "@babel/plugin-transform-flow-strip-types": "^7.6.3", "@babel/preset-flow": "^7.0.0", "@cypress/browserify-preprocessor": "^2.1.1", "babel-eslint": "^10.0.3",