chore(deps): bump solc from 0.8.26 to 0.8.27 in /apps/explorer (#10864)

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

---
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/10859/head
dependabot[bot] 2 months ago committed by GitHub
parent 2277fbeeb1
commit 95d1397b12
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.26" "solc": "0.8.27"
}, },
"engines": { "engines": {
"node": "18.x", "node": "18.x",
@ -76,9 +76,9 @@
} }
}, },
"node_modules/solc": { "node_modules/solc": {
"version": "0.8.26", "version": "0.8.27",
"resolved": "https://registry.npmjs.org/solc/-/solc-0.8.26.tgz", "resolved": "https://registry.npmjs.org/solc/-/solc-0.8.27.tgz",
"integrity": "sha512-yiPQNVf5rBFHwN6SIf3TUUvVAFKcQqmSUFeq+fb6pNRCo0ZCgpYOZDi3BVoezCPIAcKrVYd/qXlBLUP9wVrZ9g==", "integrity": "sha512-BNxMol2tUAbkH7HKlXBcBqrGi2aqgv+uMHz26mJyTtlVgWmBA4ktiw0qVKHfkjf2oaHbwtbtaSeE2dhn/gTAKw==",
"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.26", "version": "0.8.27",
"resolved": "https://registry.npmjs.org/solc/-/solc-0.8.26.tgz", "resolved": "https://registry.npmjs.org/solc/-/solc-0.8.27.tgz",
"integrity": "sha512-yiPQNVf5rBFHwN6SIf3TUUvVAFKcQqmSUFeq+fb6pNRCo0ZCgpYOZDi3BVoezCPIAcKrVYd/qXlBLUP9wVrZ9g==", "integrity": "sha512-BNxMol2tUAbkH7HKlXBcBqrGi2aqgv+uMHz26mJyTtlVgWmBA4ktiw0qVKHfkjf2oaHbwtbtaSeE2dhn/gTAKw==",
"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.26" "solc": "0.8.27"
} }
} }

Loading…
Cancel
Save