Skip to content

Commit

Permalink
chore: fix the openzeppelin contracts dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
adjisb committed Sep 22, 2023
1 parent 859e1ee commit 7e4a31d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/giveaway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.9.3"
"@openzeppelin/contracts-upgradeable": "4.9.3"
},
"devDependencies": {
"@dlsl/hardhat-markup": "^1.0.0-rc.14",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/contracts-upgradeable@npm:^4.8.2, @openzeppelin/contracts-upgradeable@npm:^4.9.0, @openzeppelin/contracts-upgradeable@npm:^4.9.2, @openzeppelin/contracts-upgradeable@npm:^4.9.3":
"@openzeppelin/contracts-upgradeable@npm:4.9.3, @openzeppelin/contracts-upgradeable@npm:^4.8.2, @openzeppelin/contracts-upgradeable@npm:^4.9.0, @openzeppelin/contracts-upgradeable@npm:^4.9.2":
version: 4.9.3
resolution: "@openzeppelin/contracts-upgradeable@npm:4.9.3"
checksum: bda0240b1d44c913ec5a4e109c622f216c2bbd7b468d210822f75782a5f7fe0609d08bf03b78b253333625e99e507cf2f75212f1de3b274bd9fc64ae967aeec3
Expand Down Expand Up @@ -2078,7 +2078,7 @@ __metadata:
"@nomicfoundation/hardhat-network-helpers": ^1.0.9
"@nomicfoundation/hardhat-toolbox": ^3.0.0
"@nomicfoundation/hardhat-verify": ^1.1.1
"@openzeppelin/contracts-upgradeable": ^4.9.3
"@openzeppelin/contracts-upgradeable": 4.9.3
"@release-it/keep-a-changelog": ^4.0.0
"@typechain/ethers-v6": ^0.5.0
"@typechain/hardhat": ^9.0.0
Expand Down

1 comment on commit 7e4a31d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/giveaway/contracts
   ERC2771Handler.sol100%100%100%100%
   SignedMultiGiveaway.sol100%100%100%100%
   SignedMultiGiveawayBase.sol100%100%100%100%

Please sign in to comment.