Skip to content

Commit a70d72a

Browse files
Bump @babel/core from 7.23.2 to 7.23.5 (#955)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.2 to 7.23.5. - [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.5/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 b643c9d commit a70d72a

File tree

2 files changed

+53
-64
lines changed

2 files changed

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

yarn.lock

Lines changed: 52 additions & 63 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":
14-
version "7.22.13"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
16-
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
13+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
14+
version "7.23.5"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
16+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
1717
dependencies:
18-
"@babel/highlight" "^7.22.13"
18+
"@babel/highlight" "^7.23.4"
1919
chalk "^2.4.2"
2020

2121
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@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.2":
27-
version "7.23.2"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
29-
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
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==
3030
dependencies:
3131
"@ampproject/remapping" "^2.2.0"
32-
"@babel/code-frame" "^7.22.13"
33-
"@babel/generator" "^7.23.0"
32+
"@babel/code-frame" "^7.23.5"
33+
"@babel/generator" "^7.23.5"
3434
"@babel/helper-compilation-targets" "^7.22.15"
35-
"@babel/helper-module-transforms" "^7.23.0"
36-
"@babel/helpers" "^7.23.2"
37-
"@babel/parser" "^7.23.0"
35+
"@babel/helper-module-transforms" "^7.23.3"
36+
"@babel/helpers" "^7.23.5"
37+
"@babel/parser" "^7.23.5"
3838
"@babel/template" "^7.22.15"
39-
"@babel/traverse" "^7.23.2"
40-
"@babel/types" "^7.23.0"
39+
"@babel/traverse" "^7.23.5"
40+
"@babel/types" "^7.23.5"
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.0":
48-
version "7.23.0"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
50-
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
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==
5151
dependencies:
52-
"@babel/types" "^7.23.0"
52+
"@babel/types" "^7.23.5"
5353
"@jridgewell/gen-mapping" "^0.3.2"
5454
"@jridgewell/trace-mapping" "^0.3.17"
5555
jsesc "^2.5.1"
@@ -180,17 +180,6 @@
180180
dependencies:
181181
"@babel/types" "^7.22.15"
182182

183-
"@babel/helper-module-transforms@^7.23.0":
184-
version "7.23.0"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
186-
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
187-
dependencies:
188-
"@babel/helper-environment-visitor" "^7.22.20"
189-
"@babel/helper-module-imports" "^7.22.15"
190-
"@babel/helper-simple-access" "^7.22.5"
191-
"@babel/helper-split-export-declaration" "^7.22.6"
192-
"@babel/helper-validator-identifier" "^7.22.20"
193-
194183
"@babel/helper-module-transforms@^7.23.3":
195184
version "7.23.3"
196185
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
@@ -253,10 +242,10 @@
253242
dependencies:
254243
"@babel/types" "^7.22.5"
255244

256-
"@babel/helper-string-parser@^7.22.5":
257-
version "7.22.5"
258-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
259-
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
245+
"@babel/helper-string-parser@^7.23.4":
246+
version "7.23.4"
247+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
248+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
260249

261250
"@babel/helper-validator-identifier@^7.22.20":
262251
version "7.22.20"
@@ -277,19 +266,19 @@
277266
"@babel/template" "^7.22.15"
278267
"@babel/types" "^7.22.19"
279268

280-
"@babel/helpers@^7.23.2":
281-
version "7.23.2"
282-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
283-
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
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==
284273
dependencies:
285274
"@babel/template" "^7.22.15"
286-
"@babel/traverse" "^7.23.2"
287-
"@babel/types" "^7.23.0"
275+
"@babel/traverse" "^7.23.5"
276+
"@babel/types" "^7.23.5"
288277

289-
"@babel/highlight@^7.22.13":
290-
version "7.22.20"
291-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
292-
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
278+
"@babel/highlight@^7.23.4":
279+
version "7.23.4"
280+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
281+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
293282
dependencies:
294283
"@babel/helper-validator-identifier" "^7.22.20"
295284
chalk "^2.4.2"
@@ -307,10 +296,10 @@
307296
regenerator-runtime "^0.14.0"
308297
v8flags "^3.1.1"
309298

310-
"@babel/parser@^7.19.4", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
311-
version "7.23.0"
312-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
313-
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
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==
314303

315304
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
316305
version "7.23.3"
@@ -983,28 +972,28 @@
983972
"@babel/parser" "^7.22.15"
984973
"@babel/types" "^7.22.15"
985974

986-
"@babel/traverse@^7.23.2":
987-
version "7.23.2"
988-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
989-
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
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==
990979
dependencies:
991-
"@babel/code-frame" "^7.22.13"
992-
"@babel/generator" "^7.23.0"
980+
"@babel/code-frame" "^7.23.5"
981+
"@babel/generator" "^7.23.5"
993982
"@babel/helper-environment-visitor" "^7.22.20"
994983
"@babel/helper-function-name" "^7.23.0"
995984
"@babel/helper-hoist-variables" "^7.22.5"
996985
"@babel/helper-split-export-declaration" "^7.22.6"
997-
"@babel/parser" "^7.23.0"
998-
"@babel/types" "^7.23.0"
986+
"@babel/parser" "^7.23.5"
987+
"@babel/types" "^7.23.5"
999988
debug "^4.1.0"
1000989
globals "^11.1.0"
1001990

1002-
"@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.4.4":
1003-
version "7.23.0"
1004-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1005-
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
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==
1006995
dependencies:
1007-
"@babel/helper-string-parser" "^7.22.5"
996+
"@babel/helper-string-parser" "^7.23.4"
1008997
"@babel/helper-validator-identifier" "^7.22.20"
1009998
to-fast-properties "^2.0.0"
1010999

0 commit comments

Comments
 (0)