From dd65f7c14d55a1dc414e0bb78452860c2b9699d8 Mon Sep 17 00:00:00 2001 From: Elliot Date: Sat, 1 Aug 2026 13:29:01 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20eslint=2010.6.0=20?= =?UTF-8?q?=E2=86=92=2010.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Splits #303. Minor bump with no rule changes affecting our codebase. Verified post-install: npm audit --audit-level=critical exit 0, tsc --noEmit clean, vitest 1534/1534 pass, lint 0 errors. Refs #303 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 135c243..0f623a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@vitest/browser-playwright": "^4.1.10", "@vitest/coverage-v8": "^4.1.10", "dprint": "^0.55.2", - "eslint": "^10.6.0", + "eslint": "~10.7.0", "eslint-plugin-react-hooks": "^7.0.0", "jsdom": "^29.1.1", "lefthook": "^2.1.10", @@ -3145,9 +3145,9 @@ } }, "node_modules/eslint": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", - "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz", + "integrity": "sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 0faaa95..efd3fd0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@vitest/browser-playwright": "^4.1.10", "@vitest/coverage-v8": "^4.1.10", "dprint": "^0.55.2", - "eslint": "^10.6.0", + "eslint": "~10.7.0", "eslint-plugin-react-hooks": "^7.0.0", "jsdom": "^29.1.1", "lefthook": "^2.1.10",