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

Bump web3 from 1.7.0 to 1.7.1 (#1323)

* Bump web3 from 1.7.0 to 1.7.1

Bumps [web3](https://github.com/ethereum/web3.js) from 1.7.0 to 1.7.1.
- [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.7.0...v1.7.1)

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

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

* bump all web3.js packages to v1.7.1

* npm audit fix

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] 2022-03-03 15:12:05 +00:00 committed by GitHub
parent 9a63cc0565
commit 87f43addc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 804 additions and 8460 deletions

9256
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,7 +54,7 @@
},
"homepage": "https://github.com/oceanprotocol/ocean.js#readme",
"peerDependencies": {
"web3": "^1.7.0"
"web3": "^1.7.1"
},
"dependencies": {
"@oceanprotocol/contracts": "1.0.0-alpha.21",
@ -62,9 +62,9 @@
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
"decimal.js": "^10.3.1",
"web3": "^1.7.0",
"web3-core": "^1.7.0",
"web3-eth-contract": "^1.7.0"
"web3": "^1.7.1",
"web3-core": "^1.7.1",
"web3-eth-contract": "^1.7.1"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.0.3",