1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-26 12:29:01 +01:00

Bump web3modal from 1.8.0 to 1.9.0

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](https://github.com/web3modal/web3modal/compare/1.8.0...1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-27 01:52:14 +00:00 committed by GitHub
parent e410504c1f
commit 3556c545f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
package-lock.json generated
View File

@ -3393,9 +3393,9 @@
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
},
"detect-browser": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.1.0.tgz",
"integrity": "sha512-WKa9p+/MNwmTiS+V2AS6eGxic+807qvnV3hC+4z2GTY+F42h1n8AynVTMMc4EJBC32qMs6yjOTpeDEQQt/AVqQ=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.1.1.tgz",
"integrity": "sha512-5n2aWI57qC3kZaK4j2zYsG6L1LrxgLptGCNhMQgdKhVn6cSdcq43pp6xHPfTHG3TYM6myF4tIPWiZtfdVDgb9w=="
},
"detect-indent": {
"version": "6.0.0",
@ -10522,9 +10522,9 @@
}
},
"web3modal": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/web3modal/-/web3modal-1.8.0.tgz",
"integrity": "sha512-FsLZ3xnSK+jT22LCZz1M7Jibz/4e4Lf2wScKcNWKNJ4BzLWCp16Mmv6Hq4bgn5zOOqd3ADclH3TzS0l5DoCIKQ==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/web3modal/-/web3modal-1.9.0.tgz",
"integrity": "sha512-Lby0zGWBbdj+7ADlmtzNa3/RLnAMf2RMmNbrEXWkCZs8xZrVWNPkPcm7/RjmS/6FRStn29mhqTInjyHY6NJw+g==",
"requires": {
"detect-browser": "^5.1.0",
"prop-types": "^15.7.2",