From e0d3d4425b8822fff16171843244159be941f811 Mon Sep 17 00:00:00 2001 From: Jonas Daniels Date: Tue, 19 Mar 2024 18:22:02 -0700 Subject: [PATCH] feat: Update dependencies in contracts/package.json --- contracts/package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/contracts/package.json b/contracts/package.json index f5bed2228..d318f03c1 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@thirdweb-dev/contracts", "description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI", - "version": "3.11.3", + "version": "3.12.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -17,11 +17,10 @@ "/abi" ], "dependencies": { - "@chainlink/contracts": "^0.6.1", - "@openzeppelin/contracts": "4.7.3", - "@openzeppelin/contracts-upgradeable": "4.7.3", + "@openzeppelin/contracts": "^4.9.3", + "@openzeppelin/contracts-upgradeable": "^4.9.3", "erc721a-upgradeable": "^3.3.0", - "@thirdweb-dev/dynamic-contracts": "^1.1.2" + "@thirdweb-dev/dynamic-contracts": "^1.2.4" }, "engines": { "node": ">=18.0.0"