Skip to content

Commit d121438

Browse files
chore(deps-dev): bump @babel/preset-flow from 7.13.13 to 7.14.5 (#765)
Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) from 7.13.13 to 7.14.5. - [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.14.5/packages/babel-preset-flow) --- updated-dependencies: - dependency-name: "@babel/preset-flow" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2786f2f commit d121438

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -662,12 +662,12 @@
662662
dependencies:
663663
"@babel/helper-plugin-utils" "^7.10.4"
664664

665-
"@babel/plugin-syntax-flow@^7.12.13":
666-
version "7.12.13"
667-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz#5df9962503c0a9c918381c929d51d4d6949e7e86"
668-
integrity sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA==
665+
"@babel/plugin-syntax-flow@^7.14.5":
666+
version "7.14.5"
667+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz#2ff654999497d7d7d142493260005263731da180"
668+
integrity sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==
669669
dependencies:
670-
"@babel/helper-plugin-utils" "^7.12.13"
670+
"@babel/helper-plugin-utils" "^7.14.5"
671671

672672
"@babel/plugin-syntax-import-meta@^7.8.3":
673673
version "7.10.4"
@@ -856,13 +856,13 @@
856856
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13"
857857
"@babel/helper-plugin-utils" "^7.12.13"
858858

859-
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.13.0":
860-
version "7.13.0"
861-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.13.0.tgz#58177a48c209971e8234e99906cb6bd1122addd3"
862-
integrity sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg==
859+
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.14.5":
860+
version "7.14.5"
861+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz#0dc9c1d11dcdc873417903d6df4bed019ef0f85e"
862+
integrity sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==
863863
dependencies:
864-
"@babel/helper-plugin-utils" "^7.13.0"
865-
"@babel/plugin-syntax-flow" "^7.12.13"
864+
"@babel/helper-plugin-utils" "^7.14.5"
865+
"@babel/plugin-syntax-flow" "^7.14.5"
866866

867867
"@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.13.0":
868868
version "7.13.0"
@@ -1189,13 +1189,13 @@
11891189
semver "^6.3.0"
11901190

11911191
"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.9.0":
1192-
version "7.13.13"
1193-
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.13.13.tgz#a61a1c149b3f77589d795287744393444d5cdd9e"
1194-
integrity sha512-MDtwtamMifqq3R2mC7l3A3uFalUb3NH5TIBQWjN/epEPlZktcLq4se3J+ivckKrLMGsR7H9LW8+pYuIUN9tsKg==
1192+
version "7.14.5"
1193+
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.14.5.tgz#a1810b0780c8b48ab0bece8e7ab8d0d37712751c"
1194+
integrity sha512-pP5QEb4qRUSVGzzKx9xqRuHUrM/jEzMqdrZpdMA+oUCRgd5zM1qGr5y5+ZgAL/1tVv1H0dyk5t4SKJntqyiVtg==
11951195
dependencies:
1196-
"@babel/helper-plugin-utils" "^7.13.0"
1197-
"@babel/helper-validator-option" "^7.12.17"
1198-
"@babel/plugin-transform-flow-strip-types" "^7.13.0"
1196+
"@babel/helper-plugin-utils" "^7.14.5"
1197+
"@babel/helper-validator-option" "^7.14.5"
1198+
"@babel/plugin-transform-flow-strip-types" "^7.14.5"
11991199

12001200
"@babel/preset-modules@^0.1.4":
12011201
version "0.1.4"

0 commit comments

Comments
 (0)