diff --git a/integration-tests/package.json b/integration-tests/package.json index 63505012c4..71dd908aea 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -39,7 +39,7 @@ "@types/mocha": "^8.2.2", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", - "@uniswap/v3-core": "1.0.0", + "@uniswap/v3-core": "1.0.1", "@uniswap/v3-periphery": "^1.0.1", "@uniswap/v3-sdk": "^3.6.2", "async-mutex": "^0.3.2", diff --git a/yarn.lock b/yarn.lock index 64f69539ae..1b79e1e354 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4468,6 +4468,11 @@ resolved "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.0.tgz" integrity sha512-kSC4djMGKMHj7sLMYVnn61k9nu+lHjMIxgg9CDQT+s2QYLoA56GbSK9Oxr+qJXzzygbkrmuY6cwgP6cW2JXPFA== +"@uniswap/v3-core@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@uniswap/v3-core/-/v3-core-1.0.1.tgz#b6d2bdc6ba3c3fbd610bdc502395d86cd35264a0" + integrity sha512-7pVk4hEm00j9tc71Y9+ssYpO6ytkeI0y7WE9P6UcmNzhxPePwyAxImuhVsTqWK9YFvzgtvzJHi64pBl4jUzKMQ== + "@uniswap/v3-periphery@1.4.1": version "1.4.1" resolved "https://registry.npmjs.org/@uniswap/v3-periphery/-/v3-periphery-1.4.1.tgz"