1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00

Merge pull request #65 from oceanprotocol/dependabot/npm_and_yarn/web3modal-1.9.0

Bump web3modal from 1.8.0 to 1.9.0
This commit is contained in:
Matthias Kretschmann 2020-07-27 11:26:13 +02:00 committed by GitHub
commit 47a9a4a578
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",