mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #382 from brianlovin/dependabot/npm_and_yarn/babel/preset-flow-7.7.4
This commit is contained in:
commit
df64efd09b
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -2185,13 +2185,13 @@
|
|||
}
|
||||
},
|
||||
"@babel/preset-flow": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.0.0.tgz",
|
||||
"integrity": "sha512-bJOHrYOPqJZCkPVbG1Lot2r5OSsB+iUOaxiHdlOeB1yPWS6evswVHwvkDLZ54WTaTRIk89ds0iHmGZSnxlPejQ==",
|
||||
"version": "7.7.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.7.4.tgz",
|
||||
"integrity": "sha512-6LbUqcHD8BcRtXMOp5bc5nJeU8RlKh6q5U8TgZeCrf9ebBdW8Wyy5ujAUnbJfmzQ56Kkq5XtwErC/5+5RHyFYA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/helper-plugin-utils": "^7.0.0",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.0.0"
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.7.4"
|
||||
}
|
||||
},
|
||||
"@babel/preset-react": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.7.4",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"@babel/preset-flow": "^7.7.4",
|
||||
"@cypress/browserify-preprocessor": "^2.1.1",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-plugin-styled-components": "^1.10.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue