Skip to content

Commit e62b908

Browse files
committed
chore: update dependencies
1 parent 71f5a73 commit e62b908

6 files changed

Lines changed: 2012 additions & 579 deletions

File tree

analysis/description-table/SampleContract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| File Name | SHA-1 Hash |
77
|-------------|--------------|
8-
| dist/SampleContract.dist.sol | 08d7b69ad35c44ffb058b10b6120dd389ac55e4b |
8+
| dist/SampleContract.dist.sol | 9822314fc2f09ebf3be8f8f97242eb21faba405e |
99

1010

1111
### Contracts Description Table

dist/SampleContract.dist.sol

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Sources flattened with hardhat v2.22.19 https://hardhat.org
1+
// Sources flattened with hardhat v2.26.3 https://hardhat.org
22

33
// SPDX-License-Identifier: MIT
44

5-
// File @openzeppelin/contracts/utils/Context.sol@v5.2.0
5+
// File @openzeppelin/contracts/utils/Context.sol@v5.4.0
66

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

3636

37-
// File @openzeppelin/contracts/access/Ownable.sol@v5.2.0
37+
// File @openzeppelin/contracts/access/Ownable.sol@v5.4.0
3838

3939
// Original license: SPDX_License_Identifier: MIT
4040
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
@@ -136,12 +136,12 @@ abstract contract Ownable is Context {
136136
}
137137

138138

139-
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.2.0
139+
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.4.0
140140

141141
// Original license: SPDX_License_Identifier: MIT
142-
// OpenZeppelin Contracts (last updated v5.1.0) (utils/introspection/IERC165.sol)
142+
// OpenZeppelin Contracts (last updated v5.4.0) (utils/introspection/IERC165.sol)
143143

144-
pragma solidity ^0.8.20;
144+
pragma solidity >=0.4.16;
145145

146146
/**
147147
* @dev Interface of the ERC-165 standard, as defined in the
@@ -165,12 +165,12 @@ interface IERC165 {
165165
}
166166

167167

168-
// File @openzeppelin/contracts/token/ERC721/IERC721.sol@v5.2.0
168+
// File @openzeppelin/contracts/token/ERC721/IERC721.sol@v5.4.0
169169

170170
// Original license: SPDX_License_Identifier: MIT
171-
// OpenZeppelin Contracts (last updated v5.1.0) (token/ERC721/IERC721.sol)
171+
// OpenZeppelin Contracts (last updated v5.4.0) (token/ERC721/IERC721.sol)
172172

173-
pragma solidity ^0.8.20;
173+
pragma solidity >=0.6.2;
174174

175175
/**
176176
* @dev Required interface of an ERC-721 compliant contract.
@@ -302,12 +302,12 @@ interface IERC721 is IERC165 {
302302
}
303303

304304

305-
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.2.0
305+
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.4.0
306306

307307
// Original license: SPDX_License_Identifier: MIT
308-
// OpenZeppelin Contracts (last updated v5.1.0) (token/ERC20/IERC20.sol)
308+
// OpenZeppelin Contracts (last updated v5.4.0) (token/ERC20/IERC20.sol)
309309

310-
pragma solidity ^0.8.20;
310+
pragma solidity >=0.4.16;
311311

312312
/**
313313
* @dev Interface of the ERC-20 standard as defined in the ERC.

hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require('solidity-docgen');
77
module.exports = {
88
defaultNetwork: 'hardhat',
99
solidity: {
10-
version: '0.8.28',
10+
version: '0.8.30',
1111
settings: {
1212
evmVersion: 'cancun',
1313
optimizer: {

0 commit comments

Comments
 (0)