Skip to content

Commit

Permalink
Bump @babel/node from 7.25.7 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.7 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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 3e30f98 commit 2f912a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@
picocolors "^1.0.0"

"@babel/node@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.25.7.tgz#3f413ce60043858090d7d9ce86c4247e3e677253"
integrity sha512-SLrRogiTuneH3mZeZQtWBECyVRtznezYdnH4UjatZjHrk/QP+GH9bqsToCWp23pPeA20NO1/p8kECzWt5TTpUA==
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.25.7"
"@babel/register" "^7.25.9"
commander "^6.2.0"
core-js "^3.30.2"
node-environment-flags "^1.0.5"
Expand Down Expand Up @@ -941,10 +941,10 @@
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
"@babel/plugin-transform-typescript" "^7.25.7"

"@babel/register@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.25.7.tgz#75ec0d3a8f843d344c51bf2f18fcc03f3a4c9117"
integrity sha512-qHTd2Rhn/rKhSUwdY6+n98FmwXN+N+zxSVx3zWqRe9INyvTpv+aQ5gDV2+43ACd3VtMBzPPljbb0gZb8u5ma6Q==
"@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==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
Expand Down

0 comments on commit 2f912a6

Please sign in to comment.