Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 0915e72 commit fd11293
Show file tree
Hide file tree
Showing 4 changed files with 1,499 additions and 1,363 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2",
"@openzeppelin/contracts": "^3.0.0"
"@openzeppelin/contracts": "^4.9.2"
},
"private": true
}
2 changes: 1 addition & 1 deletion examples/called-on-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2",
"@openzeppelin/contracts": "^3.4.2"
"@openzeppelin/contracts": "^4.9.2"
},
"private": true
}
2 changes: 1 addition & 1 deletion examples/typechain-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "eslint --fix '{src,test}/**/*.ts'"
},
"devDependencies": {
"@openzeppelin/contracts": "^3.0.0",
"@openzeppelin/contracts": "^4.9.2",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
Expand Down
Loading

0 comments on commit fd11293

Please sign in to comment.