diff --git a/package-lock.json b/package-lock.json index 5f7c52f..37fe138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/babel__traverse": "^7.28.0", "@types/micromatch": "^4.0.10", "@types/node": "^26.1.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", "prettier": "^3.9.5", "tsup": "^8.5.1", @@ -2298,9 +2298,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 a337842..9515d47 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/babel__traverse": "^7.28.0", "@types/micromatch": "^4.0.10", "@types/node": "^26.1.1", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", "prettier": "^3.9.5", "tsup": "^8.5.1",