diff --git a/package-lock.json b/package-lock.json index 930d2ac1..db02c139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@eslint/compat": "^2.1.0", "@feedic/eslint-config": "^0.4.1", "@types/node": "^26.1.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-config-biome": "^2.1.3", "htmlparser2": "^12.0.0", "typedoc": "^0.28.20", @@ -1798,9 +1798,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 6ed3d3a2..dab83fc0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@eslint/compat": "^2.1.0", "@feedic/eslint-config": "^0.4.1", "@types/node": "^26.1.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-config-biome": "^2.1.3", "htmlparser2": "^12.0.0", "typedoc": "^0.28.20",