Skip to content

Commit 26abe60

Browse files
authored
Merge branch 'master' into add-streams
2 parents 210f303 + 3ff5fb5 commit 26abe60

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://sourceacademy.org/sicpjs",
2727
"devDependencies": {
28-
"@babel/node": "^7.24.7",
28+
"@babel/node": "^7.25.0",
2929
"@babel/core": "^7.24.7",
3030
"@babel/preset-env": "^7.24.7",
3131
"fs-extra": "^11.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@
275275
js-tokens "^4.0.0"
276276
picocolors "^1.0.0"
277277

278-
"@babel/node@^7.24.7":
279-
version "7.24.7"
280-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.24.7.tgz#e3aa97630655234764c19a54f6a974ef81bd9b64"
281-
integrity sha512-BCYNLxUQjGTgy8bAq12jy+Lt8soGWa/5u3s7U3aTVXxviIp0YVS+/Wm0b4eaitLVvetYrEoAiRF0QOk4WKsHAQ==
278+
"@babel/node@^7.25.0":
279+
version "7.25.0"
280+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.25.0.tgz#ea4511520a20f16b8d18df2c2db90d443929ac6d"
281+
integrity sha512-fgdlIcf1vLeZ6gUHcl799Wbk6no5tnkGi6t1gpAb1a97ZB+KCRp8Sgb7acGTjnFhOzqzcsbJ4+wzewqb6JM0tA==
282282
dependencies:
283283
"@babel/register" "^7.24.6"
284284
commander "^6.2.0"

0 commit comments

Comments
 (0)