Skip to content

Commit 7145f1f

Browse files
chore(deps-dev): bump @babel/core from 7.13.10 to 7.13.14 (#107)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.14. - [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.14/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83971a6 commit 7145f1f

File tree

1 file changed

+62
-41
lines changed

1 file changed

+62
-41
lines changed

yarn.lock

Lines changed: 62 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,23 @@
2222
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
2323

2424
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
25-
version "7.13.10"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
27-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
25+
version "7.13.14"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
27+
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
2828
dependencies:
2929
"@babel/code-frame" "^7.12.13"
3030
"@babel/generator" "^7.13.9"
31-
"@babel/helper-compilation-targets" "^7.13.10"
32-
"@babel/helper-module-transforms" "^7.13.0"
31+
"@babel/helper-compilation-targets" "^7.13.13"
32+
"@babel/helper-module-transforms" "^7.13.14"
3333
"@babel/helpers" "^7.13.10"
34-
"@babel/parser" "^7.13.10"
34+
"@babel/parser" "^7.13.13"
3535
"@babel/template" "^7.12.13"
36-
"@babel/traverse" "^7.13.0"
37-
"@babel/types" "^7.13.0"
36+
"@babel/traverse" "^7.13.13"
37+
"@babel/types" "^7.13.14"
3838
convert-source-map "^1.7.0"
3939
debug "^4.1.0"
4040
gensync "^1.0.0-beta.2"
4141
json5 "^2.1.2"
42-
lodash "^4.17.19"
4342
semver "^6.3.0"
4443
source-map "^0.5.0"
4544

@@ -52,7 +51,7 @@
5251
eslint-visitor-keys "^1.3.0"
5352
semver "^6.3.0"
5453

55-
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
54+
"@babel/generator@^7.13.9":
5655
version "7.13.9"
5756
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
5857
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -76,12 +75,12 @@
7675
"@babel/helper-explode-assignable-expression" "^7.12.13"
7776
"@babel/types" "^7.12.13"
7877

79-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8":
80-
version "7.13.10"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
82-
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
78+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8":
79+
version "7.13.13"
80+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
81+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
8382
dependencies:
84-
"@babel/compat-data" "^7.13.8"
83+
"@babel/compat-data" "^7.13.12"
8584
"@babel/helper-validator-option" "^7.12.17"
8685
browserslist "^4.14.5"
8786
semver "^6.3.0"
@@ -164,6 +163,13 @@
164163
dependencies:
165164
"@babel/types" "^7.13.0"
166165

166+
"@babel/helper-member-expression-to-functions@^7.13.12":
167+
version "7.13.12"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
169+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
170+
dependencies:
171+
"@babel/types" "^7.13.12"
172+
167173
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
168174
version "7.12.13"
169175
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
@@ -178,20 +184,19 @@
178184
dependencies:
179185
"@babel/types" "^7.13.12"
180186

181-
"@babel/helper-module-transforms@^7.13.0":
182-
version "7.13.0"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
184-
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
187+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14":
188+
version "7.13.14"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
190+
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
185191
dependencies:
186-
"@babel/helper-module-imports" "^7.12.13"
187-
"@babel/helper-replace-supers" "^7.13.0"
188-
"@babel/helper-simple-access" "^7.12.13"
192+
"@babel/helper-module-imports" "^7.13.12"
193+
"@babel/helper-replace-supers" "^7.13.12"
194+
"@babel/helper-simple-access" "^7.13.12"
189195
"@babel/helper-split-export-declaration" "^7.12.13"
190196
"@babel/helper-validator-identifier" "^7.12.11"
191197
"@babel/template" "^7.12.13"
192-
"@babel/traverse" "^7.13.0"
193-
"@babel/types" "^7.13.0"
194-
lodash "^4.17.19"
198+
"@babel/traverse" "^7.13.13"
199+
"@babel/types" "^7.13.14"
195200

196201
"@babel/helper-optimise-call-expression@^7.12.13":
197202
version "7.12.13"
@@ -234,13 +239,30 @@
234239
"@babel/traverse" "^7.13.0"
235240
"@babel/types" "^7.13.0"
236241

242+
"@babel/helper-replace-supers@^7.13.12":
243+
version "7.13.12"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
245+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
246+
dependencies:
247+
"@babel/helper-member-expression-to-functions" "^7.13.12"
248+
"@babel/helper-optimise-call-expression" "^7.12.13"
249+
"@babel/traverse" "^7.13.0"
250+
"@babel/types" "^7.13.12"
251+
237252
"@babel/helper-simple-access@^7.12.13":
238253
version "7.12.13"
239254
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
240255
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
241256
dependencies:
242257
"@babel/types" "^7.12.13"
243258

259+
"@babel/helper-simple-access@^7.13.12":
260+
version "7.13.12"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
262+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
263+
dependencies:
264+
"@babel/types" "^7.13.12"
265+
244266
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
245267
version "7.12.1"
246268
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -293,10 +315,10 @@
293315
chalk "^2.0.0"
294316
js-tokens "^4.0.0"
295317

296-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10":
297-
version "7.13.10"
298-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
299-
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
318+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.13":
319+
version "7.13.13"
320+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
321+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
300322

301323
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
302324
version "7.13.12"
@@ -936,25 +958,24 @@
936958
"@babel/parser" "^7.12.13"
937959
"@babel/types" "^7.12.13"
938960

939-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0":
940-
version "7.13.0"
941-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
942-
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
961+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13":
962+
version "7.13.13"
963+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
964+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
943965
dependencies:
944966
"@babel/code-frame" "^7.12.13"
945-
"@babel/generator" "^7.13.0"
967+
"@babel/generator" "^7.13.9"
946968
"@babel/helper-function-name" "^7.12.13"
947969
"@babel/helper-split-export-declaration" "^7.12.13"
948-
"@babel/parser" "^7.13.0"
949-
"@babel/types" "^7.13.0"
970+
"@babel/parser" "^7.13.13"
971+
"@babel/types" "^7.13.13"
950972
debug "^4.1.0"
951973
globals "^11.1.0"
952-
lodash "^4.17.19"
953974

954-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
955-
version "7.13.12"
956-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
957-
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
975+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
976+
version "7.13.14"
977+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
978+
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
958979
dependencies:
959980
"@babel/helper-validator-identifier" "^7.12.11"
960981
lodash "^4.17.19"

0 commit comments

Comments
 (0)