Skip to content

Commit f243b1e

Browse files
Bump @babel/core from 7.24.6 to 7.24.7 (#1032)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f29004 commit f243b1e

File tree

2 files changed

+23
-152
lines changed

2 files changed

+23
-152
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.7",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",

yarn.lock

Lines changed: 22 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
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==
17-
dependencies:
18-
"@babel/highlight" "^7.24.6"
19-
picocolors "^1.0.0"
20-
2113
"@babel/code-frame@^7.24.7":
2214
version "7.24.7"
2315
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
@@ -31,37 +23,27 @@
3123
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
3224
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
3325

34-
"@babel/core@^7.24.6":
35-
version "7.24.6"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787"
37-
integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==
26+
"@babel/core@^7.24.7":
27+
version "7.24.7"
28+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
29+
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
3830
dependencies:
3931
"@ampproject/remapping" "^2.2.0"
40-
"@babel/code-frame" "^7.24.6"
41-
"@babel/generator" "^7.24.6"
42-
"@babel/helper-compilation-targets" "^7.24.6"
43-
"@babel/helper-module-transforms" "^7.24.6"
44-
"@babel/helpers" "^7.24.6"
45-
"@babel/parser" "^7.24.6"
46-
"@babel/template" "^7.24.6"
47-
"@babel/traverse" "^7.24.6"
48-
"@babel/types" "^7.24.6"
32+
"@babel/code-frame" "^7.24.7"
33+
"@babel/generator" "^7.24.7"
34+
"@babel/helper-compilation-targets" "^7.24.7"
35+
"@babel/helper-module-transforms" "^7.24.7"
36+
"@babel/helpers" "^7.24.7"
37+
"@babel/parser" "^7.24.7"
38+
"@babel/template" "^7.24.7"
39+
"@babel/traverse" "^7.24.7"
40+
"@babel/types" "^7.24.7"
4941
convert-source-map "^2.0.0"
5042
debug "^4.1.0"
5143
gensync "^1.0.0-beta.2"
5244
json5 "^2.2.3"
5345
semver "^6.3.1"
5446

55-
"@babel/generator@^7.24.6":
56-
version "7.24.6"
57-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
58-
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
59-
dependencies:
60-
"@babel/types" "^7.24.6"
61-
"@jridgewell/gen-mapping" "^0.3.5"
62-
"@jridgewell/trace-mapping" "^0.3.25"
63-
jsesc "^2.5.1"
64-
6547
"@babel/generator@^7.24.7":
6648
version "7.24.7"
6749
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
@@ -94,7 +76,7 @@
9476
"@babel/traverse" "^7.24.7"
9577
"@babel/types" "^7.24.7"
9678

97-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.7":
79+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
9880
version "7.24.7"
9981
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
10082
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
@@ -148,26 +130,13 @@
148130
lodash.debounce "^4.0.8"
149131
resolve "^1.14.2"
150132

151-
"@babel/helper-environment-visitor@^7.24.6":
152-
version "7.24.6"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d"
154-
integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==
155-
156133
"@babel/helper-environment-visitor@^7.24.7":
157134
version "7.24.7"
158135
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
159136
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
160137
dependencies:
161138
"@babel/types" "^7.24.7"
162139

163-
"@babel/helper-function-name@^7.24.6":
164-
version "7.24.6"
165-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8"
166-
integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==
167-
dependencies:
168-
"@babel/template" "^7.24.6"
169-
"@babel/types" "^7.24.6"
170-
171140
"@babel/helper-function-name@^7.24.7":
172141
version "7.24.7"
173142
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
@@ -176,13 +145,6 @@
176145
"@babel/template" "^7.24.7"
177146
"@babel/types" "^7.24.7"
178147

179-
"@babel/helper-hoist-variables@^7.24.6":
180-
version "7.24.6"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9"
182-
integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==
183-
dependencies:
184-
"@babel/types" "^7.24.6"
185-
186148
"@babel/helper-hoist-variables@^7.24.7":
187149
version "7.24.7"
188150
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
@@ -198,13 +160,6 @@
198160
"@babel/traverse" "^7.24.7"
199161
"@babel/types" "^7.24.7"
200162

201-
"@babel/helper-module-imports@^7.24.6":
202-
version "7.24.6"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
204-
integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==
205-
dependencies:
206-
"@babel/types" "^7.24.6"
207-
208163
"@babel/helper-module-imports@^7.24.7":
209164
version "7.24.7"
210165
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
@@ -213,17 +168,6 @@
213168
"@babel/traverse" "^7.24.7"
214169
"@babel/types" "^7.24.7"
215170

216-
"@babel/helper-module-transforms@^7.24.6":
217-
version "7.24.6"
218-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e"
219-
integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==
220-
dependencies:
221-
"@babel/helper-environment-visitor" "^7.24.6"
222-
"@babel/helper-module-imports" "^7.24.6"
223-
"@babel/helper-simple-access" "^7.24.6"
224-
"@babel/helper-split-export-declaration" "^7.24.6"
225-
"@babel/helper-validator-identifier" "^7.24.6"
226-
227171
"@babel/helper-module-transforms@^7.24.7":
228172
version "7.24.7"
229173
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
@@ -265,13 +209,6 @@
265209
"@babel/helper-member-expression-to-functions" "^7.24.7"
266210
"@babel/helper-optimise-call-expression" "^7.24.7"
267211

268-
"@babel/helper-simple-access@^7.24.6":
269-
version "7.24.6"
270-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1"
271-
integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==
272-
dependencies:
273-
"@babel/types" "^7.24.6"
274-
275212
"@babel/helper-simple-access@^7.24.7":
276213
version "7.24.7"
277214
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
@@ -288,35 +225,18 @@
288225
"@babel/traverse" "^7.24.7"
289226
"@babel/types" "^7.24.7"
290227

291-
"@babel/helper-split-export-declaration@^7.24.6":
292-
version "7.24.6"
293-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3"
294-
integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==
295-
dependencies:
296-
"@babel/types" "^7.24.6"
297-
298228
"@babel/helper-split-export-declaration@^7.24.7":
299229
version "7.24.7"
300230
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
301231
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
302232
dependencies:
303233
"@babel/types" "^7.24.7"
304234

305-
"@babel/helper-string-parser@^7.24.6":
306-
version "7.24.6"
307-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
308-
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
309-
310235
"@babel/helper-string-parser@^7.24.7":
311236
version "7.24.7"
312237
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
313238
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
314239

315-
"@babel/helper-validator-identifier@^7.24.6":
316-
version "7.24.6"
317-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
318-
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
319-
320240
"@babel/helper-validator-identifier@^7.24.7":
321241
version "7.24.7"
322242
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -337,23 +257,13 @@
337257
"@babel/traverse" "^7.24.7"
338258
"@babel/types" "^7.24.7"
339259

340-
"@babel/helpers@^7.24.6":
341-
version "7.24.6"
342-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
343-
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
344-
dependencies:
345-
"@babel/template" "^7.24.6"
346-
"@babel/types" "^7.24.6"
347-
348-
"@babel/highlight@^7.24.6":
349-
version "7.24.6"
350-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df"
351-
integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==
260+
"@babel/helpers@^7.24.7":
261+
version "7.24.7"
262+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
263+
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
352264
dependencies:
353-
"@babel/helper-validator-identifier" "^7.24.6"
354-
chalk "^2.4.2"
355-
js-tokens "^4.0.0"
356-
picocolors "^1.0.0"
265+
"@babel/template" "^7.24.7"
266+
"@babel/types" "^7.24.7"
357267

358268
"@babel/highlight@^7.24.7":
359269
version "7.24.7"
@@ -377,12 +287,7 @@
377287
regenerator-runtime "^0.14.0"
378288
v8flags "^3.1.1"
379289

380-
"@babel/parser@^7.19.4", "@babel/parser@^7.24.6":
381-
version "7.24.6"
382-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
383-
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
384-
385-
"@babel/parser@^7.24.7":
290+
"@babel/parser@^7.19.4", "@babel/parser@^7.24.7":
386291
version "7.24.7"
387292
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
388293
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
@@ -1057,15 +962,6 @@
1057962
dependencies:
1058963
regenerator-runtime "^0.13.4"
1059964

1060-
"@babel/template@^7.24.6":
1061-
version "7.24.6"
1062-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9"
1063-
integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==
1064-
dependencies:
1065-
"@babel/code-frame" "^7.24.6"
1066-
"@babel/parser" "^7.24.6"
1067-
"@babel/types" "^7.24.6"
1068-
1069965
"@babel/template@^7.24.7":
1070966
version "7.24.7"
1071967
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
@@ -1075,22 +971,6 @@
1075971
"@babel/parser" "^7.24.7"
1076972
"@babel/types" "^7.24.7"
1077973

1078-
"@babel/traverse@^7.24.6":
1079-
version "7.24.6"
1080-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
1081-
integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==
1082-
dependencies:
1083-
"@babel/code-frame" "^7.24.6"
1084-
"@babel/generator" "^7.24.6"
1085-
"@babel/helper-environment-visitor" "^7.24.6"
1086-
"@babel/helper-function-name" "^7.24.6"
1087-
"@babel/helper-hoist-variables" "^7.24.6"
1088-
"@babel/helper-split-export-declaration" "^7.24.6"
1089-
"@babel/parser" "^7.24.6"
1090-
"@babel/types" "^7.24.6"
1091-
debug "^4.3.1"
1092-
globals "^11.1.0"
1093-
1094974
"@babel/traverse@^7.24.7":
1095975
version "7.24.7"
1096976
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
@@ -1107,16 +987,7 @@
1107987
debug "^4.3.1"
1108988
globals "^11.1.0"
1109989

1110-
"@babel/types@^7.18.6", "@babel/types@^7.24.6", "@babel/types@^7.4.4":
1111-
version "7.24.6"
1112-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
1113-
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
1114-
dependencies:
1115-
"@babel/helper-string-parser" "^7.24.6"
1116-
"@babel/helper-validator-identifier" "^7.24.6"
1117-
to-fast-properties "^2.0.0"
1118-
1119-
"@babel/types@^7.24.7":
990+
"@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.4.4":
1120991
version "7.24.7"
1121992
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
1122993
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==

0 commit comments

Comments
 (0)