chore(deps): bump solc from 0.8.27 to 0.8.28 in /apps/explorer (#11105)

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.27 to 0.8.28.
- [Commits](https://github.com/ethereum/solc-js/compare/v0.8.27...v0.8.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/11114/head
dependabot[bot] 3 weeks ago committed by GitHub
parent eed883338e
commit 8124204897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      apps/explorer/package-lock.json
  2. 2
      apps/explorer/package.json

@ -7,7 +7,7 @@
"name": "blockscout", "name": "blockscout",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"solc": "0.8.27" "solc": "0.8.28"
}, },
"engines": { "engines": {
"node": "18.x", "node": "18.x",
@ -76,9 +76,9 @@
} }
}, },
"node_modules/solc": { "node_modules/solc": {
"version": "0.8.27", "version": "0.8.28",
"resolved": "https://registry.npmjs.org/solc/-/solc-0.8.27.tgz", "resolved": "https://registry.npmjs.org/solc/-/solc-0.8.28.tgz",
"integrity": "sha512-BNxMol2tUAbkH7HKlXBcBqrGi2aqgv+uMHz26mJyTtlVgWmBA4ktiw0qVKHfkjf2oaHbwtbtaSeE2dhn/gTAKw==", "integrity": "sha512-AFCiJ+b4RosyyNhnfdVH4ZR1+TxiL91iluPjw0EJslIu4LXGM9NYqi2z5y8TqochC4tcH9QsHfwWhOIC9jPDKA==",
"dependencies": { "dependencies": {
"command-exists": "^1.2.8", "command-exists": "^1.2.8",
"commander": "^8.1.0", "commander": "^8.1.0",
@ -144,9 +144,9 @@
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
}, },
"solc": { "solc": {
"version": "0.8.27", "version": "0.8.28",
"resolved": "https://registry.npmjs.org/solc/-/solc-0.8.27.tgz", "resolved": "https://registry.npmjs.org/solc/-/solc-0.8.28.tgz",
"integrity": "sha512-BNxMol2tUAbkH7HKlXBcBqrGi2aqgv+uMHz26mJyTtlVgWmBA4ktiw0qVKHfkjf2oaHbwtbtaSeE2dhn/gTAKw==", "integrity": "sha512-AFCiJ+b4RosyyNhnfdVH4ZR1+TxiL91iluPjw0EJslIu4LXGM9NYqi2z5y8TqochC4tcH9QsHfwWhOIC9jPDKA==",
"requires": { "requires": {
"command-exists": "^1.2.8", "command-exists": "^1.2.8",
"commander": "^8.1.0", "commander": "^8.1.0",

@ -13,6 +13,6 @@
}, },
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"solc": "0.8.27" "solc": "0.8.28"
} }
} }

Loading…
Cancel
Save