Skip to content

Commit

Permalink
Bump @babel/node from 7.25.0 to 7.25.9
Browse files Browse the repository at this point in the history
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.25.0 to 7.25.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.25.9/packages/babel-node)

---
updated-dependencies:
- dependency-name: "@babel/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent c0de2f9 commit 60731af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/node": "^7.25.0",
"@babel/node": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/register": "^7.25.9",
"ffmpeg-static": "^5.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"

"@babel/node@^7.25.0":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.25.0.tgz#ea4511520a20f16b8d18df2c2db90d443929ac6d"
integrity sha512-fgdlIcf1vLeZ6gUHcl799Wbk6no5tnkGi6t1gpAb1a97ZB+KCRp8Sgb7acGTjnFhOzqzcsbJ4+wzewqb6JM0tA==
"@babel/node@^7.25.9":
version "7.25.9"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.25.9.tgz#309d407175003aee2c2f751700c53ee9002c6809"
integrity sha512-EvwozHOSnCWZYb96f5i4eRF0Lbsyh/YbOUx8fbpiOXTALDexM3SMQ1KTAbWdtKNsIybG9cAJKMcML+YfT30w5A==
dependencies:
"@babel/register" "^7.24.6"
"@babel/register" "^7.25.9"
commander "^6.2.0"
core-js "^3.30.2"
node-environment-flags "^1.0.5"
Expand Down Expand Up @@ -807,7 +807,7 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/register@^7.24.6", "@babel/register@^7.25.9":
"@babel/register@^7.25.9":
version "7.25.9"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.25.9.tgz#1c465acf7dc983d70ccc318eb5b887ecb04f021b"
integrity sha512-8D43jXtGsYmEeDvm4MWHYUpWf8iiXgWYx3fW7E7Wb7Oe6FWqJPl5K6TuFW0dOwNZzEE5rjlaSJYH9JjrUKJszA==
Expand Down

0 comments on commit 60731af

Please sign in to comment.