Skip to content

Commit 7d50250

Browse files
committed
build(deps): resolve compact-builder to 0.0.5
0.0.4 reports a failed compactc run as success on Linux and writes no artifact, so a green compile could not be trusted. The range is transitive through compact-cli and `^0.0.4` semver-excludes 0.0.5, so this is a `yarn set resolution` override that lives only in yarn.lock. It disappears if the lockfile is regenerated; the durable fix is compact-cli widening its range. Refs: OpenZeppelin/compact-tools#162
1 parent 50857d2 commit 7d50250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,14 +952,14 @@ __metadata:
952952
linkType: hard
953953

954954
"@openzeppelin/compact-builder@npm:^0.0.4":
955-
version: 0.0.4
956-
resolution: "@openzeppelin/compact-builder@npm:0.0.4"
955+
version: 0.0.5
956+
resolution: "@openzeppelin/compact-builder@npm:0.0.5"
957957
dependencies:
958958
chalk: "npm:^6.0.0"
959959
log-symbols: "npm:^7.0.0"
960960
ora: "npm:^9.4.1"
961961
shell-quote: "npm:^1.10.0"
962-
checksum: 10/2c34de10435f21c112b000b527d81a00edc121433ee70f82e9b7991022568c0061709904eea5f9df4d34f2c22c3f146a6867aac50f339d66863df9951b1ef86b
962+
checksum: 10/b99019cf7784a9a7dcbcb5a28587d7cd16c1dfd20379e92b84a31876d7ddf2154c1b8189d92bed073640bb57ba0ea9b5d4e5113ba663a8d803d1ff7b187b0278
963963
languageName: node
964964
linkType: hard
965965

0 commit comments

Comments
 (0)