Skip to content

Commit b78dd68

Browse files
chore(deps): update babel monorepo to v7.24.5
1 parent 027c29c commit b78dd68

File tree

2 files changed

+92
-106
lines changed

2 files changed

+92
-106
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"wildcard-match": "5.1.3"
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "7.24.1",
48-
"@babel/core": "7.24.4",
49-
"@babel/eslint-parser": "7.24.1",
47+
"@babel/cli": "7.24.5",
48+
"@babel/core": "7.24.5",
49+
"@babel/eslint-parser": "7.24.5",
5050
"@babel/helper-define-map": "7.18.6",
51-
"@babel/runtime": "7.24.4",
51+
"@babel/runtime": "7.24.5",
5252
"@commitlint/cli": "14.1.0",
5353
"@commitlint/config-conventional": "14.1.0",
5454
"@testing-library/dom": "8.20.1",

yarn.lock

Lines changed: 88 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
dependencies:
2828
tslib "~2.0.1"
2929

30-
"@babel/cli@7.24.1":
31-
version "7.24.1"
32-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.1.tgz#2e11e071e32fe82850b4fe514f56b9c9e1c44911"
33-
integrity sha512-HbmrtxyFUr34LwAlV9jS+sSIjUp4FpdtIMGwgufY3AsxrIfsh/HxlMTywsONAZsU0RMYbZtbZFpUCrSGs7o0EA==
30+
"@babel/cli@7.24.5":
31+
version "7.24.5"
32+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.5.tgz#9eba21699f289c32e63a28aedf82f888dc134b30"
33+
integrity sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==
3434
dependencies:
3535
"@jridgewell/trace-mapping" "^0.3.25"
3636
commander "^4.0.1"
@@ -115,14 +115,6 @@
115115
"@babel/highlight" "^7.23.4"
116116
chalk "^2.4.2"
117117

118-
"@babel/code-frame@^7.24.1":
119-
version "7.24.1"
120-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.1.tgz#8f4027f85a6e84a695276080e864215318f95c19"
121-
integrity sha512-bC49z4spJQR3j8vFtJBLqzyzFV0ciuL5HYX7qfSl3KEqeMVV+eTquRvmXxpvB0AMubRrvv7y5DILiLLPi57Ewg==
122-
dependencies:
123-
"@babel/highlight" "^7.24.1"
124-
picocolors "^1.0.0"
125-
126118
"@babel/code-frame@^7.24.2":
127119
version "7.24.2"
128120
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
@@ -151,21 +143,21 @@
151143
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
152144
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
153145

154-
"@babel/core@7.24.4":
155-
version "7.24.4"
156-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
157-
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
146+
"@babel/core@7.24.5":
147+
version "7.24.5"
148+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
149+
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
158150
dependencies:
159151
"@ampproject/remapping" "^2.2.0"
160152
"@babel/code-frame" "^7.24.2"
161-
"@babel/generator" "^7.24.4"
153+
"@babel/generator" "^7.24.5"
162154
"@babel/helper-compilation-targets" "^7.23.6"
163-
"@babel/helper-module-transforms" "^7.23.3"
164-
"@babel/helpers" "^7.24.4"
165-
"@babel/parser" "^7.24.4"
155+
"@babel/helper-module-transforms" "^7.24.5"
156+
"@babel/helpers" "^7.24.5"
157+
"@babel/parser" "^7.24.5"
166158
"@babel/template" "^7.24.0"
167-
"@babel/traverse" "^7.24.1"
168-
"@babel/types" "^7.24.0"
159+
"@babel/traverse" "^7.24.5"
160+
"@babel/types" "^7.24.5"
169161
convert-source-map "^2.0.0"
170162
debug "^4.1.0"
171163
gensync "^1.0.0-beta.2"
@@ -257,10 +249,10 @@
257249
semver "^6.3.0"
258250
source-map "^0.5.0"
259251

260-
"@babel/eslint-parser@7.24.1":
261-
version "7.24.1"
262-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz#e27eee93ed1d271637165ef3a86e2b9332395c32"
263-
integrity sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==
252+
"@babel/eslint-parser@7.24.5":
253+
version "7.24.5"
254+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz#3b0f7d383a540329a30a6a9937cfc89461d26217"
255+
integrity sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==
264256
dependencies:
265257
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
266258
eslint-visitor-keys "^2.1.0"
@@ -329,22 +321,12 @@
329321
jsesc "^2.5.1"
330322
source-map "^0.5.0"
331323

332-
"@babel/generator@^7.24.1":
333-
version "7.24.1"
334-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
335-
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
324+
"@babel/generator@^7.24.5":
325+
version "7.24.5"
326+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
327+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
336328
dependencies:
337-
"@babel/types" "^7.24.0"
338-
"@jridgewell/gen-mapping" "^0.3.5"
339-
"@jridgewell/trace-mapping" "^0.3.25"
340-
jsesc "^2.5.1"
341-
342-
"@babel/generator@^7.24.4":
343-
version "7.24.4"
344-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
345-
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
346-
dependencies:
347-
"@babel/types" "^7.24.0"
329+
"@babel/types" "^7.24.5"
348330
"@jridgewell/gen-mapping" "^0.3.5"
349331
"@jridgewell/trace-mapping" "^0.3.25"
350332
jsesc "^2.5.1"
@@ -684,12 +666,12 @@
684666
dependencies:
685667
"@babel/types" "^7.16.7"
686668

687-
"@babel/helper-module-imports@^7.22.15":
688-
version "7.22.15"
689-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
690-
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
669+
"@babel/helper-module-imports@^7.24.3":
670+
version "7.24.3"
671+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
672+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
691673
dependencies:
692-
"@babel/types" "^7.22.15"
674+
"@babel/types" "^7.24.0"
693675

694676
"@babel/helper-module-imports@^7.8.3":
695677
version "7.8.3"
@@ -754,16 +736,16 @@
754736
"@babel/traverse" "^7.16.7"
755737
"@babel/types" "^7.16.7"
756738

757-
"@babel/helper-module-transforms@^7.23.3":
758-
version "7.23.3"
759-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
760-
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
739+
"@babel/helper-module-transforms@^7.24.5":
740+
version "7.24.5"
741+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
742+
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
761743
dependencies:
762744
"@babel/helper-environment-visitor" "^7.22.20"
763-
"@babel/helper-module-imports" "^7.22.15"
764-
"@babel/helper-simple-access" "^7.22.5"
765-
"@babel/helper-split-export-declaration" "^7.22.6"
766-
"@babel/helper-validator-identifier" "^7.22.20"
745+
"@babel/helper-module-imports" "^7.24.3"
746+
"@babel/helper-simple-access" "^7.24.5"
747+
"@babel/helper-split-export-declaration" "^7.24.5"
748+
"@babel/helper-validator-identifier" "^7.24.5"
767749

768750
"@babel/helper-module-transforms@^7.9.0":
769751
version "7.9.0"
@@ -900,12 +882,12 @@
900882
dependencies:
901883
"@babel/types" "^7.16.7"
902884

903-
"@babel/helper-simple-access@^7.22.5":
904-
version "7.22.5"
905-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
906-
integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
885+
"@babel/helper-simple-access@^7.24.5":
886+
version "7.24.5"
887+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
888+
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
907889
dependencies:
908-
"@babel/types" "^7.22.5"
890+
"@babel/types" "^7.24.5"
909891

910892
"@babel/helper-simple-access@^7.8.3":
911893
version "7.8.3"
@@ -957,12 +939,12 @@
957939
dependencies:
958940
"@babel/types" "^7.16.7"
959941

960-
"@babel/helper-split-export-declaration@^7.22.6":
961-
version "7.22.6"
962-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
963-
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
942+
"@babel/helper-split-export-declaration@^7.24.5":
943+
version "7.24.5"
944+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
945+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
964946
dependencies:
965-
"@babel/types" "^7.22.5"
947+
"@babel/types" "^7.24.5"
966948

967949
"@babel/helper-split-export-declaration@^7.8.3":
968950
version "7.8.3"
@@ -981,6 +963,11 @@
981963
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
982964
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
983965

966+
"@babel/helper-string-parser@^7.24.1":
967+
version "7.24.1"
968+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
969+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
970+
984971
"@babel/helper-validator-identifier@^7.10.4":
985972
version "7.10.4"
986973
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -1031,6 +1018,11 @@
10311018
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
10321019
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
10331020

1021+
"@babel/helper-validator-identifier@^7.24.5":
1022+
version "7.24.5"
1023+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
1024+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
1025+
10341026
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
10351027
version "7.9.5"
10361028
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -1094,14 +1086,14 @@
10941086
"@babel/traverse" "^7.16.7"
10951087
"@babel/types" "^7.16.7"
10961088

1097-
"@babel/helpers@^7.24.4":
1098-
version "7.24.4"
1099-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
1100-
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
1089+
"@babel/helpers@^7.24.5":
1090+
version "7.24.5"
1091+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
1092+
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
11011093
dependencies:
11021094
"@babel/template" "^7.24.0"
1103-
"@babel/traverse" "^7.24.1"
1104-
"@babel/types" "^7.24.0"
1095+
"@babel/traverse" "^7.24.5"
1096+
"@babel/types" "^7.24.5"
11051097

11061098
"@babel/helpers@^7.9.6":
11071099
version "7.9.6"
@@ -1175,16 +1167,6 @@
11751167
chalk "^2.4.2"
11761168
js-tokens "^4.0.0"
11771169

1178-
"@babel/highlight@^7.24.1":
1179-
version "7.24.1"
1180-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.1.tgz#21f3f5391c793b3f0d6dbb40f898c48cc6ad4215"
1181-
integrity sha512-EPmDPxidWe/Ex+HTFINpvXdPHRmgSF3T8hGvzondYjmgzTQ/0EbLpSxyt+w3zzlYSk9cNBQNF9k0dT5Z2NiBjw==
1182-
dependencies:
1183-
"@babel/helper-validator-identifier" "^7.22.20"
1184-
chalk "^2.4.2"
1185-
js-tokens "^4.0.0"
1186-
picocolors "^1.0.0"
1187-
11881170
"@babel/highlight@^7.24.2":
11891171
version "7.24.2"
11901172
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
@@ -1259,15 +1241,10 @@
12591241
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
12601242
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
12611243

1262-
"@babel/parser@^7.24.1":
1263-
version "7.24.1"
1264-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
1265-
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
1266-
1267-
"@babel/parser@^7.24.4":
1268-
version "7.24.4"
1269-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
1270-
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
1244+
"@babel/parser@^7.24.5":
1245+
version "7.24.5"
1246+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
1247+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
12711248

12721249
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
12731250
version "7.15.4"
@@ -2030,10 +2007,10 @@
20302007
core-js-pure "^3.0.0"
20312008
regenerator-runtime "^0.13.4"
20322009

2033-
"@babel/runtime@7.24.4":
2034-
version "7.24.4"
2035-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
2036-
integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
2010+
"@babel/runtime@7.24.5":
2011+
version "7.24.5"
2012+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c"
2013+
integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==
20372014
dependencies:
20382015
regenerator-runtime "^0.14.0"
20392016

@@ -2219,19 +2196,19 @@
22192196
debug "^4.1.0"
22202197
globals "^11.1.0"
22212198

2222-
"@babel/traverse@^7.24.1":
2223-
version "7.24.1"
2224-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
2225-
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
2199+
"@babel/traverse@^7.24.5":
2200+
version "7.24.5"
2201+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
2202+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
22262203
dependencies:
2227-
"@babel/code-frame" "^7.24.1"
2228-
"@babel/generator" "^7.24.1"
2204+
"@babel/code-frame" "^7.24.2"
2205+
"@babel/generator" "^7.24.5"
22292206
"@babel/helper-environment-visitor" "^7.22.20"
22302207
"@babel/helper-function-name" "^7.23.0"
22312208
"@babel/helper-hoist-variables" "^7.22.5"
2232-
"@babel/helper-split-export-declaration" "^7.22.6"
2233-
"@babel/parser" "^7.24.1"
2234-
"@babel/types" "^7.24.0"
2209+
"@babel/helper-split-export-declaration" "^7.24.5"
2210+
"@babel/parser" "^7.24.5"
2211+
"@babel/types" "^7.24.5"
22352212
debug "^4.3.1"
22362213
globals "^11.1.0"
22372214

@@ -2361,6 +2338,15 @@
23612338
"@babel/helper-validator-identifier" "^7.22.20"
23622339
to-fast-properties "^2.0.0"
23632340

2341+
"@babel/types@^7.24.5":
2342+
version "7.24.5"
2343+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
2344+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
2345+
dependencies:
2346+
"@babel/helper-string-parser" "^7.24.1"
2347+
"@babel/helper-validator-identifier" "^7.24.5"
2348+
to-fast-properties "^2.0.0"
2349+
23642350
"@bcoe/v8-coverage@^0.2.3":
23652351
version "0.2.3"
23662352
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)