Bump web3modal from 1.9.11 to 1.9.12 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.11 to 1.9.12.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](https://github.com/web3modal/web3modal/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/6771/head
dependabot[bot] 2 years ago committed by GitHub
parent 41c31ccffe
commit 031e16a024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      apps/block_scout_web/assets/package-lock.json
  2. 2
      apps/block_scout_web/assets/package.json

@ -66,7 +66,7 @@
"util": "^0.12.5",
"viewerjs": "^1.11.2",
"web3": "^1.8.1",
"web3modal": "^1.9.11",
"web3modal": "^1.9.12",
"xss": "^1.0.14"
},
"devDependencies": {
@ -16525,9 +16525,9 @@
}
},
"node_modules/web3modal": {
"version": "1.9.11",
"resolved": "https://registry.npmjs.org/web3modal/-/web3modal-1.9.11.tgz",
"integrity": "sha512-fJ8HAHKxS05DlyZIV1oFbA7cT+E2/keyN1E4Yuhb023qGQIXlnht2DtTH978DERYnAnX28wZchwnwpSUnTTmhg==",
"version": "1.9.12",
"resolved": "https://registry.npmjs.org/web3modal/-/web3modal-1.9.12.tgz",
"integrity": "sha512-RiLY2tNOEUCobtsMTmhwl/FoHZGxRZz7SSdLsh6qbbybPNUO0rFPY8xam9SpPwlLd2cUDGiWkLgDUJde0sHxdw==",
"dependencies": {
"detect-browser": "^5.1.0",
"prop-types": "^15.7.2",
@ -29566,9 +29566,9 @@
}
},
"web3modal": {
"version": "1.9.11",
"resolved": "https://registry.npmjs.org/web3modal/-/web3modal-1.9.11.tgz",
"integrity": "sha512-fJ8HAHKxS05DlyZIV1oFbA7cT+E2/keyN1E4Yuhb023qGQIXlnht2DtTH978DERYnAnX28wZchwnwpSUnTTmhg==",
"version": "1.9.12",
"resolved": "https://registry.npmjs.org/web3modal/-/web3modal-1.9.12.tgz",
"integrity": "sha512-RiLY2tNOEUCobtsMTmhwl/FoHZGxRZz7SSdLsh6qbbybPNUO0rFPY8xam9SpPwlLd2cUDGiWkLgDUJde0sHxdw==",
"requires": {
"detect-browser": "^5.1.0",
"prop-types": "^15.7.2",

@ -78,7 +78,7 @@
"util": "^0.12.5",
"viewerjs": "^1.11.2",
"web3": "^1.8.1",
"web3modal": "^1.9.11",
"web3modal": "^1.9.12",
"xss": "^1.0.14"
},
"devDependencies": {

Loading…
Cancel
Save