From 7e1912db50e64506666fe744b7b33d510d41c1a5 Mon Sep 17 00:00:00 2001 From: Ardy <116569704+0xArdy@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:18:15 -0400 Subject: [PATCH] chore: update solidity-utils and solhint packages (#80) --- package.json | 4 ++-- yarn.lock | 36 ++++++++++++++++++++++++++---------- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 093b8745..0490886e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@defi-wonderland/keep3r-v2": "0.0.0-2d137af2", - "@defi-wonderland/solidity-utils": "0.0.0-4298c6c6", + "@defi-wonderland/solidity-utils": "0.0.0-3e9c8e8b", "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0", "forge-std": "https://github.com/foundry-rs/forge-std.git#e8a047e3f40f13fa37af6fe14e6e06283d9a060e", "solmate": "https://github.com/transmissions11/solmate.git#bfc9c25865a274a7827fea5abf6e4fb64fc64e6c" @@ -61,7 +61,7 @@ "husky": "8.0.3", "lint-staged": "13.2.2", "pinst": "3.0.0", - "solhint": "3.4.1", + "solhint": "3.5.1", "solhint-plugin-defi-wonderland": "1.1.0", "solidity-docgen": "0.6.0-beta.35", "sort-package-json": "2.4.1", diff --git a/yarn.lock b/yarn.lock index eb356040..3d027b08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -191,12 +191,12 @@ "@defi-wonderland/solidity-utils" "0.0.0-6c86c0fc" "@openzeppelin/contracts" "4.9.2" -"@defi-wonderland/solidity-utils@0.0.0-4298c6c6": - version "0.0.0-4298c6c6" - resolved "https://registry.yarnpkg.com/@defi-wonderland/solidity-utils/-/solidity-utils-0.0.0-4298c6c6.tgz#4ac9e4bcc586f7434715357310a7a3c30e81f17f" - integrity sha512-jpecgVx9hpnXXGnYnN8ayd1ONj4ljk0hI36ltNfkNwlDkLLzPt4/FY5YSyY/628Exfuy5X9Rl9gGv5UtYgAmtw== +"@defi-wonderland/solidity-utils@0.0.0-3e9c8e8b": + version "0.0.0-3e9c8e8b" + resolved "https://registry.npmjs.org/@defi-wonderland/solidity-utils/-/solidity-utils-0.0.0-3e9c8e8b.tgz#1f9c47506e1679ea36d0854e9aa69bd210af4da0" + integrity sha512-HCN5TTO58jTrLrAcxXwTPm++P0u4dMDnwVkssszoEu0SmVKwegzZOdoA+gNbfOjjYydph+3+9bAZbNXj+UK2rg== dependencies: - "@openzeppelin/contracts" "4.8.1" + "@openzeppelin/contracts" "4.9.2" ds-test "https://github.com/dapphub/ds-test" forge-std "https://github.com/foundry-rs/forge-std" @@ -1125,6 +1125,11 @@ dotgitignore@^2.1.0: find-up "^3.0.0" minimatch "^3.0.4" +"ds-test@git+https://github.com/dapphub/ds-test.git": + version "1.0.0" + uid e282159d5170298eb2455a6c05280ab5a73a4ef0 + resolved "git+https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0" + "ds-test@https://github.com/dapphub/ds-test": version "1.0.0" resolved "https://github.com/dapphub/ds-test#e282159d5170298eb2455a6c05280ab5a73a4ef0" @@ -1432,6 +1437,10 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== +"forge-std@git+https://github.com/foundry-rs/forge-std.git": + version "1.6.0" + resolved "git+https://github.com/foundry-rs/forge-std.git#c0c6a4206531a3f785538240412ea2467ef58ebf" + "forge-std@https://github.com/foundry-rs/forge-std": version "1.5.6" resolved "https://github.com/foundry-rs/forge-std#e8a047e3f40f13fa37af6fe14e6e06283d9a060e" @@ -2720,6 +2729,13 @@ semver@^7.1.1: dependencies: lru-cache "^6.0.0" +semver@^7.5.2: + version "7.5.4" + resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== + dependencies: + lru-cache "^6.0.0" + shebang-command@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" @@ -2818,10 +2834,10 @@ solhint@3.3.7: optionalDependencies: prettier "^1.14.3" -solhint@3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/solhint/-/solhint-3.4.1.tgz#8ea15b21c13d1be0b53fd46d605a24d0b36a0c46" - integrity sha512-pzZn2RlZhws1XwvLPVSsxfHrwsteFf5eySOhpAytzXwKQYbTCJV6z8EevYDiSVKMpWrvbKpEtJ055CuEmzp4Xg== +solhint@3.5.1: + version "3.5.1" + resolved "https://registry.npmjs.org/solhint/-/solhint-3.5.1.tgz#3cf47c173f1a223770c3bef719122d6d2d157371" + integrity sha512-29+vUIwUmsasKuIzCYOqiKlu4We7+BVYNuoKmDMWsmjfPDoJQpM65eBzYuqEr18lwvXpQAbjTGdzvm4iZIO9Uw== dependencies: "@solidity-parser/parser" "^0.16.0" ajv "^6.12.6" @@ -2836,7 +2852,7 @@ solhint@3.4.1: js-yaml "^4.1.0" lodash "^4.17.21" pluralize "^8.0.0" - semver "^6.3.0" + semver "^7.5.2" strip-ansi "^6.0.1" table "^6.8.1" text-table "^0.2.0"