Skip to content

Commit 6c1af84

Browse files
committed
Update babel monorepo to ^7.24.4
1 parent 9a0aa64 commit 6c1af84

File tree

2 files changed

+77
-38
lines changed

2 files changed

+77
-38
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"node": ">=12"
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "^7.24.1",
32+
"@babel/runtime": "^7.24.4",
3333
"@types/promise-retry": "^1.1.6",
3434
"isomorphic-fetch": "2.2.1",
3535
"lodash": "^4.17.21",
3636
"promise-retry": "1.1.1"
3737
},
3838
"devDependencies": {
3939
"@babel/cli": "^7.24.1",
40-
"@babel/core": "^7.24.3",
40+
"@babel/core": "^7.24.4",
4141
"@babel/plugin-transform-runtime": "^7.24.3",
4242
"@babel/polyfill": "^7.12.1",
43-
"@babel/preset-env": "^7.24.3",
43+
"@babel/preset-env": "^7.24.4",
4444
"@babel/preset-typescript": "^7.24.1",
4545
"@babel/register": "^7.23.7",
4646
"@goodeggs/toolkit": "^7.0.1",

yarn.lock

Lines changed: 74 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
9090
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
9191

92-
"@babel/compat-data@^7.24.1":
93-
version "7.24.1"
94-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
95-
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
92+
"@babel/compat-data@^7.24.4":
93+
version "7.24.4"
94+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
95+
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
9696

9797
"@babel/core@^7.19.3":
9898
version "7.19.3"
@@ -114,18 +114,18 @@
114114
json5 "^2.2.1"
115115
semver "^6.3.0"
116116

117-
"@babel/core@^7.24.3":
118-
version "7.24.3"
119-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
120-
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
117+
"@babel/core@^7.24.4":
118+
version "7.24.4"
119+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
120+
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
121121
dependencies:
122122
"@ampproject/remapping" "^2.2.0"
123123
"@babel/code-frame" "^7.24.2"
124-
"@babel/generator" "^7.24.1"
124+
"@babel/generator" "^7.24.4"
125125
"@babel/helper-compilation-targets" "^7.23.6"
126126
"@babel/helper-module-transforms" "^7.23.3"
127-
"@babel/helpers" "^7.24.1"
128-
"@babel/parser" "^7.24.1"
127+
"@babel/helpers" "^7.24.4"
128+
"@babel/parser" "^7.24.4"
129129
"@babel/template" "^7.24.0"
130130
"@babel/traverse" "^7.24.1"
131131
"@babel/types" "^7.24.0"
@@ -198,6 +198,16 @@
198198
"@jridgewell/trace-mapping" "^0.3.25"
199199
jsesc "^2.5.1"
200200

201+
"@babel/generator@^7.24.4":
202+
version "7.24.4"
203+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
204+
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
205+
dependencies:
206+
"@babel/types" "^7.24.0"
207+
"@jridgewell/gen-mapping" "^0.3.5"
208+
"@jridgewell/trace-mapping" "^0.3.25"
209+
jsesc "^2.5.1"
210+
201211
"@babel/helper-annotate-as-pure@^7.18.6":
202212
version "7.18.6"
203213
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -264,6 +274,21 @@
264274
"@babel/helper-split-export-declaration" "^7.22.6"
265275
semver "^6.3.1"
266276

277+
"@babel/helper-create-class-features-plugin@^7.24.4":
278+
version "7.24.4"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
280+
integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
281+
dependencies:
282+
"@babel/helper-annotate-as-pure" "^7.22.5"
283+
"@babel/helper-environment-visitor" "^7.22.20"
284+
"@babel/helper-function-name" "^7.23.0"
285+
"@babel/helper-member-expression-to-functions" "^7.23.0"
286+
"@babel/helper-optimise-call-expression" "^7.22.5"
287+
"@babel/helper-replace-supers" "^7.24.1"
288+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
289+
"@babel/helper-split-export-declaration" "^7.22.6"
290+
semver "^6.3.1"
291+
267292
"@babel/helper-create-regexp-features-plugin@^7.18.6":
268293
version "7.18.6"
269294
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
@@ -623,10 +648,10 @@
623648
"@babel/traverse" "^7.19.0"
624649
"@babel/types" "^7.19.0"
625650

626-
"@babel/helpers@^7.24.1":
627-
version "7.24.1"
628-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
629-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
651+
"@babel/helpers@^7.24.4":
652+
version "7.24.4"
653+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
654+
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
630655
dependencies:
631656
"@babel/template" "^7.24.0"
632657
"@babel/traverse" "^7.24.1"
@@ -721,6 +746,19 @@
721746
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
722747
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
723748

749+
"@babel/parser@^7.24.4":
750+
version "7.24.4"
751+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
752+
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
753+
754+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
755+
version "7.24.4"
756+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
757+
integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
758+
dependencies:
759+
"@babel/helper-environment-visitor" "^7.22.20"
760+
"@babel/helper-plugin-utils" "^7.24.0"
761+
724762
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
725763
version "7.24.1"
726764
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
@@ -910,10 +948,10 @@
910948
dependencies:
911949
"@babel/helper-plugin-utils" "^7.24.0"
912950

913-
"@babel/plugin-transform-block-scoping@^7.24.1":
914-
version "7.24.1"
915-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f"
916-
integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==
951+
"@babel/plugin-transform-block-scoping@^7.24.4":
952+
version "7.24.4"
953+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
954+
integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
917955
dependencies:
918956
"@babel/helper-plugin-utils" "^7.24.0"
919957

@@ -925,12 +963,12 @@
925963
"@babel/helper-create-class-features-plugin" "^7.24.1"
926964
"@babel/helper-plugin-utils" "^7.24.0"
927965

928-
"@babel/plugin-transform-class-static-block@^7.24.1":
929-
version "7.24.1"
930-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6"
931-
integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==
966+
"@babel/plugin-transform-class-static-block@^7.24.4":
967+
version "7.24.4"
968+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
969+
integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
932970
dependencies:
933-
"@babel/helper-create-class-features-plugin" "^7.24.1"
971+
"@babel/helper-create-class-features-plugin" "^7.24.4"
934972
"@babel/helper-plugin-utils" "^7.24.0"
935973
"@babel/plugin-syntax-class-static-block" "^7.14.5"
936974

@@ -1293,15 +1331,16 @@
12931331
core-js "^2.6.5"
12941332
regenerator-runtime "^0.13.4"
12951333

1296-
"@babel/preset-env@^7.24.3":
1297-
version "7.24.3"
1298-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
1299-
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
1334+
"@babel/preset-env@^7.24.4":
1335+
version "7.24.4"
1336+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
1337+
integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
13001338
dependencies:
1301-
"@babel/compat-data" "^7.24.1"
1339+
"@babel/compat-data" "^7.24.4"
13021340
"@babel/helper-compilation-targets" "^7.23.6"
13031341
"@babel/helper-plugin-utils" "^7.24.0"
13041342
"@babel/helper-validator-option" "^7.23.5"
1343+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
13051344
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
13061345
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
13071346
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -1328,9 +1367,9 @@
13281367
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
13291368
"@babel/plugin-transform-async-to-generator" "^7.24.1"
13301369
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
1331-
"@babel/plugin-transform-block-scoping" "^7.24.1"
1370+
"@babel/plugin-transform-block-scoping" "^7.24.4"
13321371
"@babel/plugin-transform-class-properties" "^7.24.1"
1333-
"@babel/plugin-transform-class-static-block" "^7.24.1"
1372+
"@babel/plugin-transform-class-static-block" "^7.24.4"
13341373
"@babel/plugin-transform-classes" "^7.24.1"
13351374
"@babel/plugin-transform-computed-properties" "^7.24.1"
13361375
"@babel/plugin-transform-destructuring" "^7.24.1"
@@ -1415,10 +1454,10 @@
14151454
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
14161455
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
14171456

1418-
"@babel/runtime@^7.24.1":
1419-
version "7.24.1"
1420-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.1.tgz#431f9a794d173b53720e69a6464abc6f0e2a5c57"
1421-
integrity sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==
1457+
"@babel/runtime@^7.24.4":
1458+
version "7.24.4"
1459+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
1460+
integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
14221461
dependencies:
14231462
regenerator-runtime "^0.14.0"
14241463

0 commit comments

Comments
 (0)