Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2026

Removes tar. It's no longer used after updating ancestor dependencies tar, fsevents, ganache-core and usb. These dependencies need to be updated together.

Removes tar

Updates fsevents from 1.2.7 to 1.2.13

Release notes

Sourced from fsevents's releases.

Release v1.2.13

Only build on Mac-OSX

Release v1.2.11

Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.

The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.

Intermediate Release

No release notes provided.

Release v1.2.9 - Node v12 compatibility

No release notes provided.

Release Pre-NAPI v1.2.8

No release notes provided.

Commits

Updates ganache-core from 2.4.0 to 2.13.2

Release notes

Sourced from ganache-core's releases.

v2.13.2 – Taco Tuesday 🌮


We're moving to a betalatest release pipeline, where all non-hotfix changes are first released in a beta before being promoted to a stable release.

We'd love it if you'd start using the latest betas and let us know early and often if you find any bugs or regressions!

Highlights

v2.13.2 – Taco Tuesday 🌮

It's Tuesday. And you know what that means, don't you? Tacos! And tacos are delicious. And do you know what else is delicious? This release! It's got a couple of new bug fixes you'll want to check out, especially if you use the forking feature.

Bon appetit!


How to Upgrade

Upgrade to the latest version of ganache-core by running:

npm

npm uninstall ganache-core
npm install ganache-core@latest

yarn

yarn remove ganache-core
yarn add ganache-core@latest

Changelog

... (truncated)

Commits
  • ff312f6 2.13.2
  • a0d3354 chore: update eth-sig-util to v3.0.0 (#711)
  • 210c832 fix: handle failure to retrieve net_version when forking (#676)
  • 2de990f fix: storage value encoding in forked trie. (#658)
  • 1177fe8 Add removed field to Log JSON (#651)
  • 685b1d9 2.13.1
  • a74efce don't bundle web3-provider-engine
  • ce5d4d3 2.13.1-beta.1
  • d918080 update shrinkwrap after npm v7 update
  • 413bfc8 chore: ensure the shrinkwrap includes the right eth-sig-util version
  • Additional commits viewable in compare view

Updates usb from 1.5.0 to 1.9.2

Release notes

Sourced from usb's releases.

v1.9.2

Fixed

  • Fixed exit delay and hang by moving queue start/stop to device open/close - 460 (MikeColeGuru)

v1.9.1

Fixed

  • Reverted fix for exit delay fixing a segfault issue it introduced - 456 (Rob Moran)

v1.9.0

Changed

  • Changed libusb dependency to upstream v1.0.23 - 453 (Rob Moran)

v1.8.8

Fixed

  • Reverted exit delay and hang by moving queue start/stop to device open/close - 460 (MikeColeGuru)

v1.8.7

Fixed

  • Fixed prebuildify tags which lead to missing binaries - 477 (Rob Moran)

v1.8.6

Fixed

  • Fixed prebuildify tags which lead to missing binaries - 477 (Rob Moran)

v1.8.5

Fixed

  • Fixed lack of universal binary for MacOS darwin arm64 - 473 (Rob Moran)

v1.8.4

Fixed

  • Fixed lack of universal binary for MacOS darwin arm64 - 473 (Rob Moran)

v1.8.2

Added

  • Added definition for NAPI_VERSION 4 and added N-API v4 target to prebuildify - (Rob Moran)

Fixed

  • Fixed exit delay and hang by moving queue start/stop to device open/close - 460 (MikeColeGuru)

v1.8.1

Added

Fixed

v1.8.1-libusb.6

No release notes provided.

... (truncated)

Changelog

Sourced from usb's changelog.

[1.9.2] - 2021-12-05

Fixed

  • Fixed exit delay and hang by moving queue start/stop to device open/close - 460 (MikeColeGuru)

[1.9.1] - 2021-11-14

Fixed

  • Reverted fix for exit delay fixing a segfault issue it introduced - 456 (Rob Moran)

[1.9.0] - 2021-11-08

Changed

  • Changed libusb dependency to upstream v1.0.23 - 453 (Rob Moran)

[1.8.1] - 2021-11-08

Added

Fixed

[1.8.0] - 2021-10-14

Added

  • Added prebuildify and GitHub action for native binaries - 450 (Rob Moran)

Fixed

Changed

[1.7.2] - 2021-08-30

Fixed

  • Fixed crash when exiting on MacOS with Electron 9 - 440 (Daniel Main)

Changed

  • Breaking: Changed minimum Node.js version to 10 - 428 (Rob Moran)

[1.7.1] - 2021-05-08

Fixed

[1.7.0] - 2021-04-10

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by thegecko, a new releaser for usb since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependencies [tar](https://github.com/isaacs/node-tar), [fsevents](https://github.com/fsevents/fsevents), [ganache-core](https://github.com/trufflesuite/ganache-core) and [usb](https://github.com/node-usb/node-usb). These dependencies need to be updated together.


Removes `tar`

Updates `fsevents` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.2.7...v1.2.13)

Updates `ganache-core` from 2.4.0 to 2.13.2
- [Release notes](https://github.com/trufflesuite/ganache-core/releases)
- [Commits](ConsenSys-archive/ganache@v2.4.0...v2.13.2)

Updates `usb` from 1.5.0 to 1.9.2
- [Release notes](https://github.com/node-usb/node-usb/releases)
- [Changelog](https://github.com/node-usb/node-usb/blob/main/CHANGELOG.md)
- [Commits](node-usb/node-usb@1.5.0...v1.9.2)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: fsevents
  dependency-version: 1.2.13
  dependency-type: indirect
- dependency-name: ganache-core
  dependency-version: 2.13.2
  dependency-type: indirect
- dependency-name: usb
  dependency-version: 1.9.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 17, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant