diff --git a/package.json b/package.json index 7f976a54..c9533544 100644 --- a/package.json +++ b/package.json @@ -49,10 +49,10 @@ "@testing-library/react": "^16.3.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@typescript-eslint/parser": "8.67.0", - "@typescript-eslint/utils": "8.67.0", + "@typescript-eslint/parser": "8.68.0", + "@typescript-eslint/utils": "8.68.0", "bun-types": "1.3.14", - "eslint": "10.8.1", + "eslint": "10.9.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-better-tailwindcss": "^4.5.0", "eslint-plugin-import-x": "^4.16.2", @@ -67,10 +67,10 @@ "react": "^19.2.8", "react-dom": "^19.2.8", "typescript": "6.0.3", - "typescript-eslint": "8.67.0" + "typescript-eslint": "8.68.0" }, "overrides": { - "@typescript-eslint/utils": "8.67.0", + "@typescript-eslint/utils": "8.68.0", "brace-expansion": "^5.0.9", "dompurify": "^3.4.13", "esbuild": "^0.28.1", diff --git a/packages/core/package.json b/packages/core/package.json index 53811277..50ff3b2f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -34,9 +34,9 @@ "dependencies": { "@mozilla/readability": "^0.6.0", "@stylistic/eslint-plugin": "^5.10.0", - "@typescript-eslint/utils": "8.67.0", + "@typescript-eslint/utils": "8.68.0", "cli-highlight": "2.1.11", - "eslint": "10.8.1", + "eslint": "10.9.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", @@ -47,7 +47,7 @@ "turndown": "^7.2.4", "@typescript/native": "npm:typescript@7.0.2", "typescript": "6.0.3", - "typescript-eslint": "8.67.0" + "typescript-eslint": "8.68.0" }, "devDependencies": { "@types/jsdom": "^30.0.0",