Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Mar 1, 2024
1 parent 8058eb6 commit 3158a65
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 26 deletions.
16 changes: 8 additions & 8 deletions dist/SampleContract.dist.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// SPDX-License-Identifier: MIT

// File @openzeppelin/contracts/utils/[email protected].1
// File @openzeppelin/contracts/utils/[email protected].2

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
Expand Down Expand Up @@ -34,7 +34,7 @@ abstract contract Context {
}


// File @openzeppelin/contracts/access/[email protected].1
// File @openzeppelin/contracts/access/[email protected].2

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
Expand Down Expand Up @@ -136,7 +136,7 @@ abstract contract Ownable is Context {
}


// File @openzeppelin/contracts/utils/introspection/[email protected].1
// File @openzeppelin/contracts/utils/introspection/[email protected].2

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol)
Expand Down Expand Up @@ -165,7 +165,7 @@ interface IERC165 {
}


// File @openzeppelin/contracts/token/ERC721/[email protected].1
// File @openzeppelin/contracts/token/ERC721/[email protected].2

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC721/IERC721.sol)
Expand Down Expand Up @@ -302,7 +302,7 @@ interface IERC721 is IERC165 {
}


// File @openzeppelin/contracts/token/ERC20/[email protected].1
// File @openzeppelin/contracts/token/ERC20/[email protected].2

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)
Expand Down Expand Up @@ -385,7 +385,7 @@ interface IERC20 {
}


// File eth-token-recover/contracts/recover/RecoverERC20.sol@v6.1.3
// File eth-token-recover/contracts/recover/RecoverERC20.sol@v6.2.0

// Original license: SPDX_License_Identifier: MIT

Expand Down Expand Up @@ -413,7 +413,7 @@ abstract contract RecoverERC20 {
}


// File eth-token-recover/contracts/recover/RecoverERC721.sol@v6.1.3
// File eth-token-recover/contracts/recover/RecoverERC721.sol@v6.2.0

// Original license: SPDX_License_Identifier: MIT

Expand Down Expand Up @@ -446,7 +446,7 @@ abstract contract RecoverERC721 {
}


// File eth-token-recover/contracts/TokenRecover.sol@v6.1.3
// File eth-token-recover/contracts/TokenRecover.sol@v6.2.0

// Original license: SPDX_License_Identifier: MIT

Expand Down
45 changes: 30 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"sol2uml": "^2.5.20",
"solhint": "^4.1.1",
"solhint-plugin-openzeppelin": "file:scripts/solhint-custom",
"solidity-coverage": "^0.8.8",
"solidity-coverage": "^0.8.10",
"solidity-docgen": "^0.6.0-beta.36",
"surya": "^0.4.11",
"truffle": "^5.11.5",
"truffle-flattener": "^1.6.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.1",
"eth-token-recover": "6.1.3"
"@openzeppelin/contracts": "5.0.2",
"eth-token-recover": "6.2.0"
},
"overrides": {
"truffle-flattener": {
Expand Down

0 comments on commit 3158a65

Please sign in to comment.