From ba92b27decfe30f6f40f595c49a654782cbdc8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:52:33 +0000 Subject: [PATCH] chore(deps): Bump @openzeppelin/contracts in /projects/v3-periphery Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.2-solc-0.7 to 4.8.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.8.3/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v3.4.2-solc-0.7...v4.8.3) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/v3-periphery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/v3-periphery/package.json b/projects/v3-periphery/package.json index ca596247..9d6fc9fe 100644 --- a/projects/v3-periphery/package.json +++ b/projects/v3-periphery/package.json @@ -24,7 +24,7 @@ "node": ">=10" }, "dependencies": { - "@openzeppelin/contracts": "3.4.2-solc-0.7", + "@openzeppelin/contracts": "4.8.3", "@openzeppelin/contracts-upgradeable": "3.4.2-solc-0.7", "@uniswap/lib": "^4.0.1-alpha", "@uniswap/v2-core": "1.0.1",