From b796b5db676bfdfaf0a2b14795fc6803424ad96d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 04:11:01 +0000 Subject: [PATCH] chore(deps): pin dependency typescript-eslint to 8.56.0 --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index a0ffa50..68c2b09 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "eslint-config-flat-gitignore": "2.1.0", "eslint-plugin-userscripts": "0.5.6", "typescript": "5.9.3", - "typescript-eslint": "^8.56.0", + "typescript-eslint": "8.56.0", "valibot": "1.2.0", }, }, diff --git a/package.json b/package.json index cba9aea..9825b15 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint-config-flat-gitignore": "2.1.0", "eslint-plugin-userscripts": "0.5.6", "typescript": "5.9.3", - "typescript-eslint": "^8.56.0", + "typescript-eslint": "8.56.0", "valibot": "1.2.0" } }