diff --git a/package-lock.json b/package-lock.json index 571dcb9..2c90156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/ts-plugin": "^1.10.7", "@eslint/js": "^9.15.0", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.3.0", + "eslint-plugin-astro": "^1.7.0", "husky": "^9.1.6", "lint-staged": "^16.4.0", "typescript": "^5.7.0", @@ -3148,9 +3148,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.6.0.tgz", - "integrity": "sha512-yGIbLHuj5MOUXa0s4sZ6cVhv6ehb+WLF80tsrGaxMk6VTUExruMzubQDzhOYt8fbR1c9vILCCRSCsKI7M1whig==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.7.0.tgz", + "integrity": "sha512-89xpAn528UKCdmyysbg0AHHqi6sqcK89wXnJIpu4F0mFBN03zATEBNK7pRtMfl6gwtMOm5ECXs+Wz5qDHhwTFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dbd0f34..28a6978 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/ts-plugin": "^1.10.7", "@eslint/js": "^9.15.0", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.3.0", + "eslint-plugin-astro": "^1.7.0", "husky": "^9.1.6", "lint-staged": "^16.4.0", "typescript": "^5.7.0",