From dae822f63f8bc4043acfc7d3df615690637628a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:51:55 +0000 Subject: [PATCH] chore(deps): update dependency @types/eslint to v9 --- package.json | 2 +- packages/guardian-api/package.json | 2 +- packages/guardian-transactions/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3014595a..f4d8a946 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@sindresorhus/tsconfig": "^2.0.0", - "@types/eslint": "^7.2.10", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^27.0.0", "@types/prettier": "^2.0.2", diff --git a/packages/guardian-api/package.json b/packages/guardian-api/package.json index f666a1a3..d1a1a38f 100644 --- a/packages/guardian-api/package.json +++ b/packages/guardian-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.10", + "@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/guardian-transactions/package.json b/packages/guardian-transactions/package.json index 645653b8..623e7d2f 100644 --- a/packages/guardian-transactions/package.json +++ b/packages/guardian-transactions/package.json @@ -55,7 +55,7 @@ "@arkecosystem/core-test-framework": "^3.0.0", "@arkecosystem/core-transaction-pool": "^3.0.0", "@sindresorhus/tsconfig": "~2.0.0", - "@types/eslint": "^7.2.10", + "@types/eslint": "^9.0.0", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^27.0.0", "@types/prettier": "^2.1.5",