diff --git a/package.json b/package.json index 1b49ed4..a061e4b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "astro": "^3.6.5", "astro-icon": "^1.1.0", "eslint": "^8.57.0", - "eslint-plugin-astro": "^1.2.0", + "eslint-plugin-astro": "^1.2.3", "eslint-plugin-jsx-a11y": "^6.6.1", "limax": "^4.1.0", "mdast-util-to-string": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index af14db1..aef617d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2924,10 +2924,10 @@ eslint-compat-utils@^0.5.0: dependencies: semver "^7.5.4" -eslint-plugin-astro@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-1.2.0.tgz#79452c555d0845d1d499b0cddae8c223938a40d1" - integrity sha512-Z2b/7a9EUNu8PWch6/fUKXTCj10hrbdVsR1CmUgke5nfrJuej+uUnL5z5hd9/IIWxLdSbk5Fowf/nyfbmhRmDQ== +eslint-plugin-astro@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-1.2.3.tgz#66a3710c275f430f2369793f0785577fc69bef42" + integrity sha512-asHT0VUs68oppVnTHfp/WgLqs0yCx9kG9AC/PKLmp+87imeh3nGHMdFm0qP46vHxTM0NLDEhvmjFdAVAqw+QPQ== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@jridgewell/sourcemap-codec" "^1.4.14"