Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump semver, truffle, truffle-contract and truffle-hdwallet-provider in /indexer #1885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump semver, truffle, truffle-contract and truffle-hdwal…
…let-provider

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle), [truffle-contract](https://github.com/trufflesuite/truffle) and [truffle-hdwallet-provider](https://github.com/trufflesuite/truffle). These dependencies need to be updated together.


Updates `semver` from 7.3.7 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.7...v7.5.3)

Updates `truffle` from 5.5.13 to 5.10.1
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/truffle@5.10.1/packages/truffle)

Updates `truffle-contract` from 4.0.31 to 4.0.31
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/truffle-contract@4.0.31...truffle-contract@4.0.31)

Updates `truffle-hdwallet-provider` from 1.0.17 to 1.0.17
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/truffle-hdwallet-provider@1.0.17...truffle-hdwallet-provider@1.0.17)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: truffle
  dependency-type: direct:production
- dependency-name: truffle-contract
  dependency-type: direct:production
- dependency-name: truffle-hdwallet-provider
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jun 24, 2023
commit 39edae515235d0326dd3a184a0390632e519242f
8,329 changes: 3,054 additions & 5,275 deletions indexer/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions indexer/package.json
Original file line number Diff line number Diff line change
@@ -26,9 +26,9 @@
"babel-register": "^6.26.0",
"dcl-tslint-config-standard": "^2.0.0",
"prettier": "^1.19.1",
"truffle": "^5.0.4",
"truffle-contract": "^4.0.5",
"truffle-hdwallet-provider": "^1.0.4",
"truffle": "^5.10.1",
"truffle-contract": "^4.0.31",
"truffle-hdwallet-provider": "^1.0.17",
"tslint-plugin-prettier": "^2.0.1"
}
}