Skip to content

Commit b11a8cf

Browse files
Bump @babel/core from 7.24.6 to 7.24.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.6 to 7.24.7. - [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.7/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]>
1 parent ad91e9e commit b11a8cf

File tree

2 files changed

+144
-84
lines changed

2 files changed

+144
-84
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.7",
29-
"@babel/core": "^7.24.6",
29+
"@babel/core": "^7.24.7",
3030
"@babel/preset-env": "^7.24.6",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",

yarn.lock

Lines changed: 143 additions & 83 deletions
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.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==
13+
"@babel/code-frame@^7.24.7":
14+
version "7.24.7"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
16+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
1717
dependencies:
18-
"@babel/highlight" "^7.24.6"
18+
"@babel/highlight" "^7.24.7"
1919
picocolors "^1.0.0"
2020

2121
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.6":
2222
version "7.24.6"
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
2424
integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==
2525

26-
"@babel/core@^7.24.6":
27-
version "7.24.6"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787"
29-
integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==
26+
"@babel/compat-data@^7.24.7":
27+
version "7.24.7"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
29+
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
30+
31+
"@babel/core@^7.24.7":
32+
version "7.24.7"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
34+
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
3035
dependencies:
3136
"@ampproject/remapping" "^2.2.0"
32-
"@babel/code-frame" "^7.24.6"
33-
"@babel/generator" "^7.24.6"
34-
"@babel/helper-compilation-targets" "^7.24.6"
35-
"@babel/helper-module-transforms" "^7.24.6"
36-
"@babel/helpers" "^7.24.6"
37-
"@babel/parser" "^7.24.6"
38-
"@babel/template" "^7.24.6"
39-
"@babel/traverse" "^7.24.6"
40-
"@babel/types" "^7.24.6"
37+
"@babel/code-frame" "^7.24.7"
38+
"@babel/generator" "^7.24.7"
39+
"@babel/helper-compilation-targets" "^7.24.7"
40+
"@babel/helper-module-transforms" "^7.24.7"
41+
"@babel/helpers" "^7.24.7"
42+
"@babel/parser" "^7.24.7"
43+
"@babel/template" "^7.24.7"
44+
"@babel/traverse" "^7.24.7"
45+
"@babel/types" "^7.24.7"
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.6":
48-
version "7.24.6"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
50-
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
52+
"@babel/generator@^7.24.7":
53+
version "7.24.7"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
55+
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
5156
dependencies:
52-
"@babel/types" "^7.24.6"
57+
"@babel/types" "^7.24.7"
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.24.6"
7782

78-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6":
79-
version "7.24.6"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51"
81-
integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==
83+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.7":
84+
version "7.24.7"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
86+
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
8287
dependencies:
83-
"@babel/compat-data" "^7.24.6"
84-
"@babel/helper-validator-option" "^7.24.6"
88+
"@babel/compat-data" "^7.24.7"
89+
"@babel/helper-validator-option" "^7.24.7"
8590
browserslist "^4.22.2"
8691
lru-cache "^5.1.1"
8792
semver "^6.3.1"
@@ -134,6 +139,13 @@
134139
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d"
135140
integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==
136141

142+
"@babel/helper-environment-visitor@^7.24.7":
143+
version "7.24.7"
144+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
145+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
146+
dependencies:
147+
"@babel/types" "^7.24.7"
148+
137149
"@babel/helper-function-name@^7.24.6":
138150
version "7.24.6"
139151
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8"
@@ -142,13 +154,28 @@
142154
"@babel/template" "^7.24.6"
143155
"@babel/types" "^7.24.6"
144156

157+
"@babel/helper-function-name@^7.24.7":
158+
version "7.24.7"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
160+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
161+
dependencies:
162+
"@babel/template" "^7.24.7"
163+
"@babel/types" "^7.24.7"
164+
145165
"@babel/helper-hoist-variables@^7.24.6":
146166
version "7.24.6"
147167
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9"
148168
integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==
149169
dependencies:
150170
"@babel/types" "^7.24.6"
151171

172+
"@babel/helper-hoist-variables@^7.24.7":
173+
version "7.24.7"
174+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
175+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
176+
dependencies:
177+
"@babel/types" "^7.24.7"
178+
152179
"@babel/helper-member-expression-to-functions@^7.24.6":
153180
version "7.24.6"
154181
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz#86084f3e0e4e2169a134754df3870bc7784db71e"
@@ -163,16 +190,24 @@
163190
dependencies:
164191
"@babel/types" "^7.24.6"
165192

166-
"@babel/helper-module-transforms@^7.24.6":
167-
version "7.24.6"
168-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e"
169-
integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==
193+
"@babel/helper-module-imports@^7.24.7":
194+
version "7.24.7"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
196+
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
170197
dependencies:
171-
"@babel/helper-environment-visitor" "^7.24.6"
172-
"@babel/helper-module-imports" "^7.24.6"
173-
"@babel/helper-simple-access" "^7.24.6"
174-
"@babel/helper-split-export-declaration" "^7.24.6"
175-
"@babel/helper-validator-identifier" "^7.24.6"
198+
"@babel/traverse" "^7.24.7"
199+
"@babel/types" "^7.24.7"
200+
201+
"@babel/helper-module-transforms@^7.24.6", "@babel/helper-module-transforms@^7.24.7":
202+
version "7.24.7"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
204+
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
205+
dependencies:
206+
"@babel/helper-environment-visitor" "^7.24.7"
207+
"@babel/helper-module-imports" "^7.24.7"
208+
"@babel/helper-simple-access" "^7.24.7"
209+
"@babel/helper-split-export-declaration" "^7.24.7"
210+
"@babel/helper-validator-identifier" "^7.24.7"
176211

177212
"@babel/helper-optimise-call-expression@^7.24.6":
178213
version "7.24.6"
@@ -211,6 +246,14 @@
211246
dependencies:
212247
"@babel/types" "^7.24.6"
213248

249+
"@babel/helper-simple-access@^7.24.7":
250+
version "7.24.7"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
252+
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
253+
dependencies:
254+
"@babel/traverse" "^7.24.7"
255+
"@babel/types" "^7.24.7"
256+
214257
"@babel/helper-skip-transparent-expression-wrappers@^7.24.6":
215258
version "7.24.6"
216259
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz#c47e9b33b7ea50d1073e125ebc26661717cb7040"
@@ -225,21 +268,38 @@
225268
dependencies:
226269
"@babel/types" "^7.24.6"
227270

228-
"@babel/helper-string-parser@^7.24.6":
229-
version "7.24.6"
230-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
231-
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
271+
"@babel/helper-split-export-declaration@^7.24.7":
272+
version "7.24.7"
273+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
274+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
275+
dependencies:
276+
"@babel/types" "^7.24.7"
277+
278+
"@babel/helper-string-parser@^7.24.7":
279+
version "7.24.7"
280+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
281+
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
232282

233283
"@babel/helper-validator-identifier@^7.24.6":
234284
version "7.24.6"
235285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
236286
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
237287

288+
"@babel/helper-validator-identifier@^7.24.7":
289+
version "7.24.7"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
291+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
292+
238293
"@babel/helper-validator-option@^7.24.6":
239294
version "7.24.6"
240295
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
241296
integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==
242297

298+
"@babel/helper-validator-option@^7.24.7":
299+
version "7.24.7"
300+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
301+
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
302+
243303
"@babel/helper-wrap-function@^7.24.6":
244304
version "7.24.6"
245305
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.6.tgz#c27af1006e310683fdc76b668a0a1f6003e36217"
@@ -249,20 +309,20 @@
249309
"@babel/template" "^7.24.6"
250310
"@babel/types" "^7.24.6"
251311

252-
"@babel/helpers@^7.24.6":
253-
version "7.24.6"
254-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
255-
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
312+
"@babel/helpers@^7.24.7":
313+
version "7.24.7"
314+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
315+
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
256316
dependencies:
257-
"@babel/template" "^7.24.6"
258-
"@babel/types" "^7.24.6"
317+
"@babel/template" "^7.24.7"
318+
"@babel/types" "^7.24.7"
259319

260-
"@babel/highlight@^7.24.6":
261-
version "7.24.6"
262-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df"
263-
integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==
320+
"@babel/highlight@^7.24.7":
321+
version "7.24.7"
322+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
323+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
264324
dependencies:
265-
"@babel/helper-validator-identifier" "^7.24.6"
325+
"@babel/helper-validator-identifier" "^7.24.7"
266326
chalk "^2.4.2"
267327
js-tokens "^4.0.0"
268328
picocolors "^1.0.0"
@@ -279,10 +339,10 @@
279339
regenerator-runtime "^0.14.0"
280340
v8flags "^3.1.1"
281341

282-
"@babel/parser@^7.19.4", "@babel/parser@^7.24.6":
283-
version "7.24.6"
284-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
285-
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
342+
"@babel/parser@^7.19.4", "@babel/parser@^7.24.7":
343+
version "7.24.7"
344+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
345+
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
286346

287347
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6":
288348
version "7.24.6"
@@ -954,38 +1014,38 @@
9541014
dependencies:
9551015
regenerator-runtime "^0.13.4"
9561016

957-
"@babel/template@^7.24.6":
958-
version "7.24.6"
959-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9"
960-
integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==
1017+
"@babel/template@^7.24.6", "@babel/template@^7.24.7":
1018+
version "7.24.7"
1019+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
1020+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
9611021
dependencies:
962-
"@babel/code-frame" "^7.24.6"
963-
"@babel/parser" "^7.24.6"
964-
"@babel/types" "^7.24.6"
1022+
"@babel/code-frame" "^7.24.7"
1023+
"@babel/parser" "^7.24.7"
1024+
"@babel/types" "^7.24.7"
9651025

966-
"@babel/traverse@^7.24.6":
967-
version "7.24.6"
968-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
969-
integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==
970-
dependencies:
971-
"@babel/code-frame" "^7.24.6"
972-
"@babel/generator" "^7.24.6"
973-
"@babel/helper-environment-visitor" "^7.24.6"
974-
"@babel/helper-function-name" "^7.24.6"
975-
"@babel/helper-hoist-variables" "^7.24.6"
976-
"@babel/helper-split-export-declaration" "^7.24.6"
977-
"@babel/parser" "^7.24.6"
978-
"@babel/types" "^7.24.6"
1026+
"@babel/traverse@^7.24.7":
1027+
version "7.24.7"
1028+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
1029+
integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
1030+
dependencies:
1031+
"@babel/code-frame" "^7.24.7"
1032+
"@babel/generator" "^7.24.7"
1033+
"@babel/helper-environment-visitor" "^7.24.7"
1034+
"@babel/helper-function-name" "^7.24.7"
1035+
"@babel/helper-hoist-variables" "^7.24.7"
1036+
"@babel/helper-split-export-declaration" "^7.24.7"
1037+
"@babel/parser" "^7.24.7"
1038+
"@babel/types" "^7.24.7"
9791039
debug "^4.3.1"
9801040
globals "^11.1.0"
9811041

982-
"@babel/types@^7.18.6", "@babel/types@^7.24.6", "@babel/types@^7.4.4":
983-
version "7.24.6"
984-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
985-
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
1042+
"@babel/types@^7.18.6", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.4.4":
1043+
version "7.24.7"
1044+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
1045+
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
9861046
dependencies:
987-
"@babel/helper-string-parser" "^7.24.6"
988-
"@babel/helper-validator-identifier" "^7.24.6"
1047+
"@babel/helper-string-parser" "^7.24.7"
1048+
"@babel/helper-validator-identifier" "^7.24.7"
9891049
to-fast-properties "^2.0.0"
9901050

9911051
"@isaacs/cliui@^8.0.2":

0 commit comments

Comments
 (0)