diff --git a/package-lock.json b/package-lock.json index 24b3e43..c6bb3be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.63.0", "@typescript-eslint/parser": "^8.64.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "jest": "^30.4.2", @@ -4894,9 +4894,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 82d8275..2c439a9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.63.0", "@typescript-eslint/parser": "^8.64.0", - "eslint": "^10.6.0", + "eslint": "^10.7.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "jest": "^30.4.2",