From 1c3637ba86c816827e6ca9cec91221339493a910 Mon Sep 17 00:00:00 2001 From: Don Mosites Date: Fri, 16 Feb 2024 08:24:02 +0100 Subject: [PATCH] upgrade ethers 5.7.2; bump utils, libraries --- package.json | 2 +- source/batch-call/package.json | 2 +- source/pool/package.json | 2 +- source/registry/package.json | 2 +- source/staking/package.json | 2 +- source/swap-erc20/package.json | 2 +- source/swap/package.json | 2 +- source/wrapper/package.json | 2 +- tools/libraries/package.json | 6 +++--- tools/stores/package.json | 4 ++-- tools/utils/package.json | 4 ++-- yarn.lock | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index b4ffc9e63..bc64507f0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "ethereum-waffle": "^4.0.10", - "ethers": "^5.6.9", + "ethers": "^5.7.2", "hardhat": "^2.12.7", "hardhat-gas-reporter": "^1.0.9", "husky": "^8.0.1", diff --git a/source/batch-call/package.json b/source/batch-call/package.json index 8e4853379..8ac4da9ef 100644 --- a/source/batch-call/package.json +++ b/source/batch-call/package.json @@ -31,7 +31,7 @@ "@airswap/swap-erc20": "4.2.1" }, "devDependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "prompt-confirm": "^2.0.4" }, "publishConfig": { diff --git a/source/pool/package.json b/source/pool/package.json index 4e022c02d..087a31e6a 100644 --- a/source/pool/package.json +++ b/source/pool/package.json @@ -31,7 +31,7 @@ "@openzeppelin/contracts": "^4.8.3" }, "devDependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "@airswap/merkle": "0.0.2", "prompt-confirm": "^2.0.4" }, diff --git a/source/registry/package.json b/source/registry/package.json index 6d8179e22..3c7dfda8b 100644 --- a/source/registry/package.json +++ b/source/registry/package.json @@ -32,7 +32,7 @@ "access": "public" }, "devDependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "prompt-confirm": "^2.0.4" } } diff --git a/source/staking/package.json b/source/staking/package.json index 19ade7278..12bda2906 100644 --- a/source/staking/package.json +++ b/source/staking/package.json @@ -32,7 +32,7 @@ "access": "public" }, "devDependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "prompt-confirm": "^2.0.4" } } diff --git a/source/swap-erc20/package.json b/source/swap-erc20/package.json index ab8bb35a2..b8aa829f4 100644 --- a/source/swap-erc20/package.json +++ b/source/swap-erc20/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@airswap/staking": "4.2.1", - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "prompt-confirm": "^2.0.4" }, "publishConfig": { diff --git a/source/swap/package.json b/source/swap/package.json index 1319461b8..90cdad28c 100644 --- a/source/swap/package.json +++ b/source/swap/package.json @@ -32,7 +32,7 @@ "@openzeppelin/contracts": "^4.8.3" }, "devDependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "@nomicfoundation/hardhat-network-helpers": "^1.0.7" }, "publishConfig": { diff --git a/source/wrapper/package.json b/source/wrapper/package.json index a4518c764..f2fa66128 100644 --- a/source/wrapper/package.json +++ b/source/wrapper/package.json @@ -32,7 +32,7 @@ "@openzeppelin/contracts": "^4.8.3" }, "devDependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "@uniswap/v2-periphery": "^1.1.0-beta.0", "prompt-confirm": "^2.0.4" }, diff --git a/tools/libraries/package.json b/tools/libraries/package.json index cd50df46c..8c4d37e54 100644 --- a/tools/libraries/package.json +++ b/tools/libraries/package.json @@ -1,6 +1,6 @@ { "name": "@airswap/libraries", - "version": "4.2.11", + "version": "4.2.12", "description": "AirSwap: Libraries for Developers", "repository": { "type": "git", @@ -29,10 +29,10 @@ "@airswap/staking": "4.2.1", "@airswap/swap": "4.2.1", "@airswap/swap-erc20": "4.2.1", - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "@airswap/wrapper": "4.2.1", "browser-or-node": "^2.1.1", - "ethers": "^5.6.9", + "ethers": "^5.7.2", "jayson": "^4.0.0", "tiny-typed-emitter": "^2.1.0", "websocket": "^1.0.34" diff --git a/tools/stores/package.json b/tools/stores/package.json index f0c840a75..40bb5a4ec 100644 --- a/tools/stores/package.json +++ b/tools/stores/package.json @@ -1,6 +1,6 @@ { "name": "@airswap/stores", - "version": "4.2.3", + "version": "4.2.4", "description": "AirSwap: Storage for Indexing", "repository": { "type": "git", @@ -22,7 +22,7 @@ "test": "REDISCLOUD_URL=redis://localhost:6379 TS_NODE_COMPILER_OPTIONS='{\"strict\":false}' yarn mocha -r ts-node/esm test/*.ts" }, "dependencies": { - "@airswap/utils": "4.2.8", + "@airswap/utils": "4.2.9", "redis": "^4.6.13" }, "devDependencies": { diff --git a/tools/utils/package.json b/tools/utils/package.json index 9be1dfe11..40b993d92 100644 --- a/tools/utils/package.json +++ b/tools/utils/package.json @@ -1,6 +1,6 @@ { "name": "@airswap/utils", - "version": "4.2.8", + "version": "4.2.9", "description": "AirSwap: Utilities for Developers", "repository": { "type": "git", @@ -26,7 +26,7 @@ "@uniswap/token-lists": "^1.0.0-beta.24", "bignumber.js": "^9.0.1", "ethereumjs-util": "^7.1.5", - "ethers": "^5.6.9", + "ethers": "^5.7.2", "lz-string": "^1.5.0", "valid-url": "^1.0.9" }, diff --git a/yarn.lock b/yarn.lock index 8ce99306f..d4dda8eab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4581,7 +4581,7 @@ ethers@^4.0.40: uuid "2.0.1" xmlhttprequest "1.8.0" -ethers@^5.6.9, ethers@^5.7.1: +ethers@^5.7.1, ethers@^5.7.2: version "5.7.2" resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e" integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==