From 39deb1046d2532846fee220ea56467dfadfff080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:54:06 +0000 Subject: [PATCH] chore(deps): update dependency @types/eslint to v9 --- package.json | 2 +- packages/nft-base-api/package.json | 2 +- packages/nft-base-transactions/package.json | 2 +- packages/nft-exchange-api/package.json | 2 +- packages/nft-exchange-transactions/package.json | 2 +- packages/nft-indexer-api/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 85a11b66..a472303e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@sindresorhus/tsconfig": "^2.0.0", - "@types/eslint": "^7.2.0", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^27.0.0", "@types/node": "^16.0.0", diff --git a/packages/nft-base-api/package.json b/packages/nft-base-api/package.json index 953a2fb7..279254db 100644 --- a/packages/nft-base-api/package.json +++ b/packages/nft-base-api/package.json @@ -60,7 +60,7 @@ "@arkecosystem/core-transaction-pool": "^3.0.0", "@arkecosystem/core-transactions": "^3.0.0", "@sindresorhus/tsconfig": "^2.0.0", - "@types/eslint": "^7.2.5", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", "@types/hapi__joi": "^17.1.6", diff --git a/packages/nft-base-transactions/package.json b/packages/nft-base-transactions/package.json index 0de5009d..fab002b2 100644 --- a/packages/nft-base-transactions/package.json +++ b/packages/nft-base-transactions/package.json @@ -55,7 +55,7 @@ "@arkecosystem/core-transaction-pool": "^3.0.0", "@protokol/sets": "^1.0.0-beta.0", "@sindresorhus/tsconfig": "~2.0.0", - "@types/eslint": "^7.2.5", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__joi": "17.1.7", "@types/jest": "^27.0.0", diff --git a/packages/nft-exchange-api/package.json b/packages/nft-exchange-api/package.json index a7df4ac3..cf29c004 100644 --- a/packages/nft-exchange-api/package.json +++ b/packages/nft-exchange-api/package.json @@ -63,7 +63,7 @@ "@protokol/nft-base-transactions": "workspace:packages/nft-base-transactions", "@protokol/nft-exchange-crypto": "workspace:packages/nft-exchange-crypto", "@sindresorhus/tsconfig": "^2.0.0", - "@types/eslint": "^7.2.5", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", "@types/hapi__joi": "^17.1.6", diff --git a/packages/nft-exchange-transactions/package.json b/packages/nft-exchange-transactions/package.json index 96891938..cecff5f7 100644 --- a/packages/nft-exchange-transactions/package.json +++ b/packages/nft-exchange-transactions/package.json @@ -56,7 +56,7 @@ "@arkecosystem/core-test-framework": "^3.0.0", "@arkecosystem/core-transaction-pool": "^3.0.0", "@sindresorhus/tsconfig": "~2.0.0", - "@types/eslint": "^7.2.5", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__joi": "17.1.7", "@types/jest": "^27.0.0", diff --git a/packages/nft-indexer-api/package.json b/packages/nft-indexer-api/package.json index 63f647c0..2e0da4b6 100644 --- a/packages/nft-indexer-api/package.json +++ b/packages/nft-indexer-api/package.json @@ -67,7 +67,7 @@ "@arkecosystem/core-transaction-pool": "^3.0.0", "@arkecosystem/core-transactions": "^3.0.0", "@sindresorhus/tsconfig": "^2.0.0", - "@types/eslint": "^7.2.5", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/hapi__boom": "^7.4.1", "@types/hapi__joi": "^17.1.6",