diff --git a/interface/package.json b/interface/package.json index 93a4e356..604c5d48 100644 --- a/interface/package.json +++ b/interface/package.json @@ -57,6 +57,6 @@ "prettier-plugin-tailwindcss": "^0.5.12", "tailwindcss": "^3.4.1", "typescript": "^5.4.2", - "typescript-eslint": "^7.1.1" + "typescript-eslint": "^7.2.0" } } diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts index 92ff0256..8cc7f2dc 160000 --- a/lib/openzeppelin-contracts +++ b/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit 92ff025622cdf6694318fc11af1c995236793a77 +Subproject commit 8cc7f2dcbf368f2a7ea491389dae41f01c16e352 diff --git a/package.json b/package.json index a951b7f2..a7d9a9b7 100644 --- a/package.json +++ b/package.json @@ -140,6 +140,6 @@ "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^5.4.2", - "typescript-eslint": "^7.1.1" + "typescript-eslint": "^7.2.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 419aeeb6..9c1ce9a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,8 +62,8 @@ importers: specifier: ^5.4.2 version: 5.4.2 typescript-eslint: - specifier: ^7.1.1 - version: 7.1.1(eslint@8.57.0)(typescript@5.4.2) + specifier: ^7.2.0 + version: 7.2.0(eslint@8.57.0)(typescript@5.4.2) interface: dependencies: @@ -144,8 +144,8 @@ importers: specifier: ^5.4.2 version: 5.4.2 typescript-eslint: - specifier: ^7.1.1 - version: 7.1.1(eslint@8.57.0)(typescript@5.4.2) + specifier: ^7.2.0 + version: 7.2.0(eslint@8.57.0)(typescript@5.4.2) packages: /@aashutoshrathi/word-wrap@1.2.6: @@ -2342,10 +2342,10 @@ packages: } dev: true - /@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0)(eslint@8.57.0)(typescript@5.4.2): resolution: { - integrity: sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==, + integrity: sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -2357,18 +2357,18 @@ packages: optional: true dependencies: "@eslint-community/regexpp": 4.10.0 - "@typescript-eslint/parser": 7.1.1(eslint@8.57.0)(typescript@5.4.2) - "@typescript-eslint/scope-manager": 7.1.1 - "@typescript-eslint/type-utils": 7.1.1(eslint@8.57.0)(typescript@5.4.2) - "@typescript-eslint/utils": 7.1.1(eslint@8.57.0)(typescript@5.4.2) - "@typescript-eslint/visitor-keys": 7.1.1 + "@typescript-eslint/parser": 7.2.0(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/scope-manager": 7.2.0 + "@typescript-eslint/type-utils": 7.2.0(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/utils": 7.2.0(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/visitor-keys": 7.2.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.2.1(typescript@5.4.2) + ts-api-utils: 1.3.0(typescript@5.4.2) typescript: 5.4.2 transitivePeerDependencies: - supports-color @@ -2398,10 +2398,10 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@7.1.1(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.2): resolution: { - integrity: sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==, + integrity: sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -2411,10 +2411,10 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 7.1.1 - "@typescript-eslint/types": 7.1.1 - "@typescript-eslint/typescript-estree": 7.1.1(typescript@5.4.2) - "@typescript-eslint/visitor-keys": 7.1.1 + "@typescript-eslint/scope-manager": 7.2.0 + "@typescript-eslint/types": 7.2.0 + "@typescript-eslint/typescript-estree": 7.2.0(typescript@5.4.2) + "@typescript-eslint/visitor-keys": 7.2.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 typescript: 5.4.2 @@ -2433,21 +2433,21 @@ packages: "@typescript-eslint/visitor-keys": 6.21.0 dev: true - /@typescript-eslint/scope-manager@7.1.1: + /@typescript-eslint/scope-manager@7.2.0: resolution: { - integrity: sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==, + integrity: sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==, } engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - "@typescript-eslint/types": 7.1.1 - "@typescript-eslint/visitor-keys": 7.1.1 + "@typescript-eslint/types": 7.2.0 + "@typescript-eslint/visitor-keys": 7.2.0 dev: true - /@typescript-eslint/type-utils@7.1.1(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/type-utils@7.2.0(eslint@8.57.0)(typescript@5.4.2): resolution: { - integrity: sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==, + integrity: sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -2457,11 +2457,11 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 7.1.1(typescript@5.4.2) - "@typescript-eslint/utils": 7.1.1(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/typescript-estree": 7.2.0(typescript@5.4.2) + "@typescript-eslint/utils": 7.2.0(eslint@8.57.0)(typescript@5.4.2) debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 - ts-api-utils: 1.2.1(typescript@5.4.2) + ts-api-utils: 1.3.0(typescript@5.4.2) typescript: 5.4.2 transitivePeerDependencies: - supports-color @@ -2475,10 +2475,10 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } dev: true - /@typescript-eslint/types@7.1.1: + /@typescript-eslint/types@7.2.0: resolution: { - integrity: sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==, + integrity: sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==, } engines: { node: ^16.0.0 || >=18.0.0 } dev: true @@ -2508,10 +2508,10 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@7.1.1(typescript@5.4.2): + /@typescript-eslint/typescript-estree@7.2.0(typescript@5.4.2): resolution: { - integrity: sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==, + integrity: sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -2520,23 +2520,23 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 7.1.1 - "@typescript-eslint/visitor-keys": 7.1.1 + "@typescript-eslint/types": 7.2.0 + "@typescript-eslint/visitor-keys": 7.2.0 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.2.1(typescript@5.4.2) + ts-api-utils: 1.3.0(typescript@5.4.2) typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@7.1.1(eslint@8.57.0)(typescript@5.4.2): + /@typescript-eslint/utils@7.2.0(eslint@8.57.0)(typescript@5.4.2): resolution: { - integrity: sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==, + integrity: sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -2545,9 +2545,9 @@ packages: "@eslint-community/eslint-utils": 4.4.0(eslint@8.57.0) "@types/json-schema": 7.0.15 "@types/semver": 7.5.8 - "@typescript-eslint/scope-manager": 7.1.1 - "@typescript-eslint/types": 7.1.1 - "@typescript-eslint/typescript-estree": 7.1.1(typescript@5.4.2) + "@typescript-eslint/scope-manager": 7.2.0 + "@typescript-eslint/types": 7.2.0 + "@typescript-eslint/typescript-estree": 7.2.0(typescript@5.4.2) eslint: 8.57.0 semver: 7.6.0 transitivePeerDependencies: @@ -2566,14 +2566,14 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@7.1.1: + /@typescript-eslint/visitor-keys@7.2.0: resolution: { - integrity: sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==, + integrity: sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==, } engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - "@typescript-eslint/types": 7.1.1 + "@typescript-eslint/types": 7.2.0 eslint-visitor-keys: 3.4.3 dev: true @@ -3321,7 +3321,7 @@ packages: http-cache-semantics: 4.1.1 keyv: 4.5.4 mimic-response: 4.0.0 - normalize-url: 8.0.0 + normalize-url: 8.0.1 responselike: 3.0.0 dev: true @@ -4272,7 +4272,7 @@ packages: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) eslint-plugin-react: 7.34.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) @@ -4321,7 +4321,7 @@ packages: enhanced-resolve: 5.15.1 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 is-core-module: 2.13.1 @@ -4366,7 +4366,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.1(@typescript-eslint/parser@7.1.1)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + /eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): resolution: { integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==, @@ -4390,7 +4390,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - "@typescript-eslint/parser": 7.1.1(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/parser": 7.2.0(eslint@8.57.0)(typescript@5.4.2) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -4398,7 +4398,7 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0): + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0)(eslint@8.57.0): resolution: { integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==, @@ -4411,7 +4411,7 @@ packages: "@typescript-eslint/parser": optional: true dependencies: - "@typescript-eslint/parser": 7.1.1(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/parser": 7.2.0(eslint@8.57.0)(typescript@5.4.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.4 array.prototype.flat: 1.3.2 @@ -4420,7 +4420,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.1.1)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.1 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -6773,10 +6773,10 @@ packages: engines: { node: ">=0.10.0" } dev: true - /normalize-url@8.0.0: + /normalize-url@8.0.1: resolution: { - integrity: sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==, + integrity: sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==, } engines: { node: ">=14.16" } dev: true @@ -8617,6 +8617,18 @@ packages: typescript: 5.4.2 dev: true + /ts-api-utils@1.3.0(typescript@5.4.2): + resolution: + { + integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==, + } + engines: { node: ">=16" } + peerDependencies: + typescript: ">=4.2.0" + dependencies: + typescript: 5.4.2 + dev: true + /ts-command-line-args@2.5.1: resolution: { @@ -8856,10 +8868,10 @@ packages: } dev: true - /typescript-eslint@7.1.1(eslint@8.57.0)(typescript@5.4.2): + /typescript-eslint@7.2.0(eslint@8.57.0)(typescript@5.4.2): resolution: { - integrity: sha512-vScnjSkm0pjZqySB5o8ZbfywfGWamVOqIGtJeOnUuDDGFaGKwMqdZWVa7EYKBnLCUSuwD8MN2a2ur9OgaKu6Tg==, + integrity: sha512-VqXEBqzPxJlR8Lfg2Dywe4XpIk637kwp2sfMQ+vudNHo48TUvnlHzAyFMQknv0AdhvZFXQN0a0t9SPI3rsAYew==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -8869,8 +8881,8 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/eslint-plugin": 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2) - "@typescript-eslint/parser": 7.1.1(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/eslint-plugin": 7.2.0(@typescript-eslint/parser@7.2.0)(eslint@8.57.0)(typescript@5.4.2) + "@typescript-eslint/parser": 7.2.0(eslint@8.57.0)(typescript@5.4.2) eslint: 8.57.0 typescript: 5.4.2 transitivePeerDependencies: