Skip to content

Commit 4e2b3c3

Browse files
committed
chore: fix update dependencies
1 parent 592d1e9 commit 4e2b3c3

6 files changed

Lines changed: 101 additions & 87 deletions

File tree

analysis/description-table/ERC1363.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/ERC1363.dist.sol | 73c07660950ffe160b0a3572d76702663e4499f7 |
8+
| dist/ERC1363.dist.sol | 7e61d8bb3df767367ec284fce2b59a9469b98a08 |
99

1010

1111
### Contracts Description Table

analysis/description-table/ERC1363Mintable.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/ERC1363Mintable.dist.sol | 50d673bfe957172e34d41470bcc6e6910d6c6e4f |
8+
| dist/ERC1363Mintable.dist.sol | 80607baf4ff7490bc19dc6945553081c99499d66 |
99

1010

1111
### Contracts Description Table

dist/ERC1363.dist.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
// Sources flattened with hardhat v2.26.5 https://hardhat.org
3+
// Sources flattened with hardhat v2.27.0 https://hardhat.org
44

55

66

dist/ERC1363Mintable.dist.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
// Sources flattened with hardhat v2.26.5 https://hardhat.org
3+
// Sources flattened with hardhat v2.27.0 https://hardhat.org
44

55

66

package-lock.json

Lines changed: 94 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@openzeppelin/contracts": "5.5.0"
5050
},
5151
"devDependencies": {
52-
"@eslint/compat": "^1.4.1",
52+
"@eslint/compat": "^2.0.0",
5353
"@eslint/eslintrc": "^3.3.1",
5454
"@eslint/js": "^9.39.1",
5555
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
@@ -62,11 +62,11 @@
6262
"eslint-plugin-mocha-no-only": "^1.2.0",
6363
"globals": "^16.5.0",
6464
"graphlib": "^2.1.8",
65-
"hardhat": "^2.26.5",
65+
"hardhat": "^2.27.0",
6666
"hardhat-exposed": "^0.3.19",
6767
"hardhat-gas-reporter": "^2.3.0",
6868
"prettier": "^3.6.2",
69-
"prettier-plugin-solidity": "^2.1.0",
69+
"prettier-plugin-solidity": "^2.2.0",
7070
"rimraf": "^6.1.0",
7171
"sol2uml": "^2.5.22",
7272
"solhint": "^6.0.1",

0 commit comments

Comments
 (0)