1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump web3 from 1.3.6 to 1.4.0 (#876)

* Bump web3 from 1.3.6 to 1.4.0

Bumps [web3](https://github.com/ethereum/web3.js) from 1.3.6 to 1.4.0.
- [Release notes](https://github.com/ethereum/web3.js/releases)
- [Changelog](https://github.com/ChainSafe/web3.js/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/ethereum/web3.js/compare/v1.3.6...v1.4.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump web3-eth-contract to 1.4.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
dependabot[bot] 2021-07-13 13:27:49 +02:00 committed by GitHub
parent 7c27ebe2d3
commit 48fde43f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5439 additions and 170 deletions

5605
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,8 +55,8 @@
"node-abort-controller": "^2.0.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3": "^1.3.6",
"web3-eth-contract": "^1.3.6"
"web3": "^1.4.0",
"web3-eth-contract": "^1.4.0"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.4.1",