Skip to content

Commit

Permalink
Bump @openzeppelin/contracts from 3.4.2 to 4.9.3
Browse files Browse the repository at this point in the history
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.2 to 4.9.3.
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
- [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/CHANGELOG.md)
- [Commits](OpenZeppelin/openzeppelin-contracts@v3.4.2...v4.9.3)

---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 5924298 commit 2d06cc3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/waffle/arbitrager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "waffle waffle.json"
},
"devDependencies": {
"@openzeppelin/contracts": "~3.4.2",
"@openzeppelin/contracts": "~4.9.3",
"@types/chai": "~4.2.22",
"@types/mocha": "~9.0.0",
"chai": "~4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/waffle/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@acala-network/bodhi": "workspace:*",
"@acala-network/contracts": "4.3.4",
"@acala-network/eth-providers": "workspace:*",
"@openzeppelin/contracts": "^4.4.2",
"@openzeppelin/contracts": "^4.9.3",
"@polkadot/api": "9.10.3",
"@polkadot/keyring": "^10.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/waffle/erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "waffle waffle.json"
},
"devDependencies": {
"@openzeppelin/contracts": "~4.4.2",
"@openzeppelin/contracts": "~4.9.3",
"@types/chai": "~4.2.22",
"@types/mocha": "~9.0.0",
"chai": "~4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/waffle/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "waffle waffle.json"
},
"devDependencies": {
"@openzeppelin/contracts": "~3.4.2",
"@openzeppelin/contracts": "~4.9.3",
"@types/chai": "~4.2.22",
"@types/mocha": "~9.0.0",
"chai": "~4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/waffle/uniswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": ""
},
"devDependencies": {
"@openzeppelin/contracts": "~4.4.2",
"@openzeppelin/contracts": "~4.9.3",
"@types/chai": "~4.2.22",
"@types/mocha": "~9.0.0",
"chai": "~4.3.4",
Expand Down
32 changes: 9 additions & 23 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d06cc3

Please sign in to comment.