mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Bump @babel/preset-flow from 7.10.4 to 7.12.1 (#631)
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) from 7.10.4 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-preset-flow) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a188ac298e
commit
55307d0259
2 changed files with 7 additions and 7 deletions
|
|
@ -31,7 +31,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.12.0",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.12.1",
|
||||
"@babel/preset-flow": "^7.10.4",
|
||||
"@babel/preset-flow": "^7.12.1",
|
||||
"@cypress/browserify-preprocessor": "^3.0.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-plugin-styled-components": "^1.11.1",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -1005,7 +1005,7 @@
|
|||
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.7.4"
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
|
||||
"@babel/plugin-transform-flow-strip-types@^7.10.4", "@babel/plugin-transform-flow-strip-types@^7.12.1":
|
||||
"@babel/plugin-transform-flow-strip-types@^7.12.1":
|
||||
version "7.12.1"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz#8430decfa7eb2aea5414ed4a3fa6e1652b7d77c4"
|
||||
integrity sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==
|
||||
|
|
@ -1574,13 +1574,13 @@
|
|||
js-levenshtein "^1.1.3"
|
||||
semver "^5.5.0"
|
||||
|
||||
"@babel/preset-flow@^7.10.4":
|
||||
version "7.10.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.10.4.tgz#e0d9c72f8cb02d1633f6a5b7b16763aa2edf659f"
|
||||
integrity sha512-XI6l1CptQCOBv+ZKYwynyswhtOKwpZZp5n0LG1QKCo8erRhqjoQV6nvx61Eg30JHpysWQSBwA2AWRU3pBbSY5g==
|
||||
"@babel/preset-flow@^7.12.1":
|
||||
version "7.12.1"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.12.1.tgz#1a81d376c5a9549e75352a3888f8c273455ae940"
|
||||
integrity sha512-UAoyMdioAhM6H99qPoKvpHMzxmNVXno8GYU/7vZmGaHk6/KqfDYL1W0NxszVbJ2EP271b7e6Ox+Vk2A9QsB3Sw==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.10.4"
|
||||
"@babel/plugin-transform-flow-strip-types" "^7.10.4"
|
||||
"@babel/plugin-transform-flow-strip-types" "^7.12.1"
|
||||
|
||||
"@babel/preset-modules@0.1.4", "@babel/preset-modules@^0.1.3":
|
||||
version "0.1.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue