Skip to content

Commit f0a1939

Browse files
chore(deps-dev): bump @babel/preset-flow from 7.12.13 to 7.13.13 (#726)
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) from 7.12.13 to 7.13.13. - [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.13.13/packages/babel-preset-flow) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 738053b commit f0a1939

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13"
671671
"@babel/helper-plugin-utils" "^7.12.13"
672672

673-
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.12.13":
673+
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.13.0":
674674
version "7.13.0"
675675
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.13.0.tgz#58177a48c209971e8234e99906cb6bd1122addd3"
676676
integrity sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg==
@@ -1003,12 +1003,13 @@
10031003
semver "^6.3.0"
10041004

10051005
"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.9.0":
1006-
version "7.12.13"
1007-
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.12.13.tgz#71ee7fe65a95b507ac12bcad65a4ced27d8dfc3e"
1008-
integrity sha512-gcEjiwcGHa3bo9idURBp5fmJPcyFPOszPQjztXrOjUE2wWVqc6fIVJPgWPIQksaQ5XZ2HWiRsf2s1fRGVjUtVw==
1006+
version "7.13.13"
1007+
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.13.13.tgz#a61a1c149b3f77589d795287744393444d5cdd9e"
1008+
integrity sha512-MDtwtamMifqq3R2mC7l3A3uFalUb3NH5TIBQWjN/epEPlZktcLq4se3J+ivckKrLMGsR7H9LW8+pYuIUN9tsKg==
10091009
dependencies:
1010-
"@babel/helper-plugin-utils" "^7.12.13"
1011-
"@babel/plugin-transform-flow-strip-types" "^7.12.13"
1010+
"@babel/helper-plugin-utils" "^7.13.0"
1011+
"@babel/helper-validator-option" "^7.12.17"
1012+
"@babel/plugin-transform-flow-strip-types" "^7.13.0"
10121013

10131014
"@babel/preset-modules@^0.1.4":
10141015
version "0.1.4"

0 commit comments

Comments
 (0)