Skip to content

Commit a9ba749

Browse files
committed
chore: upgrade @openzeppelin/contracts to 5.4.0 in issuance packages
- Updates issuance package from 5.3.0 to 5.4.0 (latest stable) - Updates issuance test package from 5.3.0 to 5.4.0 - Maintains compatibility with Solidity 0.8.27 - All tests passing with updated dependencies
1 parent 39b161c commit a9ba749

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/issuance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@graphprotocol/toolshed": "workspace:^",
4242
"@nomicfoundation/hardhat-ethers": "catalog:",
4343
"@nomicfoundation/hardhat-verify": "catalog:",
44-
"@openzeppelin/contracts": "^5.3.0",
45-
"@openzeppelin/contracts-upgradeable": "^5.3.0",
44+
"@openzeppelin/contracts": "^5.4.0",
45+
"@openzeppelin/contracts-upgradeable": "^5.4.0",
4646
"@openzeppelin/hardhat-upgrades": "^3.9.0",
4747
"@typechain/ethers-v6": "^0.5.0",
4848
"@typechain/hardhat": "catalog:",

packages/issuance/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@nomicfoundation/hardhat-foundry": "^1.1.1",
2323
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2424
"@nomicfoundation/hardhat-toolbox": "5.0.0",
25-
"@openzeppelin/contracts": "^5.3.0",
26-
"@openzeppelin/contracts-upgradeable": "^5.3.0",
25+
"@openzeppelin/contracts": "^5.4.0",
26+
"@openzeppelin/contracts-upgradeable": "^5.4.0",
2727
"@openzeppelin/foundry-upgrades": "0.4.0",
2828
"@types/chai": "^4.3.20",
2929
"@types/mocha": "^10.0.10",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)