Skip to content

Commit 816c42e

Browse files
Bump @babel/core from 7.23.5 to 7.23.9 (#969)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.5 to 7.23.9. - [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.23.9/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 a70d72a commit 816c42e

File tree

2 files changed

+84
-59
lines changed

2 files changed

+84
-59
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.22.19",
29-
"@babel/core": "^7.23.5",
29+
"@babel/core": "^7.23.9",
3030
"@babel/preset-env": "^7.23.5",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",

yarn.lock

Lines changed: 83 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,46 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
13+
"@babel/code-frame@^7.23.5":
1414
version "7.23.5"
1515
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
1616
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
1717
dependencies:
1818
"@babel/highlight" "^7.23.4"
1919
chalk "^2.4.2"
2020

21-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
21+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
2222
version "7.23.5"
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
2424
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
2525

26-
"@babel/core@^7.23.5":
27-
version "7.23.5"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.5.tgz#6e23f2acbcb77ad283c5ed141f824fd9f70101c7"
29-
integrity sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==
26+
"@babel/core@^7.23.9":
27+
version "7.23.9"
28+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
29+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
3030
dependencies:
3131
"@ampproject/remapping" "^2.2.0"
3232
"@babel/code-frame" "^7.23.5"
33-
"@babel/generator" "^7.23.5"
34-
"@babel/helper-compilation-targets" "^7.22.15"
33+
"@babel/generator" "^7.23.6"
34+
"@babel/helper-compilation-targets" "^7.23.6"
3535
"@babel/helper-module-transforms" "^7.23.3"
36-
"@babel/helpers" "^7.23.5"
37-
"@babel/parser" "^7.23.5"
38-
"@babel/template" "^7.22.15"
39-
"@babel/traverse" "^7.23.5"
40-
"@babel/types" "^7.23.5"
36+
"@babel/helpers" "^7.23.9"
37+
"@babel/parser" "^7.23.9"
38+
"@babel/template" "^7.23.9"
39+
"@babel/traverse" "^7.23.9"
40+
"@babel/types" "^7.23.9"
4141
convert-source-map "^2.0.0"
4242
debug "^4.1.0"
4343
gensync "^1.0.0-beta.2"
4444
json5 "^2.2.3"
4545
semver "^6.3.1"
4646

47-
"@babel/generator@^7.23.5":
48-
version "7.23.5"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755"
50-
integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==
47+
"@babel/generator@^7.23.6":
48+
version "7.23.6"
49+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
50+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
5151
dependencies:
52-
"@babel/types" "^7.23.5"
52+
"@babel/types" "^7.23.6"
5353
"@jridgewell/gen-mapping" "^0.3.2"
5454
"@jridgewell/trace-mapping" "^0.3.17"
5555
jsesc "^2.5.1"
@@ -75,14 +75,14 @@
7575
dependencies:
7676
"@babel/types" "^7.22.15"
7777

78-
"@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6":
79-
version "7.22.15"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
81-
integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
78+
"@babel/helper-compilation-targets@^7.22.15", "@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==
8282
dependencies:
83-
"@babel/compat-data" "^7.22.9"
84-
"@babel/helper-validator-option" "^7.22.15"
85-
browserslist "^4.21.9"
83+
"@babel/compat-data" "^7.23.5"
84+
"@babel/helper-validator-option" "^7.23.5"
85+
browserslist "^4.22.2"
8686
lru-cache "^5.1.1"
8787
semver "^6.3.1"
8888

@@ -252,7 +252,7 @@
252252
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
253253
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
254254

255-
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
255+
"@babel/helper-validator-option@^7.23.5":
256256
version "7.23.5"
257257
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
258258
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
@@ -266,14 +266,14 @@
266266
"@babel/template" "^7.22.15"
267267
"@babel/types" "^7.22.19"
268268

269-
"@babel/helpers@^7.23.5":
270-
version "7.23.5"
271-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e"
272-
integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==
269+
"@babel/helpers@^7.23.9":
270+
version "7.23.9"
271+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
272+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
273273
dependencies:
274-
"@babel/template" "^7.22.15"
275-
"@babel/traverse" "^7.23.5"
276-
"@babel/types" "^7.23.5"
274+
"@babel/template" "^7.23.9"
275+
"@babel/traverse" "^7.23.9"
276+
"@babel/types" "^7.23.9"
277277

278278
"@babel/highlight@^7.23.4":
279279
version "7.23.4"
@@ -296,10 +296,10 @@
296296
regenerator-runtime "^0.14.0"
297297
v8flags "^3.1.1"
298298

299-
"@babel/parser@^7.19.4", "@babel/parser@^7.22.15", "@babel/parser@^7.23.5":
300-
version "7.23.5"
301-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
302-
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
299+
"@babel/parser@^7.19.4", "@babel/parser@^7.23.9":
300+
version "7.23.9"
301+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
302+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
303303

304304
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
305305
version "7.23.3"
@@ -963,35 +963,35 @@
963963
dependencies:
964964
regenerator-runtime "^0.13.4"
965965

966-
"@babel/template@^7.22.15", "@babel/template@^7.22.5":
967-
version "7.22.15"
968-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
969-
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
966+
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.23.9":
967+
version "7.23.9"
968+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
969+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
970970
dependencies:
971-
"@babel/code-frame" "^7.22.13"
972-
"@babel/parser" "^7.22.15"
973-
"@babel/types" "^7.22.15"
971+
"@babel/code-frame" "^7.23.5"
972+
"@babel/parser" "^7.23.9"
973+
"@babel/types" "^7.23.9"
974974

975-
"@babel/traverse@^7.23.5":
976-
version "7.23.5"
977-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
978-
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
975+
"@babel/traverse@^7.23.9":
976+
version "7.23.9"
977+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
978+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
979979
dependencies:
980980
"@babel/code-frame" "^7.23.5"
981-
"@babel/generator" "^7.23.5"
981+
"@babel/generator" "^7.23.6"
982982
"@babel/helper-environment-visitor" "^7.22.20"
983983
"@babel/helper-function-name" "^7.23.0"
984984
"@babel/helper-hoist-variables" "^7.22.5"
985985
"@babel/helper-split-export-declaration" "^7.22.6"
986-
"@babel/parser" "^7.23.5"
987-
"@babel/types" "^7.23.5"
988-
debug "^4.1.0"
986+
"@babel/parser" "^7.23.9"
987+
"@babel/types" "^7.23.9"
988+
debug "^4.3.1"
989989
globals "^11.1.0"
990990

991-
"@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.23.5", "@babel/types@^7.4.4":
992-
version "7.23.5"
993-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
994-
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
991+
"@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.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
992+
version "7.23.9"
993+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
994+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
995995
dependencies:
996996
"@babel/helper-string-parser" "^7.23.4"
997997
"@babel/helper-validator-identifier" "^7.22.20"
@@ -1331,7 +1331,7 @@ braces@^3.0.2:
13311331
dependencies:
13321332
fill-range "^7.0.1"
13331333

1334-
browserslist@^4.21.9, browserslist@^4.22.1:
1334+
browserslist@^4.22.1:
13351335
version "4.22.1"
13361336
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619"
13371337
integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==
@@ -1341,6 +1341,16 @@ browserslist@^4.21.9, browserslist@^4.22.1:
13411341
node-releases "^2.0.13"
13421342
update-browserslist-db "^1.0.13"
13431343

1344+
browserslist@^4.22.2:
1345+
version "4.22.3"
1346+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.3.tgz#299d11b7e947a6b843981392721169e27d60c5a6"
1347+
integrity sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==
1348+
dependencies:
1349+
caniuse-lite "^1.0.30001580"
1350+
electron-to-chromium "^1.4.648"
1351+
node-releases "^2.0.14"
1352+
update-browserslist-db "^1.0.13"
1353+
13441354
buffer-from@^1.0.0:
13451355
version "1.1.1"
13461356
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -1385,6 +1395,11 @@ caniuse-lite@^1.0.30001541:
13851395
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001551.tgz#1f2cfa8820bd97c971a57349d7fd8f6e08664a3e"
13861396
integrity sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==
13871397

1398+
caniuse-lite@^1.0.30001580:
1399+
version "1.0.30001581"
1400+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz#0dfd4db9e94edbdca67d57348ebc070dece279f4"
1401+
integrity sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==
1402+
13881403
chalk@^2.4.2:
13891404
version "2.4.2"
13901405
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -1511,7 +1526,7 @@ cross-spawn@^7.0.0:
15111526
shebang-command "^2.0.0"
15121527
which "^2.0.1"
15131528

1514-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
1529+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3:
15151530
version "4.3.4"
15161531
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
15171532
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1564,6 +1579,11 @@ electron-to-chromium@^1.4.535:
15641579
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.559.tgz#050483c22c5eb2345017a8976a67b060559a33f4"
15651580
integrity sha512-iS7KhLYCSJbdo3rUSkhDTVuFNCV34RKs2UaB9Ecr7VlqzjjWW//0nfsFF5dtDmyXlZQaDYYtID5fjtC/6lpRug==
15661581

1582+
electron-to-chromium@^1.4.648:
1583+
version "1.4.653"
1584+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.653.tgz#832ab25e80ad698ac09c1ca547bd9ee6cce7df10"
1585+
integrity sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==
1586+
15671587
emoji-regex@^8.0.0:
15681588
version "8.0.0"
15691589
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -2451,6 +2471,11 @@ node-releases@^2.0.13:
24512471
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
24522472
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
24532473

2474+
node-releases@^2.0.14:
2475+
version "2.0.14"
2476+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
2477+
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
2478+
24542479
nopt@^6.0.0:
24552480
version "6.0.0"
24562481
resolved "https://registry.yarnpkg.com/nopt/-/nopt-6.0.0.tgz#245801d8ebf409c6df22ab9d95b65e1309cdb16d"

0 commit comments

Comments
 (0)