Merge pull request #334 from brianlovin/dependabot/npm_and_yarn/babel/plugin-transform-flow-strip-types-7.6.3

This commit is contained in:
dependabot-preview[bot] 2019-10-10 23:06:17 +00:00 committed by GitHub
commit 11c233eac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

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

View file

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