Skip to content

Commit

Permalink
fix(deps): update dependency @truffle/artifactor to v4.0.199
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent edebb5a commit 2183e05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@ganache/console.log": "0.3.0",
"@openzeppelin/contracts8": "npm:@openzeppelin/contracts@^4.4.2",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/artifactor": "4.0.180",
"@truffle/artifactor": "4.0.199",
"@truffle/contract": "4.6.10",
"@truffle/resolver": "9.0.27",
"bignumber.js": "9.1.0",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4360,12 +4360,12 @@
fast-check "3.1.1"
web3-utils "1.10.0"

"@truffle/[email protected].180":
version "4.0.180"
resolved "https://registry.yarnpkg.com/@truffle/artifactor/-/artifactor-4.0.180.tgz#5dded58d923d5c2e6442d09d4d3d3d9b10646c05"
integrity sha512-XWY1w5KMYsYQ9XN+QbR5W95HXLKumxdi3so70SRUkmmEx9+vTlvhzJ/aeyCtuOzRO6WjdZ6pOaUxMNcW5BqQDg==
"@truffle/[email protected].199":
version "4.0.199"
resolved "https://registry.yarnpkg.com/@truffle/artifactor/-/artifactor-4.0.199.tgz#030ad7053635bfd0b4caee08495bdf800131e9d8"
integrity sha512-3FTWsf2WQi4kl7QYAOmmTXwo6kySBax4Jgjo+153l3NdEATjSnvevVJzw4dTSfdWfMw1sSwFPEfisQ6illrKYg==
dependencies:
"@truffle/contract-schema" "^3.4.11"
"@truffle/contract-schema" "^3.4.16"
fs-extra "^9.1.0"
lodash "^4.17.21"

Expand Down Expand Up @@ -4529,6 +4529,14 @@
ajv "^6.10.0"
debug "^4.3.1"

"@truffle/contract-schema@^3.4.16":
version "3.4.16"
resolved "https://registry.yarnpkg.com/@truffle/contract-schema/-/contract-schema-3.4.16.tgz#c529c3f230db407b2f03290373b20b7366f2d37e"
integrity sha512-g0WNYR/J327DqtJPI70ubS19K1Fth/1wxt2jFqLsPmz5cGZVjCwuhiie+LfBde4/Mc9QR8G+L3wtmT5cyoBxAg==
dependencies:
ajv "^6.10.0"
debug "^4.3.1"

"@truffle/contract-sources@^0.1.6", "@truffle/contract-sources@^0.1.8":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@truffle/contract-sources/-/contract-sources-0.1.12.tgz#7a3dfec1bcf6f3632c0f54e522fb6f12b0bdf34b"
Expand Down

0 comments on commit 2183e05

Please sign in to comment.