|
@@ -24,7 +24,7 @@
|
|
|
"eslint": "^8.30.0",
|
|
|
"eslint-config-prettier": "^9.0.0",
|
|
|
"ethers": "^6.7.1",
|
|
|
- "glob": "^10.3.5",
|
|
|
+ "glob": "^11.0.0",
|
|
|
"graphlib": "^2.1.8",
|
|
|
"hardhat": "^2.22.2",
|
|
|
"hardhat-exposed": "^0.3.15",
|
|
@@ -5226,22 +5226,24 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/glob": {
|
|
|
- "version": "10.3.10",
|
|
|
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
|
- "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
|
|
|
+ "version": "11.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz",
|
|
|
+ "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==",
|
|
|
"dev": true,
|
|
|
+ "license": "ISC",
|
|
|
"dependencies": {
|
|
|
"foreground-child": "^3.1.0",
|
|
|
- "jackspeak": "^2.3.5",
|
|
|
- "minimatch": "^9.0.1",
|
|
|
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
|
- "path-scurry": "^1.10.1"
|
|
|
+ "jackspeak": "^4.0.1",
|
|
|
+ "minimatch": "^10.0.0",
|
|
|
+ "minipass": "^7.1.2",
|
|
|
+ "package-json-from-dist": "^1.0.0",
|
|
|
+ "path-scurry": "^2.0.0"
|
|
|
},
|
|
|
"bin": {
|
|
|
"glob": "dist/esm/bin.mjs"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=16 || 14 >=14.17"
|
|
|
+ "node": "20 || >=22"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -5264,20 +5266,22 @@
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/glob/node_modules/minimatch": {
|
|
|
- "version": "9.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
|
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
|
+ "version": "10.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
|
|
|
+ "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
|
|
|
"dev": true,
|
|
|
+ "license": "ISC",
|
|
|
"dependencies": {
|
|
|
"brace-expansion": "^2.0.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=16 || 14 >=14.17"
|
|
|
+ "node": "20 || >=22"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -5645,6 +5649,16 @@
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/hardhat-gas-reporter/node_modules/brace-expansion": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/hardhat-gas-reporter/node_modules/chalk": {
|
|
|
"version": "4.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -5706,6 +5720,27 @@
|
|
|
"@scure/bip39": "1.2.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/hardhat-gas-reporter/node_modules/glob": {
|
|
|
+ "version": "10.4.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
|
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "foreground-child": "^3.1.0",
|
|
|
+ "jackspeak": "^3.1.2",
|
|
|
+ "minimatch": "^9.0.4",
|
|
|
+ "minipass": "^7.1.2",
|
|
|
+ "package-json-from-dist": "^1.0.0",
|
|
|
+ "path-scurry": "^1.11.1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "glob": "dist/esm/bin.mjs"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/hardhat-gas-reporter/node_modules/has-flag": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
@@ -5724,6 +5759,29 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/hardhat-gas-reporter/node_modules/jackspeak": {
|
|
|
+ "version": "3.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
|
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BlueOak-1.0.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@isaacs/cliui": "^8.0.2"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "@pkgjs/parseargs": "^0.11.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hardhat-gas-reporter/node_modules/lru-cache": {
|
|
|
+ "version": "10.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
|
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/hardhat-gas-reporter/node_modules/markdown-table": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz",
|
|
@@ -5737,6 +5795,39 @@
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/hardhat-gas-reporter/node_modules/minimatch": {
|
|
|
+ "version": "9.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "brace-expansion": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16 || 14 >=14.17"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hardhat-gas-reporter/node_modules/path-scurry": {
|
|
|
+ "version": "1.11.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
|
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BlueOak-1.0.0",
|
|
|
+ "dependencies": {
|
|
|
+ "lru-cache": "^10.2.0",
|
|
|
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16 || 14 >=14.18"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/hardhat-gas-reporter/node_modules/string-width": {
|
|
|
"version": "4.2.3",
|
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6725,15 +6816,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jackspeak": {
|
|
|
- "version": "2.3.6",
|
|
|
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
|
- "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==",
|
|
|
"dev": true,
|
|
|
+ "license": "BlueOak-1.0.0",
|
|
|
"dependencies": {
|
|
|
"@isaacs/cliui": "^8.0.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=14"
|
|
|
+ "node": "20 || >=22"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -8022,30 +8114,22 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/path-scurry": {
|
|
|
- "version": "1.10.1",
|
|
|
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
|
|
|
- "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
|
"dev": true,
|
|
|
+ "license": "BlueOak-1.0.0",
|
|
|
"dependencies": {
|
|
|
- "lru-cache": "^9.1.1 || ^10.0.0",
|
|
|
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
|
+ "lru-cache": "^11.0.0",
|
|
|
+ "minipass": "^7.1.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=16 || 14 >=14.17"
|
|
|
+ "node": "20 || >=22"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/path-scurry/node_modules/lru-cache": {
|
|
|
- "version": "10.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
|
|
|
- "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
|
|
|
- "dev": true,
|
|
|
- "engines": {
|
|
|
- "node": "14 || >=16.14"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/path-type": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
@@ -8642,105 +8726,6 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/rimraf/node_modules/balanced-match": {
|
|
|
- "version": "3.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz",
|
|
|
- "integrity": "sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==",
|
|
|
- "dev": true,
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">= 16"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/rimraf/node_modules/brace-expansion": {
|
|
|
- "version": "4.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-4.0.0.tgz",
|
|
|
- "integrity": "sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw==",
|
|
|
- "dev": true,
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "balanced-match": "^3.0.0"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">= 18"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/rimraf/node_modules/glob": {
|
|
|
- "version": "11.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz",
|
|
|
- "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==",
|
|
|
- "dev": true,
|
|
|
- "license": "ISC",
|
|
|
- "dependencies": {
|
|
|
- "foreground-child": "^3.1.0",
|
|
|
- "jackspeak": "^4.0.1",
|
|
|
- "minimatch": "^10.0.0",
|
|
|
- "minipass": "^7.1.2",
|
|
|
- "package-json-from-dist": "^1.0.0",
|
|
|
- "path-scurry": "^2.0.0"
|
|
|
- },
|
|
|
- "bin": {
|
|
|
- "glob": "dist/esm/bin.mjs"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "20 || >=22"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "url": "https://github.com/sponsors/isaacs"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/rimraf/node_modules/jackspeak": {
|
|
|
- "version": "4.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz",
|
|
|
- "integrity": "sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==",
|
|
|
- "dev": true,
|
|
|
- "license": "BlueOak-1.0.0",
|
|
|
- "dependencies": {
|
|
|
- "@isaacs/cliui": "^8.0.2"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "20 || >=22"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "url": "https://github.com/sponsors/isaacs"
|
|
|
- },
|
|
|
- "optionalDependencies": {
|
|
|
- "@pkgjs/parseargs": "^0.11.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/rimraf/node_modules/minimatch": {
|
|
|
- "version": "10.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.0.tgz",
|
|
|
- "integrity": "sha512-S4phymWe5NHWbTV8sAlyNQfkmdhvaoHX43x4yLtJBjw2zJtEuzkihDjV5uKq+D/EoMkjbG6msw3ubbSd1pGkyg==",
|
|
|
- "dev": true,
|
|
|
- "license": "ISC",
|
|
|
- "dependencies": {
|
|
|
- "brace-expansion": "^4.0.0"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "20 || >=22"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "url": "https://github.com/sponsors/isaacs"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/rimraf/node_modules/path-scurry": {
|
|
|
- "version": "2.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
|
- "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
|
- "dev": true,
|
|
|
- "license": "BlueOak-1.0.0",
|
|
|
- "dependencies": {
|
|
|
- "lru-cache": "^11.0.0",
|
|
|
- "minipass": "^7.1.2"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "20 || >=22"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "url": "https://github.com/sponsors/isaacs"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/ripemd160": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
|