Skip to content

Commit aac7d9e

Browse files
Bump @babel/core from 7.24.5 to 7.24.6 (#1004)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.5 to 7.24.6. - [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.24.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4173b51 commit aac7d9e

File tree

2 files changed

+139
-96
lines changed

2 files changed

+139
-96
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://sourceacademy.org/sicpjs",
2727
"devDependencies": {
2828
"@babel/node": "^7.24.6",
29-
"@babel/core": "^7.24.5",
29+
"@babel/core": "^7.24.6",
3030
"@babel/preset-env": "^7.24.5",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",

yarn.lock

+138-95
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,51 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
14-
version "7.24.2"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
16-
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
13+
"@babel/code-frame@^7.24.6":
14+
version "7.24.6"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2"
16+
integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==
1717
dependencies:
18-
"@babel/highlight" "^7.24.2"
18+
"@babel/highlight" "^7.24.6"
1919
picocolors "^1.0.0"
2020

21-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
21+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.4":
2222
version "7.24.4"
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
2424
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
2525

26-
"@babel/core@^7.24.5":
27-
version "7.24.5"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
29-
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
26+
"@babel/compat-data@^7.24.6":
27+
version "7.24.6"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
29+
integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==
30+
31+
"@babel/core@^7.24.6":
32+
version "7.24.6"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787"
34+
integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==
3035
dependencies:
3136
"@ampproject/remapping" "^2.2.0"
32-
"@babel/code-frame" "^7.24.2"
33-
"@babel/generator" "^7.24.5"
34-
"@babel/helper-compilation-targets" "^7.23.6"
35-
"@babel/helper-module-transforms" "^7.24.5"
36-
"@babel/helpers" "^7.24.5"
37-
"@babel/parser" "^7.24.5"
38-
"@babel/template" "^7.24.0"
39-
"@babel/traverse" "^7.24.5"
40-
"@babel/types" "^7.24.5"
37+
"@babel/code-frame" "^7.24.6"
38+
"@babel/generator" "^7.24.6"
39+
"@babel/helper-compilation-targets" "^7.24.6"
40+
"@babel/helper-module-transforms" "^7.24.6"
41+
"@babel/helpers" "^7.24.6"
42+
"@babel/parser" "^7.24.6"
43+
"@babel/template" "^7.24.6"
44+
"@babel/traverse" "^7.24.6"
45+
"@babel/types" "^7.24.6"
4146
convert-source-map "^2.0.0"
4247
debug "^4.1.0"
4348
gensync "^1.0.0-beta.2"
4449
json5 "^2.2.3"
4550
semver "^6.3.1"
4651

47-
"@babel/generator@^7.24.5":
48-
version "7.24.5"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
50-
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
52+
"@babel/generator@^7.24.6":
53+
version "7.24.6"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
55+
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
5156
dependencies:
52-
"@babel/types" "^7.24.5"
57+
"@babel/types" "^7.24.6"
5358
"@jridgewell/gen-mapping" "^0.3.5"
5459
"@jridgewell/trace-mapping" "^0.3.25"
5560
jsesc "^2.5.1"
@@ -75,13 +80,13 @@
7580
dependencies:
7681
"@babel/types" "^7.22.15"
7782

78-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
79-
version "7.23.6"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
81-
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
83+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.24.6":
84+
version "7.24.6"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51"
86+
integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==
8287
dependencies:
83-
"@babel/compat-data" "^7.23.5"
84-
"@babel/helper-validator-option" "^7.23.5"
88+
"@babel/compat-data" "^7.24.6"
89+
"@babel/helper-validator-option" "^7.24.6"
8590
browserslist "^4.22.2"
8691
lru-cache "^5.1.1"
8792
semver "^6.3.1"
@@ -158,6 +163,11 @@
158163
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
159164
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
160165

166+
"@babel/helper-environment-visitor@^7.24.6":
167+
version "7.24.6"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d"
169+
integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==
170+
161171
"@babel/helper-function-name@^7.22.5":
162172
version "7.22.5"
163173
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -174,13 +184,28 @@
174184
"@babel/template" "^7.22.15"
175185
"@babel/types" "^7.23.0"
176186

187+
"@babel/helper-function-name@^7.24.6":
188+
version "7.24.6"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8"
190+
integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==
191+
dependencies:
192+
"@babel/template" "^7.24.6"
193+
"@babel/types" "^7.24.6"
194+
177195
"@babel/helper-hoist-variables@^7.22.5":
178196
version "7.22.5"
179197
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
180198
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
181199
dependencies:
182200
"@babel/types" "^7.22.5"
183201

202+
"@babel/helper-hoist-variables@^7.24.6":
203+
version "7.24.6"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9"
205+
integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==
206+
dependencies:
207+
"@babel/types" "^7.24.6"
208+
184209
"@babel/helper-member-expression-to-functions@^7.23.0":
185210
version "7.23.0"
186211
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
@@ -195,23 +220,30 @@
195220
dependencies:
196221
"@babel/types" "^7.24.5"
197222

198-
"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
223+
"@babel/helper-module-imports@^7.24.1":
199224
version "7.24.3"
200225
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
201226
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
202227
dependencies:
203228
"@babel/types" "^7.24.0"
204229

205-
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
206-
version "7.24.5"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
208-
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
230+
"@babel/helper-module-imports@^7.24.6":
231+
version "7.24.6"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
233+
integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==
209234
dependencies:
210-
"@babel/helper-environment-visitor" "^7.22.20"
211-
"@babel/helper-module-imports" "^7.24.3"
212-
"@babel/helper-simple-access" "^7.24.5"
213-
"@babel/helper-split-export-declaration" "^7.24.5"
214-
"@babel/helper-validator-identifier" "^7.24.5"
235+
"@babel/types" "^7.24.6"
236+
237+
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.6":
238+
version "7.24.6"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e"
240+
integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==
241+
dependencies:
242+
"@babel/helper-environment-visitor" "^7.24.6"
243+
"@babel/helper-module-imports" "^7.24.6"
244+
"@babel/helper-simple-access" "^7.24.6"
245+
"@babel/helper-split-export-declaration" "^7.24.6"
246+
"@babel/helper-validator-identifier" "^7.24.6"
215247

216248
"@babel/helper-optimise-call-expression@^7.22.5":
217249
version "7.22.5"
@@ -250,12 +282,12 @@
250282
dependencies:
251283
"@babel/types" "^7.22.5"
252284

253-
"@babel/helper-simple-access@^7.24.5":
254-
version "7.24.5"
255-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
256-
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
285+
"@babel/helper-simple-access@^7.24.6":
286+
version "7.24.6"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1"
288+
integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==
257289
dependencies:
258-
"@babel/types" "^7.24.5"
290+
"@babel/types" "^7.24.6"
259291

260292
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
261293
version "7.22.5"
@@ -278,26 +310,38 @@
278310
dependencies:
279311
"@babel/types" "^7.24.5"
280312

281-
"@babel/helper-string-parser@^7.24.1":
282-
version "7.24.1"
283-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
284-
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
313+
"@babel/helper-split-export-declaration@^7.24.6":
314+
version "7.24.6"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3"
316+
integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==
317+
dependencies:
318+
"@babel/types" "^7.24.6"
319+
320+
"@babel/helper-string-parser@^7.24.6":
321+
version "7.24.6"
322+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
323+
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
285324

286325
"@babel/helper-validator-identifier@^7.22.20":
287326
version "7.22.20"
288327
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
289328
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
290329

291-
"@babel/helper-validator-identifier@^7.24.5":
292-
version "7.24.5"
293-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
294-
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
330+
"@babel/helper-validator-identifier@^7.24.6":
331+
version "7.24.6"
332+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
333+
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
295334

296335
"@babel/helper-validator-option@^7.23.5":
297336
version "7.23.5"
298337
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
299338
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
300339

340+
"@babel/helper-validator-option@^7.24.6":
341+
version "7.24.6"
342+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
343+
integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==
344+
301345
"@babel/helper-wrap-function@^7.22.20":
302346
version "7.22.20"
303347
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
@@ -307,21 +351,20 @@
307351
"@babel/template" "^7.22.15"
308352
"@babel/types" "^7.22.19"
309353

310-
"@babel/helpers@^7.24.5":
311-
version "7.24.5"
312-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
313-
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
354+
"@babel/helpers@^7.24.6":
355+
version "7.24.6"
356+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
357+
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
314358
dependencies:
315-
"@babel/template" "^7.24.0"
316-
"@babel/traverse" "^7.24.5"
317-
"@babel/types" "^7.24.5"
359+
"@babel/template" "^7.24.6"
360+
"@babel/types" "^7.24.6"
318361

319-
"@babel/highlight@^7.24.2":
320-
version "7.24.2"
321-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
322-
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
362+
"@babel/highlight@^7.24.6":
363+
version "7.24.6"
364+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df"
365+
integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==
323366
dependencies:
324-
"@babel/helper-validator-identifier" "^7.22.20"
367+
"@babel/helper-validator-identifier" "^7.24.6"
325368
chalk "^2.4.2"
326369
js-tokens "^4.0.0"
327370
picocolors "^1.0.0"
@@ -338,10 +381,10 @@
338381
regenerator-runtime "^0.14.0"
339382
v8flags "^3.1.1"
340383

341-
"@babel/parser@^7.19.4", "@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
342-
version "7.24.5"
343-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
344-
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
384+
"@babel/parser@^7.19.4", "@babel/parser@^7.24.6":
385+
version "7.24.6"
386+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
387+
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
345388

346389
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
347390
version "7.24.5"
@@ -1013,38 +1056,38 @@
10131056
dependencies:
10141057
regenerator-runtime "^0.13.4"
10151058

1016-
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.24.0":
1017-
version "7.24.0"
1018-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1019-
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
1059+
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.24.0", "@babel/template@^7.24.6":
1060+
version "7.24.6"
1061+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9"
1062+
integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==
10201063
dependencies:
1021-
"@babel/code-frame" "^7.23.5"
1022-
"@babel/parser" "^7.24.0"
1023-
"@babel/types" "^7.24.0"
1064+
"@babel/code-frame" "^7.24.6"
1065+
"@babel/parser" "^7.24.6"
1066+
"@babel/types" "^7.24.6"
10241067

1025-
"@babel/traverse@^7.24.5":
1026-
version "7.24.5"
1027-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1028-
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
1029-
dependencies:
1030-
"@babel/code-frame" "^7.24.2"
1031-
"@babel/generator" "^7.24.5"
1032-
"@babel/helper-environment-visitor" "^7.22.20"
1033-
"@babel/helper-function-name" "^7.23.0"
1034-
"@babel/helper-hoist-variables" "^7.22.5"
1035-
"@babel/helper-split-export-declaration" "^7.24.5"
1036-
"@babel/parser" "^7.24.5"
1037-
"@babel/types" "^7.24.5"
1068+
"@babel/traverse@^7.24.6":
1069+
version "7.24.6"
1070+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
1071+
integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==
1072+
dependencies:
1073+
"@babel/code-frame" "^7.24.6"
1074+
"@babel/generator" "^7.24.6"
1075+
"@babel/helper-environment-visitor" "^7.24.6"
1076+
"@babel/helper-function-name" "^7.24.6"
1077+
"@babel/helper-hoist-variables" "^7.24.6"
1078+
"@babel/helper-split-export-declaration" "^7.24.6"
1079+
"@babel/parser" "^7.24.6"
1080+
"@babel/types" "^7.24.6"
10381081
debug "^4.3.1"
10391082
globals "^11.1.0"
10401083

1041-
"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4":
1042-
version "7.24.5"
1043-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1044-
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1084+
"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.24.6", "@babel/types@^7.4.4":
1085+
version "7.24.6"
1086+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
1087+
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
10451088
dependencies:
1046-
"@babel/helper-string-parser" "^7.24.1"
1047-
"@babel/helper-validator-identifier" "^7.24.5"
1089+
"@babel/helper-string-parser" "^7.24.6"
1090+
"@babel/helper-validator-identifier" "^7.24.6"
10481091
to-fast-properties "^2.0.0"
10491092

10501093
"@isaacs/cliui@^8.0.2":

0 commit comments

Comments
 (0)