Skip to content

Commit

Permalink
Merge pull request #233 from ERC725Alliance/build/oz
Browse files Browse the repository at this point in the history
build: upgrade OpenZeppelin contracts to 4.9.3
  • Loading branch information
CJ42 authored Aug 24, 2023
2 parents 5c1073c + bedd8ab commit f32e4c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions implementations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. See [standa
### [5.2.0](https://github.com/ERC725Alliance/ERC725/compare/v5.1.0...v5.2.0) (2023-07-25)

- Improve Natspec comments of smart contracts ([#229](https://github.com/ERC725Alliance/ERC725/pull/229))
- Bump version of `@openzeppelin/contracts` dependency from `4.9.2` to `4.9.3`

## [5.1.0](https://github.com/ERC725Alliance/ERC725/compare/v5.0.0...v5.1.0) (2023-06-21)

Expand Down
4 changes: 2 additions & 2 deletions implementations/package-lock.json

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

4 changes: 2 additions & 2 deletions implementations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"author": "Fabian Vogelsteller <fabian@lukso.network>",
"license": "Apache-2.0",
"dependencies": {
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"solidity-bytes-utils": "0.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit f32e4c1

Please sign in to comment.