Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps the production group with 39 updates:

Package From To
commander 14.0.2 14.0.3
undici 7.19.2 7.20.0
@babel/code-frame 7.28.6 7.29.0
@babel/compat-data 7.28.6 7.29.0
@babel/core 7.28.6 7.29.0
@babel/generator 7.28.6 7.29.0
@babel/parser 7.28.6 7.29.0
@babel/traverse 7.28.6 7.29.0
@babel/types 7.28.6 7.29.0
@isaacs/brace-expansion 5.0.0 5.0.1
@rollup/rollup-android-arm-eabi 4.57.0 4.57.1
@rollup/rollup-android-arm64 4.57.0 4.57.1
@rollup/rollup-darwin-arm64 4.57.0 4.57.1
@rollup/rollup-darwin-x64 4.57.0 4.57.1
@rollup/rollup-freebsd-arm64 4.57.0 4.57.1
@rollup/rollup-freebsd-x64 4.57.0 4.57.1
@rollup/rollup-linux-arm-gnueabihf 4.57.0 4.57.1
@rollup/rollup-linux-arm-musleabihf 4.57.0 4.57.1
@rollup/rollup-linux-arm64-gnu 4.57.0 4.57.1
@rollup/rollup-linux-arm64-musl 4.57.0 4.57.1
@rollup/rollup-linux-loong64-gnu 4.57.0 4.57.1
@rollup/rollup-linux-loong64-musl 4.57.0 4.57.1
@rollup/rollup-linux-ppc64-gnu 4.57.0 4.57.1
@rollup/rollup-linux-ppc64-musl 4.57.0 4.57.1
@rollup/rollup-linux-riscv64-gnu 4.57.0 4.57.1
@rollup/rollup-linux-riscv64-musl 4.57.0 4.57.1
@rollup/rollup-linux-s390x-gnu 4.57.0 4.57.1
@rollup/rollup-linux-x64-gnu 4.57.0 4.57.1
@rollup/rollup-linux-x64-musl 4.57.0 4.57.1
@rollup/rollup-openbsd-x64 4.57.0 4.57.1
@rollup/rollup-openharmony-arm64 4.57.0 4.57.1
@rollup/rollup-win32-arm64-msvc 4.57.0 4.57.1
@rollup/rollup-win32-ia32-msvc 4.57.0 4.57.1
@rollup/rollup-win32-x64-gnu 4.57.0 4.57.1
@rollup/rollup-win32-x64-msvc 4.57.0 4.57.1
baseline-browser-mapping 2.9.18 2.9.19
caniuse-lite 1.0.30001766 1.0.30001767
electron-to-chromium 1.5.279 1.5.286
rollup 4.57.0 4.57.1

Updates commander from 14.0.2 to 14.0.3

Release notes

Sourced from commander's releases.

v14.0.3

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)
Changelog

Sourced from commander's changelog.

[14.0.3] (2026-01-31)

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)
Commits

Updates undici from 7.19.2 to 7.20.0

Release notes

Sourced from undici's releases.

v7.20.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.19.2...v7.20.0

Commits

Updates @babel/code-frame from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/code-frame's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @babel/compat-data from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/compat-data's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @babel/core from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/core's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @babel/generator from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/generator's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @babel/parser from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/parser's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @babel/traverse from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/traverse's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits
  • aa8394e v7.29.0
  • 84366a8 fix(traverse): provide a hub when traversing a File or Program and no parentP...
  • 229eb45 [7.x backport] fix: Rename switch discriminant references when body creates s...
  • See full diff in compare view

Updates @babel/types from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/types's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @isaacs/brace-expansion from 5.0.0 to 5.0.1

Updates @rollup/rollup-android-arm-eabi from 4.57.0 to 4.57.1

Release notes

Sourced from @​rollup/rollup-android-arm-eabi's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm-eabi's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • See full diff in compare view

Updates @rollup/rollup-android-arm64 from 4.57.0 to 4.57.1

Release notes

Sourced from @​rollup/rollup-android-arm64's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm64's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • See full diff in compare view

Updates @rollup/rollup-darwin-arm64 from 4.57.0 to 4.57.1

Release notes

Sourced from @​rollup/rollup-darwin-arm64's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-arm64's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • See full diff in compare view

Updates @rollup/rollup-darwin-x64 from 4.57.0 to 4.57.1

Release notes

Sourced from @​rollup/rollup-darwin-x64's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • See full diff in compare view

Updates @rollup/rollup-freebsd-arm64 from 4.57.0 to 4.57.1

Release notes

Sourced from @​rollup/rollup-freebsd-arm64's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-arm64's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

Commits

Bumps the production group with 39 updates:

| Package | From | To |
| --- | --- | --- |
| [commander](https://github.com/tj/commander.js) | `14.0.2` | `14.0.3` |
| [undici](https://github.com/nodejs/undici) | `7.19.2` | `7.20.0` |
| [@babel/code-frame](https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame) | `7.28.6` | `7.29.0` |
| [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) | `7.28.6` | `7.29.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.6` | `7.29.0` |
| [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) | `7.28.6` | `7.29.0` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.28.6` | `7.29.0` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.28.6` | `7.29.0` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.28.6` | `7.29.0` |
| @isaacs/brace-expansion | `5.0.0` | `5.0.1` |
| [@rollup/rollup-android-arm-eabi](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-android-arm64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-freebsd-arm64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-freebsd-x64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-arm-gnueabihf](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-arm-musleabihf](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-arm64-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-arm64-musl](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-loong64-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-loong64-musl](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-ppc64-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-ppc64-musl](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-riscv64-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-riscv64-musl](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-s390x-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-linux-x64-musl](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-openbsd-x64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-openharmony-arm64](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-win32-arm64-msvc](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-win32-ia32-msvc](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-win32-x64-gnu](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [@rollup/rollup-win32-x64-msvc](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.9.18` | `2.9.19` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001766` | `1.0.30001767` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.279` | `1.5.286` |
| [rollup](https://github.com/rollup/rollup) | `4.57.0` | `4.57.1` |


Updates `commander` from 14.0.2 to 14.0.3
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.2...v14.0.3)

Updates `undici` from 7.19.2 to 7.20.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.19.2...v7.20.0)

Updates `@babel/code-frame` from 7.28.6 to 7.29.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.29.0/packages/babel-code-frame)

Updates `@babel/compat-data` from 7.28.6 to 7.29.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.29.0/packages/babel-compat-data)

Updates `@babel/core` from 7.28.6 to 7.29.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.29.0/packages/babel-core)

Updates `@babel/generator` from 7.28.6 to 7.29.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.29.0/packages/babel-generator)

Updates `@babel/parser` from 7.28.6 to 7.29.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.29.0/packages/babel-parser)

Updates `@babel/traverse` from 7.28.6 to 7.29.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.29.0/packages/babel-traverse)

Updates `@babel/types` from 7.28.6 to 7.29.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.29.0/packages/babel-types)

Updates `@isaacs/brace-expansion` from 5.0.0 to 5.0.1

Updates `@rollup/rollup-android-arm-eabi` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-android-arm64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-darwin-arm64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-darwin-x64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-freebsd-arm64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-freebsd-x64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-arm-gnueabihf` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-arm-musleabihf` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-arm64-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-arm64-musl` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-loong64-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-loong64-musl` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-ppc64-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-ppc64-musl` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-riscv64-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-riscv64-musl` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-s390x-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-x64-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-linux-x64-musl` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-openbsd-x64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-openharmony-arm64` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-win32-arm64-msvc` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-win32-ia32-msvc` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-win32-x64-gnu` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `@rollup/rollup-win32-x64-msvc` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

Updates `baseline-browser-mapping` from 2.9.18 to 2.9.19
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.9.18...v2.9.19)

Updates `caniuse-lite` from 1.0.30001766 to 1.0.30001767
- [Commits](browserslist/caniuse-lite@1.0.30001766...1.0.30001767)

Updates `electron-to-chromium` from 1.5.279 to 1.5.286
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

Updates `rollup` from 4.57.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.0...v4.57.1)

---
updated-dependencies:
- dependency-name: commander
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: undici
  dependency-version: 7.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/code-frame"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/compat-data"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/generator"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/parser"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/traverse"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@babel/types"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-android-arm-eabi"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-android-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-darwin-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-darwin-x64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-freebsd-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-freebsd-x64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-arm-gnueabihf"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-arm-musleabihf"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-arm64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-arm64-musl"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-loong64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-loong64-musl"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-ppc64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-ppc64-musl"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-riscv64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-riscv64-musl"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-s390x-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-linux-x64-musl"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-openbsd-x64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-openharmony-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-win32-arm64-msvc"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-win32-ia32-msvc"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-win32-x64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@rollup/rollup-win32-x64-msvc"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: baseline-browser-mapping
  dependency-version: 2.9.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001767
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: electron-to-chromium
  dependency-version: 1.5.286
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: rollup
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcommander@​14.0.2 ⏵ 14.0.398 +1100100 +190100
Updatedundici@​7.19.2 ⏵ 7.20.096 +1100100 +198100

View full report

@cb1kenobi cb1kenobi merged commit 5d5bf48 into main Feb 4, 2026
20 of 21 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-d2a0674fac branch February 4, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant