diff --git a/package-lock.json b/package-lock.json index 2d5d35f..b2786c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.6.0", + "eslint-plugin-astro": "^1.7.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0" } @@ -875,9 +875,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "1.6.0", - "resolved": "https://registry.npmmirror.com/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 10cc6fa..1292c57 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.6.0", + "eslint-plugin-astro": "^1.7.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0" },