Skip to content

Commit 321e46a

Browse files
Bump @babel/node from 7.24.7 to 7.26.0
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.24.7 to 7.26.0. - [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.26.0/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae3e717 commit 321e46a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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/node": "^7.24.6",
28+
"@babel/node": "^7.26.0",
2929
"@babel/core": "^7.24.6",
3030
"@babel/preset-env": "^7.24.6",
3131
"fs-extra": "^11.2.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@
260260
js-tokens "^4.0.0"
261261
picocolors "^1.0.0"
262262

263-
"@babel/node@^7.24.6":
264-
version "7.24.7"
265-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.24.7.tgz#e3aa97630655234764c19a54f6a974ef81bd9b64"
266-
integrity sha512-BCYNLxUQjGTgy8bAq12jy+Lt8soGWa/5u3s7U3aTVXxviIp0YVS+/Wm0b4eaitLVvetYrEoAiRF0QOk4WKsHAQ==
263+
"@babel/node@^7.26.0":
264+
version "7.26.0"
265+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.26.0.tgz#4b126f4eb56a05a97990a650fae0a24ad9b0c583"
266+
integrity sha512-5ASMjh42hbnqyCOK68Q5chh1jKAqn91IswFTN+niwt4FLABhEWCT1tEuuo6mlNQ4WG/oFQLvJ71PaHAKtWtJyA==
267267
dependencies:
268-
"@babel/register" "^7.24.6"
268+
"@babel/register" "^7.25.9"
269269
commander "^6.2.0"
270270
core-js "^3.30.2"
271271
node-environment-flags "^1.0.5"
@@ -924,10 +924,10 @@
924924
"@babel/types" "^7.4.4"
925925
esutils "^2.0.2"
926926

927-
"@babel/register@^7.24.6":
928-
version "7.24.6"
929-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.24.6.tgz#59e21dcc79e1d04eed5377633b0f88029a6bef9e"
930-
integrity sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==
927+
"@babel/register@^7.25.9":
928+
version "7.25.9"
929+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.25.9.tgz#1c465acf7dc983d70ccc318eb5b887ecb04f021b"
930+
integrity sha512-8D43jXtGsYmEeDvm4MWHYUpWf8iiXgWYx3fW7E7Wb7Oe6FWqJPl5K6TuFW0dOwNZzEE5rjlaSJYH9JjrUKJszA==
931931
dependencies:
932932
clone-deep "^4.0.1"
933933
find-cache-dir "^2.0.0"

0 commit comments

Comments
 (0)