diff --git a/package-lock.json b/package-lock.json index e5f5e54c1..3cd3bb428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^8.39.0", "eslint-config-xo": "^0.43.1", "eslint-config-xo-typescript": "^0.57.0", - "eslint-plugin-astro": "^0.26.1", + "eslint-plugin-astro": "^0.27.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^47.0.0", "fs-extra": "^11.1.1", @@ -2026,9 +2026,9 @@ } }, "node_modules/astro-eslint-parser": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.13.2.tgz", - "integrity": "sha512-hLCfc4IfeR550tCxEQDOnoDbf+B7CtU3he0foNQ+XxfYyx+8qKwcEIvigrU1PzfwAfAvT83RFA1Q6TWHDj82GA==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.14.0.tgz", + "integrity": "sha512-3F8l1h7+5MNxzDg1cSQxEloalG7fj64K6vOERChUVG7RLnAzSoafADnPQlU8DpMM3WRNfRHSC4NwUCORk/aPrA==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.0.0", @@ -3649,15 +3649,15 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.26.1.tgz", - "integrity": "sha512-FEZOrOQ5ahenbwjKz5LYJpeOZUggDM54idrq5bTJdL4GsXy1xx2eyKy5UjGhh8NwddowCCPqfDHFfDz9oNj/ew==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.0.tgz", + "integrity": "sha512-r3PizFY+xwQMRWcEvRKCWQkfHNl2Q+7ANN1ZIpnvJZP97KUX8F2WUnTvPuk2jJGqnRa+zQ5NgoJ9aenFKcGP9A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@jridgewell/sourcemap-codec": "^1.4.14", "@typescript-eslint/types": "^5.25.0", - "astro-eslint-parser": "^0.13.1", + "astro-eslint-parser": "^0.14.0", "postcss": "^8.4.14", "postcss-selector-parser": "^6.0.10" }, @@ -11890,9 +11890,9 @@ } }, "astro-eslint-parser": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.13.2.tgz", - "integrity": "sha512-hLCfc4IfeR550tCxEQDOnoDbf+B7CtU3he0foNQ+XxfYyx+8qKwcEIvigrU1PzfwAfAvT83RFA1Q6TWHDj82GA==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.14.0.tgz", + "integrity": "sha512-3F8l1h7+5MNxzDg1cSQxEloalG7fj64K6vOERChUVG7RLnAzSoafADnPQlU8DpMM3WRNfRHSC4NwUCORk/aPrA==", "dev": true, "requires": { "@astrojs/compiler": "^1.0.0", @@ -12989,15 +12989,15 @@ } }, "eslint-plugin-astro": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.26.1.tgz", - "integrity": "sha512-FEZOrOQ5ahenbwjKz5LYJpeOZUggDM54idrq5bTJdL4GsXy1xx2eyKy5UjGhh8NwddowCCPqfDHFfDz9oNj/ew==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.0.tgz", + "integrity": "sha512-r3PizFY+xwQMRWcEvRKCWQkfHNl2Q+7ANN1ZIpnvJZP97KUX8F2WUnTvPuk2jJGqnRa+zQ5NgoJ9aenFKcGP9A==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@jridgewell/sourcemap-codec": "^1.4.14", "@typescript-eslint/types": "^5.25.0", - "astro-eslint-parser": "^0.13.1", + "astro-eslint-parser": "^0.14.0", "postcss": "^8.4.14", "postcss-selector-parser": "^6.0.10" } diff --git a/package.json b/package.json index 17d7266e2..6b04ab4a8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint": "^8.39.0", "eslint-config-xo": "^0.43.1", "eslint-config-xo-typescript": "^0.57.0", - "eslint-plugin-astro": "^0.26.1", + "eslint-plugin-astro": "^0.27.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^47.0.0", "fs-extra": "^11.1.1",