From 8b183b1b3737236f3030bbf2d2e09f72ba0a4ae0 Mon Sep 17 00:00:00 2001 From: Matthew Lilley Date: Mon, 21 Feb 2022 17:50:47 +0000 Subject: [PATCH] chore: bump deps --- hardhat.config.ts | 12 +++++- package.json | 8 ++-- spec/harness/SymbolicTridentCallee.sol | 2 +- yarn.lock | 53 +++++++++++++------------- 4 files changed, 42 insertions(+), 33 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 59ae920b..ac3d0a4a 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -14,7 +14,6 @@ import "hardhat-spdx-license-identifier"; import "hardhat-tracer"; import "hardhat-watcher"; import "solidity-coverage"; - import "./tasks"; import { HardhatUserConfig } from "hardhat/config"; @@ -36,7 +35,16 @@ const config: HardhatUserConfig = { enabled: process.env.REPORT_GAS === "true", // outputFile: `gas-${Date.now()}.json`, // outputFile: "gas.json", - excludeContracts: ["examples", "flat", "mocks", "pool/concentrated", "pool/franchised", "pool/hybrid", "pool/index", "TridentERC721"], + excludeContracts: [ + "examples", + "flat", + "mocks", + "pool/concentrated", + "pool/franchised", + "pool/hybrid", + "pool/index", + "TridentERC721", + ], // onlyCalledMethods: true, // showTimeSpent: true, }, diff --git a/package.json b/package.json index 1e514955..79b6a152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sushiswap/trident", - "version": "1.0.0-canary.29", + "version": "1.0.0-canary.30", "description": "Trident", "keywords": [ "trident", @@ -80,7 +80,7 @@ "@ethersproject/address": "^5.5.0", "@ethersproject/solidity": "^5.5.0", "@nomiclabs/hardhat-ethers": "yarn:hardhat-deploy-ethers", - "@nomiclabs/hardhat-etherscan": "^3.0.0", + "@nomiclabs/hardhat-etherscan": "^3.0.1", "@nomiclabs/hardhat-solhint": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.1", "@openzeppelin/contracts": "^4.4.1", @@ -101,9 +101,9 @@ "eip-712": "^0.4.3", "ethereum-waffle": "^3.4.0", "ethers": "^5.5.3", - "hardhat": "^2.8.2", + "hardhat": "^2.8.4", "hardhat-contract-sizer": "^2.3.0", - "hardhat-deploy": "^0.9.24", + "hardhat-deploy": "^0.10.5", "hardhat-deploy-ethers": "^0.3.0-beta.13", "hardhat-docgen": "^1.3.0", "hardhat-gas-reporter": "^1.0.6", diff --git a/spec/harness/SymbolicTridentCallee.sol b/spec/harness/SymbolicTridentCallee.sol index 4f2d8522..92ed7cda 100644 --- a/spec/harness/SymbolicTridentCallee.sol +++ b/spec/harness/SymbolicTridentCallee.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.8.0; diff --git a/yarn.lock b/yarn.lock index a94639c5..047f5e09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -585,6 +585,17 @@ dependencies: keccak "^3.0.0" +"@metamask/eth-sig-util@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@metamask/eth-sig-util/-/eth-sig-util-4.0.0.tgz#11553ba06de0d1352332c1bde28c8edd00e0dcf6" + integrity sha512-LczOjjxY4A7XYloxzyxJIHONELmUxVZncpOLoClpEcTiebiVdM46KRPYXGuULro9oNNR2xdVx3yoKiQjdfWmoA== + dependencies: + ethereumjs-abi "^0.6.8" + ethereumjs-util "^6.2.1" + ethjs-util "^0.1.6" + tweetnacl "^1.0.3" + tweetnacl-util "^0.15.1" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" @@ -612,10 +623,10 @@ resolved "https://registry.yarnpkg.com/hardhat-deploy-ethers/-/hardhat-deploy-ethers-0.3.0-beta.13.tgz#b96086ff768ddf69928984d5eb0a8d78cfca9366" integrity sha512-PdWVcKB9coqWV1L7JTpfXRCI91Cgwsm7KLmBcwZ8f0COSm1xtABHZTyz3fvF6p42cTnz1VM0QnfDvMFlIRkSNw== -"@nomiclabs/hardhat-etherscan@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.0.0.tgz#06e0d59787f01f1296d829e8d43fece50e7ffff1" - integrity sha512-E5s35dCHmzuY6pFqlgTdDGQr2xIyUJ3f91m6e7HYlPGz0FGzad9Nem/y0L7L3FHG4LPYg1UObkQVUzqBjtyAOA== +"@nomiclabs/hardhat-etherscan@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.0.1.tgz#25013e464451e75273736eada6473d98be56c283" + integrity sha512-ZeDMqUvbmWGSpsCkyD7QOsJ3lytNgmoOPpglOtgCfoIewb1o2Nz1PgofWYsSdIiWBtIN9rBF8ldU2jVpgsNhHg== dependencies: "@ethersproject/abi" "^5.1.2" "@ethersproject/address" "^5.0.2" @@ -4153,16 +4164,6 @@ eth-sig-util@^1.4.2: ethereumjs-abi "git+https://github.com/ethereumjs/ethereumjs-abi.git" ethereumjs-util "^5.1.1" -eth-sig-util@^2.5.2: - version "2.5.4" - resolved "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-2.5.4.tgz#577b01fe491b6bf59b0464be09633e20c1677bc5" - integrity sha512-aCMBwp8q/4wrW4QLsF/HYBOSA7TpLKmkVwP3pYQNkEEseW2Rr8Z5Uxc9/h6HX+OG3tuHo+2bINVSihIeBfym6A== - dependencies: - ethereumjs-abi "0.6.8" - ethereumjs-util "^5.1.1" - tweetnacl "^1.0.3" - tweetnacl-util "^0.15.0" - eth-tx-summary@^3.1.2: version "3.2.4" resolved "https://registry.yarnpkg.com/eth-tx-summary/-/eth-tx-summary-3.2.4.tgz#e10eb95eb57cdfe549bf29f97f1e4f1db679035c" @@ -4356,7 +4357,7 @@ ethereumjs-util@6.2.0: rlp "^2.2.3" secp256k1 "^3.0.1" -ethereumjs-util@6.2.1, ethereumjs-util@^6.0.0, ethereumjs-util@^6.1.0, ethereumjs-util@^6.2.0: +ethereumjs-util@6.2.1, ethereumjs-util@^6.0.0, ethereumjs-util@^6.1.0, ethereumjs-util@^6.2.0, ethereumjs-util@^6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz#fcb4e4dd5ceacb9d2305426ab1a5cd93e3163b69" integrity sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw== @@ -4516,7 +4517,7 @@ ethjs-unit@0.1.6: bn.js "4.11.6" number-to-bn "1.7.0" -ethjs-util@0.1.6, ethjs-util@^0.1.3: +ethjs-util@0.1.6, ethjs-util@^0.1.3, ethjs-util@^0.1.6: version "0.1.6" resolved "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.6.tgz#f308b62f185f9fe6237132fb2a9818866a5cd536" integrity sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w== @@ -5386,10 +5387,10 @@ hardhat-contract-sizer@^2.3.0: chalk "^4.0.0" cli-table3 "^0.6.0" -hardhat-deploy@^0.9.24: - version "0.9.24" - resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.9.24.tgz#0e0ca589dbeb9682c5b43e935246390cc5d6fb14" - integrity sha512-fIIg6Wt7lV8h+6c6dFnINUKcJ/5Wfe5GYDaDsGGPqaK2b71DaeFHjsWRL+2ozaHkMZjdyYBOweY09wRu/KM1Qw== +hardhat-deploy@^0.10.5: + version "0.10.5" + resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.10.5.tgz#d3f8ea85220f201110ce9205a601f27b369cc918" + integrity sha512-qBfcOfROd/WPbimxX0ZkcDyohD5DK2HrROIgRABiDvsyl8DjN7z8SRvoAGjBdUA34ov/pN3zXW1MBVGil3t7pg== dependencies: "@ethersproject/abi" "^5.4.0" "@ethersproject/abstract-signer" "^5.4.1" @@ -5474,10 +5475,10 @@ hardhat-watcher@^2.1.1: dependencies: chokidar "^3.4.3" -hardhat@^2.8.2: - version "2.8.2" - resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.8.2.tgz#3afc98866cfa9e7206de6326c8add5d9343ade57" - integrity sha512-cBUqzZGOi+lwKHArWl5Be7zeFIwlu1IUXOna6k5XhORZ8hAWDVbAJBVfxgmjkcX5GffIf0C5g841zRxo36sQ5g== +hardhat@^2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.8.4.tgz#b12cc8b8ea578fc6cefbcd9683d558adc302152d" + integrity sha512-lEwvQSbhABpKgBTJnRgdZ6nZZRmgKUF2G8aGNaBVIQnJeRZjELnZHLIWXAF1HW0Q1NFCyo9trxOrOuzmiS+r/w== dependencies: "@ethereumjs/block" "^3.6.0" "@ethereumjs/blockchain" "^5.5.0" @@ -5485,6 +5486,7 @@ hardhat@^2.8.2: "@ethereumjs/tx" "^3.4.0" "@ethereumjs/vm" "^5.6.0" "@ethersproject/abi" "^5.1.2" + "@metamask/eth-sig-util" "^4.0.0" "@sentry/node" "^5.18.1" "@solidity-parser/parser" "^0.14.0" "@types/bn.js" "^5.1.0" @@ -5498,7 +5500,6 @@ hardhat@^2.8.2: debug "^4.1.1" enquirer "^2.3.0" env-paths "^2.2.0" - eth-sig-util "^2.5.2" ethereum-cryptography "^0.1.2" ethereumjs-abi "^0.6.8" ethereumjs-util "^7.1.3" @@ -10201,7 +10202,7 @@ tunnel-agent@^0.6.0: dependencies: safe-buffer "^5.0.1" -tweetnacl-util@^0.15.0: +tweetnacl-util@^0.15.0, tweetnacl-util@^0.15.1: version "0.15.1" resolved "https://registry.yarnpkg.com/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz#b80fcdb5c97bcc508be18c44a4be50f022eea00b" integrity sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==