Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit a97dfd5

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.13.13
1 parent 20a09bb commit a97dfd5

File tree

2 files changed

+101
-73
lines changed

2 files changed

+101
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"homepage": "https://github.com/cypress-io/cypress-example-todomvc-redux#readme",
3838
"devDependencies": {
39-
"@babel/core": "7.13.10",
40-
"@babel/preset-react": "7.12.13",
39+
"@babel/core": "7.13.13",
40+
"@babel/preset-react": "7.13.13",
4141
"@cypress/code-coverage": "3.9.2",
4242
"babel-plugin-istanbul": "6.0.0",
4343
"babel-plugin-transform-class-properties": "6.24.1",

yarn.lock

Lines changed: 99 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
dependencies:
2424
"@babel/highlight" "^7.12.13"
2525

26-
"@babel/compat-data@^7.13.8":
27-
version "7.13.8"
28-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
29-
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
26+
"@babel/compat-data@^7.13.12":
27+
version "7.13.12"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
29+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
3030

3131
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
3232
version "7.9.0"
@@ -37,20 +37,20 @@
3737
invariant "^2.2.4"
3838
semver "^5.5.0"
3939

40-
"@babel/core@7.13.10":
41-
version "7.13.10"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
43-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
40+
"@babel/core@7.13.13":
41+
version "7.13.13"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
43+
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
4444
dependencies:
4545
"@babel/code-frame" "^7.12.13"
4646
"@babel/generator" "^7.13.9"
47-
"@babel/helper-compilation-targets" "^7.13.10"
48-
"@babel/helper-module-transforms" "^7.13.0"
47+
"@babel/helper-compilation-targets" "^7.13.13"
48+
"@babel/helper-module-transforms" "^7.13.12"
4949
"@babel/helpers" "^7.13.10"
50-
"@babel/parser" "^7.13.10"
50+
"@babel/parser" "^7.13.13"
5151
"@babel/template" "^7.12.13"
52-
"@babel/traverse" "^7.13.0"
53-
"@babel/types" "^7.13.0"
52+
"@babel/traverse" "^7.13.13"
53+
"@babel/types" "^7.13.13"
5454
convert-source-map "^1.7.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
@@ -184,12 +184,12 @@
184184
"@babel/helper-annotate-as-pure" "^7.8.3"
185185
"@babel/types" "^7.9.0"
186186

187-
"@babel/helper-compilation-targets@^7.13.10":
188-
version "7.13.10"
189-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
190-
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
187+
"@babel/helper-compilation-targets@^7.13.13":
188+
version "7.13.13"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
190+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
191191
dependencies:
192-
"@babel/compat-data" "^7.13.8"
192+
"@babel/compat-data" "^7.13.12"
193193
"@babel/helper-validator-option" "^7.12.17"
194194
browserslist "^4.14.5"
195195
semver "^6.3.0"
@@ -305,12 +305,12 @@
305305
dependencies:
306306
"@babel/types" "^7.12.1"
307307

308-
"@babel/helper-member-expression-to-functions@^7.13.0":
309-
version "7.13.0"
310-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091"
311-
integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==
308+
"@babel/helper-member-expression-to-functions@^7.13.12":
309+
version "7.13.12"
310+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
311+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
312312
dependencies:
313-
"@babel/types" "^7.13.0"
313+
"@babel/types" "^7.13.12"
314314

315315
"@babel/helper-member-expression-to-functions@^7.8.3":
316316
version "7.8.3"
@@ -333,12 +333,12 @@
333333
dependencies:
334334
"@babel/types" "^7.12.1"
335335

336-
"@babel/helper-module-imports@^7.12.13":
337-
version "7.12.13"
338-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
339-
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
336+
"@babel/helper-module-imports@^7.13.12":
337+
version "7.13.12"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
339+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
340340
dependencies:
341-
"@babel/types" "^7.12.13"
341+
"@babel/types" "^7.13.12"
342342

343343
"@babel/helper-module-transforms@^7.12.1":
344344
version "7.12.1"
@@ -355,20 +355,19 @@
355355
"@babel/types" "^7.12.1"
356356
lodash "^4.17.19"
357357

358-
"@babel/helper-module-transforms@^7.13.0":
359-
version "7.13.0"
360-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
361-
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
358+
"@babel/helper-module-transforms@^7.13.12":
359+
version "7.13.12"
360+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
361+
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
362362
dependencies:
363-
"@babel/helper-module-imports" "^7.12.13"
364-
"@babel/helper-replace-supers" "^7.13.0"
365-
"@babel/helper-simple-access" "^7.12.13"
363+
"@babel/helper-module-imports" "^7.13.12"
364+
"@babel/helper-replace-supers" "^7.13.12"
365+
"@babel/helper-simple-access" "^7.13.12"
366366
"@babel/helper-split-export-declaration" "^7.12.13"
367367
"@babel/helper-validator-identifier" "^7.12.11"
368368
"@babel/template" "^7.12.13"
369369
"@babel/traverse" "^7.13.0"
370-
"@babel/types" "^7.13.0"
371-
lodash "^4.17.19"
370+
"@babel/types" "^7.13.12"
372371

373372
"@babel/helper-module-transforms@^7.9.0":
374373
version "7.9.0"
@@ -419,6 +418,11 @@
419418
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz#174254d0f2424d8aefb4dd48057511247b0a9eeb"
420419
integrity sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==
421420

421+
"@babel/helper-plugin-utils@^7.13.0":
422+
version "7.13.0"
423+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
424+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
425+
422426
"@babel/helper-regex@^7.8.3":
423427
version "7.8.3"
424428
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965"
@@ -447,15 +451,15 @@
447451
"@babel/traverse" "^7.12.1"
448452
"@babel/types" "^7.12.1"
449453

450-
"@babel/helper-replace-supers@^7.13.0":
451-
version "7.13.0"
452-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24"
453-
integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==
454+
"@babel/helper-replace-supers@^7.13.12":
455+
version "7.13.12"
456+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
457+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
454458
dependencies:
455-
"@babel/helper-member-expression-to-functions" "^7.13.0"
459+
"@babel/helper-member-expression-to-functions" "^7.13.12"
456460
"@babel/helper-optimise-call-expression" "^7.12.13"
457461
"@babel/traverse" "^7.13.0"
458-
"@babel/types" "^7.13.0"
462+
"@babel/types" "^7.13.12"
459463

460464
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6":
461465
version "7.8.6"
@@ -474,12 +478,12 @@
474478
dependencies:
475479
"@babel/types" "^7.12.1"
476480

477-
"@babel/helper-simple-access@^7.12.13":
478-
version "7.12.13"
479-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
480-
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
481+
"@babel/helper-simple-access@^7.13.12":
482+
version "7.13.12"
483+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
484+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
481485
dependencies:
482-
"@babel/types" "^7.12.13"
486+
"@babel/types" "^7.13.12"
483487

484488
"@babel/helper-simple-access@^7.8.3":
485489
version "7.8.3"
@@ -605,10 +609,10 @@
605609
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
606610
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
607611

608-
"@babel/parser@^7.13.10":
609-
version "7.13.10"
610-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
611-
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
612+
"@babel/parser@^7.13.13":
613+
version "7.13.13"
614+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
615+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
612616

613617
"@babel/parser@^7.4.4", "@babel/parser@^7.4.5", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
614618
version "7.9.4"
@@ -1006,12 +1010,12 @@
10061010
dependencies:
10071011
"@babel/helper-plugin-utils" "^7.12.13"
10081012

1009-
"@babel/plugin-transform-react-jsx-development@^7.12.12":
1010-
version "7.12.12"
1011-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz#bccca33108fe99d95d7f9e82046bfe762e71f4e7"
1012-
integrity sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg==
1013+
"@babel/plugin-transform-react-jsx-development@^7.12.17":
1014+
version "7.12.17"
1015+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447"
1016+
integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==
10131017
dependencies:
1014-
"@babel/plugin-transform-react-jsx" "^7.12.12"
1018+
"@babel/plugin-transform-react-jsx" "^7.12.17"
10151019

10161020
"@babel/plugin-transform-react-jsx-self@^7.0.0":
10171021
version "7.9.0"
@@ -1039,16 +1043,16 @@
10391043
"@babel/helper-plugin-utils" "^7.8.3"
10401044
"@babel/plugin-syntax-jsx" "^7.8.3"
10411045

1042-
"@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.12.13":
1043-
version "7.12.13"
1044-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.13.tgz#6c9f993b9f6fb6f0e32a4821ed59349748576a3e"
1045-
integrity sha512-hhXZMYR8t9RvduN2uW4sjl6MRtUhzNE726JvoJhpjhxKgRUVkZqTsA0xc49ALZxQM7H26pZ/lLvB2Yrea9dllA==
1046+
"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12":
1047+
version "7.13.12"
1048+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3"
1049+
integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA==
10461050
dependencies:
10471051
"@babel/helper-annotate-as-pure" "^7.12.13"
1048-
"@babel/helper-module-imports" "^7.12.13"
1049-
"@babel/helper-plugin-utils" "^7.12.13"
1052+
"@babel/helper-module-imports" "^7.13.12"
1053+
"@babel/helper-plugin-utils" "^7.13.0"
10501054
"@babel/plugin-syntax-jsx" "^7.12.13"
1051-
"@babel/types" "^7.12.13"
1055+
"@babel/types" "^7.13.12"
10521056

10531057
"@babel/plugin-transform-react-pure-annotations@^7.12.1":
10541058
version "7.12.1"
@@ -1269,15 +1273,16 @@
12691273
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
12701274
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
12711275

1272-
"@babel/preset-react@7.12.13":
1273-
version "7.12.13"
1274-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.13.tgz#5f911b2eb24277fa686820d5bd81cad9a0602a0a"
1275-
integrity sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA==
1276+
"@babel/preset-react@7.13.13":
1277+
version "7.13.13"
1278+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761"
1279+
integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==
12761280
dependencies:
1277-
"@babel/helper-plugin-utils" "^7.12.13"
1281+
"@babel/helper-plugin-utils" "^7.13.0"
1282+
"@babel/helper-validator-option" "^7.12.17"
12781283
"@babel/plugin-transform-react-display-name" "^7.12.13"
1279-
"@babel/plugin-transform-react-jsx" "^7.12.13"
1280-
"@babel/plugin-transform-react-jsx-development" "^7.12.12"
1284+
"@babel/plugin-transform-react-jsx" "^7.13.12"
1285+
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
12811286
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
12821287

12831288
"@babel/runtime@7.3.1":
@@ -1351,6 +1356,20 @@
13511356
globals "^11.1.0"
13521357
lodash "^4.17.19"
13531358

1359+
"@babel/traverse@^7.13.13":
1360+
version "7.13.13"
1361+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
1362+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
1363+
dependencies:
1364+
"@babel/code-frame" "^7.12.13"
1365+
"@babel/generator" "^7.13.9"
1366+
"@babel/helper-function-name" "^7.12.13"
1367+
"@babel/helper-split-export-declaration" "^7.12.13"
1368+
"@babel/parser" "^7.13.13"
1369+
"@babel/types" "^7.13.13"
1370+
debug "^4.1.0"
1371+
globals "^11.1.0"
1372+
13541373
"@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
13551374
version "7.9.5"
13561375
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
@@ -1411,6 +1430,15 @@
14111430
lodash "^4.17.19"
14121431
to-fast-properties "^2.0.0"
14131432

1433+
"@babel/types@^7.13.12", "@babel/types@^7.13.13":
1434+
version "7.13.13"
1435+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
1436+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
1437+
dependencies:
1438+
"@babel/helper-validator-identifier" "^7.12.11"
1439+
lodash "^4.17.19"
1440+
to-fast-properties "^2.0.0"
1441+
14141442
"@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
14151443
version "7.9.5"
14161444
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)