Skip to content

Commit 09e6dcb

Browse files
committed
fix(deps): update dependency solc to v0.8.4
1 parent 3f666a1 commit 09e6dcb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"rollup-plugin-terser": "5.3.0",
126126
"sass": "^1.26.3",
127127
"sinon": "9.0.1",
128-
"solc": "0.6.4",
128+
"solc": "0.8.4",
129129
"solc4": "0.4.25",
130130
"stream": "0.0.2",
131131
"style-loader": "^1.1.3",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -6816,6 +6816,11 @@ follow-redirects@^1.0.0:
68166816
dependencies:
68176817
debug "^3.0.0"
68186818

6819+
follow-redirects@^1.12.1:
6820+
version "1.14.0"
6821+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.0.tgz#f5d260f95c5f8c105894491feee5dc8993b402fe"
6822+
integrity sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==
6823+
68196824
for-in@^0.1.4:
68206825
version "0.1.8"
68216826
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
@@ -14645,13 +14650,14 @@ [email protected]:
1464514650
semver "^5.3.0"
1464614651
yargs "^4.7.1"
1464714652

14648-
solc@0.6.4:
14649-
version "0.6.4"
14650-
resolved "https://registry.yarnpkg.com/solc/-/solc-0.6.4.tgz#4b0f11fccd6f5ef9802c6bb1c007abb16881c2ca"
14651-
integrity sha512-HjUCys7ue9n7lGCa1XNf+wDdEY/wY64CpwnD4iPxW+BYYUX6ytwWXKitoolPXOOVxq4jewvwtL7Pngs+5k954A==
14653+
solc@0.8.4:
14654+
version "0.8.4"
14655+
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.4.tgz#c7e606e5fc07f3fe37414bc3dd868404399ea8bb"
14656+
integrity sha512-krEdbucX9yY362l79gXTK2UHhsZ02aQjQOYTzcgTd/waApueo3yWGzjX0CDJ1ByOuW46WuKAyzfbRWdFNr6OYQ==
1465214657
dependencies:
1465314658
command-exists "^1.2.8"
1465414659
commander "3.0.2"
14660+
follow-redirects "^1.12.1"
1465514661
fs-extra "^0.30.0"
1465614662
js-sha3 "0.8.0"
1465714663
memorystream "^0.3.1"

0 commit comments

Comments
 (0)