Skip to content

Commit 01f0ed4

Browse files
Bump @babel/core from 7.26.10 to 7.27.1 (#1094)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.10 to 7.27.1. - [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.27.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9c97c2 commit 01f0ed4

File tree

2 files changed

+23
-112
lines changed

2 files changed

+23
-112
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://sourceacademy.org/sicpjs",
2727
"devDependencies": {
28-
"@babel/core": "^7.26.10",
28+
"@babel/core": "^7.27.1",
2929
"@babel/node": "^7.27.1",
3030
"@babel/preset-env": "^7.27.1",
3131
"fs-extra": "^11.3.0",

yarn.lock

+22-111
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/code-frame@^7.26.2":
14-
version "7.26.2"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
16-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
17-
dependencies:
18-
"@babel/helper-validator-identifier" "^7.25.9"
19-
js-tokens "^4.0.0"
20-
picocolors "^1.0.0"
21-
2213
"@babel/code-frame@^7.27.1":
2314
version "7.27.1"
2415
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
@@ -33,38 +24,27 @@
3324
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
3425
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
3526

36-
"@babel/core@^7.26.10":
37-
version "7.26.10"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
39-
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
27+
"@babel/core@^7.27.1":
28+
version "7.27.1"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
30+
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
4031
dependencies:
4132
"@ampproject/remapping" "^2.2.0"
42-
"@babel/code-frame" "^7.26.2"
43-
"@babel/generator" "^7.26.10"
44-
"@babel/helper-compilation-targets" "^7.26.5"
45-
"@babel/helper-module-transforms" "^7.26.0"
46-
"@babel/helpers" "^7.26.10"
47-
"@babel/parser" "^7.26.10"
48-
"@babel/template" "^7.26.9"
49-
"@babel/traverse" "^7.26.10"
50-
"@babel/types" "^7.26.10"
33+
"@babel/code-frame" "^7.27.1"
34+
"@babel/generator" "^7.27.1"
35+
"@babel/helper-compilation-targets" "^7.27.1"
36+
"@babel/helper-module-transforms" "^7.27.1"
37+
"@babel/helpers" "^7.27.1"
38+
"@babel/parser" "^7.27.1"
39+
"@babel/template" "^7.27.1"
40+
"@babel/traverse" "^7.27.1"
41+
"@babel/types" "^7.27.1"
5142
convert-source-map "^2.0.0"
5243
debug "^4.1.0"
5344
gensync "^1.0.0-beta.2"
5445
json5 "^2.2.3"
5546
semver "^6.3.1"
5647

57-
"@babel/generator@^7.26.10", "@babel/generator@^7.27.0":
58-
version "7.27.0"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
60-
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
61-
dependencies:
62-
"@babel/parser" "^7.27.0"
63-
"@babel/types" "^7.27.0"
64-
"@jridgewell/gen-mapping" "^0.3.5"
65-
"@jridgewell/trace-mapping" "^0.3.25"
66-
jsesc "^3.0.2"
67-
6848
"@babel/generator@^7.27.1":
6949
version "7.27.1"
7050
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
@@ -90,7 +70,7 @@
9070
dependencies:
9171
"@babel/types" "^7.27.1"
9272

93-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1":
73+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1":
9474
version "7.27.1"
9575
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
9676
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
@@ -162,14 +142,6 @@
162142
"@babel/traverse" "^7.27.1"
163143
"@babel/types" "^7.27.1"
164144

165-
"@babel/helper-module-imports@^7.25.9":
166-
version "7.25.9"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
168-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
169-
dependencies:
170-
"@babel/traverse" "^7.25.9"
171-
"@babel/types" "^7.25.9"
172-
173145
"@babel/helper-module-imports@^7.27.1":
174146
version "7.27.1"
175147
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -178,15 +150,6 @@
178150
"@babel/traverse" "^7.27.1"
179151
"@babel/types" "^7.27.1"
180152

181-
"@babel/helper-module-transforms@^7.26.0":
182-
version "7.26.0"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
184-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
185-
dependencies:
186-
"@babel/helper-module-imports" "^7.25.9"
187-
"@babel/helper-validator-identifier" "^7.25.9"
188-
"@babel/traverse" "^7.25.9"
189-
190153
"@babel/helper-module-transforms@^7.27.1":
191154
version "7.27.1"
192155
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
@@ -234,21 +197,11 @@
234197
"@babel/traverse" "^7.27.1"
235198
"@babel/types" "^7.27.1"
236199

237-
"@babel/helper-string-parser@^7.25.9":
238-
version "7.25.9"
239-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
240-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
241-
242200
"@babel/helper-string-parser@^7.27.1":
243201
version "7.27.1"
244202
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
245203
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
246204

247-
"@babel/helper-validator-identifier@^7.25.9":
248-
version "7.25.9"
249-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
250-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
251-
252205
"@babel/helper-validator-identifier@^7.27.1":
253206
version "7.27.1"
254207
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
@@ -268,13 +221,13 @@
268221
"@babel/traverse" "^7.27.1"
269222
"@babel/types" "^7.27.1"
270223

271-
"@babel/helpers@^7.26.10":
272-
version "7.27.0"
273-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
274-
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
224+
"@babel/helpers@^7.27.1":
225+
version "7.27.1"
226+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
227+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
275228
dependencies:
276-
"@babel/template" "^7.27.0"
277-
"@babel/types" "^7.27.0"
229+
"@babel/template" "^7.27.1"
230+
"@babel/types" "^7.27.1"
278231

279232
"@babel/node@^7.27.1":
280233
version "7.27.1"
@@ -288,14 +241,7 @@
288241
regenerator-runtime "^0.14.0"
289242
v8flags "^3.1.1"
290243

291-
"@babel/parser@^7.19.4", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0":
292-
version "7.27.0"
293-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
294-
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
295-
dependencies:
296-
"@babel/types" "^7.27.0"
297-
298-
"@babel/parser@^7.27.1":
244+
"@babel/parser@^7.19.4", "@babel/parser@^7.27.1":
299245
version "7.27.1"
300246
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
301247
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
@@ -854,15 +800,6 @@
854800
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
855801
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
856802

857-
"@babel/template@^7.26.9", "@babel/template@^7.27.0":
858-
version "7.27.0"
859-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
860-
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
861-
dependencies:
862-
"@babel/code-frame" "^7.26.2"
863-
"@babel/parser" "^7.27.0"
864-
"@babel/types" "^7.27.0"
865-
866803
"@babel/template@^7.27.1":
867804
version "7.27.1"
868805
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
@@ -872,19 +809,6 @@
872809
"@babel/parser" "^7.27.1"
873810
"@babel/types" "^7.27.1"
874811

875-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10":
876-
version "7.27.0"
877-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
878-
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
879-
dependencies:
880-
"@babel/code-frame" "^7.26.2"
881-
"@babel/generator" "^7.27.0"
882-
"@babel/parser" "^7.27.0"
883-
"@babel/template" "^7.27.0"
884-
"@babel/types" "^7.27.0"
885-
debug "^4.3.1"
886-
globals "^11.1.0"
887-
888812
"@babel/traverse@^7.27.1":
889813
version "7.27.1"
890814
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -898,15 +822,7 @@
898822
debug "^4.3.1"
899823
globals "^11.1.0"
900824

901-
"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.4.4":
902-
version "7.27.0"
903-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
904-
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
905-
dependencies:
906-
"@babel/helper-string-parser" "^7.25.9"
907-
"@babel/helper-validator-identifier" "^7.25.9"
908-
909-
"@babel/types@^7.27.1":
825+
"@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.4.4":
910826
version "7.27.1"
911827
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
912828
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
@@ -2352,11 +2268,6 @@ path-scurry@^1.11.1:
23522268
lru-cache "^10.2.0"
23532269
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
23542270

2355-
picocolors@^1.0.0:
2356-
version "1.0.1"
2357-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
2358-
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
2359-
23602271
picocolors@^1.1.0, picocolors@^1.1.1:
23612272
version "1.1.1"
23622273
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"

0 commit comments

Comments
 (0)