Bump tough-cookie and web3

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [web3](https://github.com/ChainSafe/web3.js). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `web3` from 1.8.2 to 4.5.0
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/compare/v1.8.2...v4.5.0)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: web3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-21 07:02:51 +00:00 committed by GitHub
parent 41e1a36d7d
commit f2c2b6f34f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 364 additions and 2540 deletions

2902
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,6 @@
"@web3modal/ethereum": "^2.1.1",
"@web3modal/html": "^2.1.1",
"ethers": "^5.7.2",
"web3": "^1.8.2"
"web3": "^4.5.0"
}
}