diff --git a/package-lock.json b/package-lock.json index a45f9c4..8b996ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@eslint/compat": "^2.1.0", "@feedic/eslint-config": "^0.4.1", "@types/node": "^25.9.3", - "eslint": "^10.4.1", + "eslint": "^10.5.0", "eslint-config-biome": "^2.1.3", "typescript": "^5.9.3", "typescript-eslint": "^8.61.0", @@ -1591,11 +1591,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", + "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", diff --git a/package.json b/package.json index 4ebc6ee..a70f0df 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@eslint/compat": "^2.1.0", "@feedic/eslint-config": "^0.4.1", "@types/node": "^25.9.3", - "eslint": "^10.4.1", + "eslint": "^10.5.0", "eslint-config-biome": "^2.1.3", "typescript": "^5.9.3", "typescript-eslint": "^8.61.0",