diff --git a/package-lock.json b/package-lock.json index 33d061c..e738bba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@typescript/native": "npm:typescript@^7.0.2", "drizzle-kit": "^0.31.10", "eslint": "^10.10.0", - "eslint-plugin-astro": "^3.1.0", + "eslint-plugin-astro": "^3.2.1", "globals": "^17.12.0", "tailwindcss": "^4.3.1", "tsx": "^4.23.13", @@ -2696,6 +2696,19 @@ "url": "https://github.com/sponsors/Boshen" } }, + "node_modules/@pkgr/core": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.3.6.tgz", + "integrity": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/pkgr" + } + }, "node_modules/@playwright/test": { "version": "1.62.1", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz", @@ -6011,9 +6024,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-3.1.0.tgz", - "integrity": "sha512-I+v3DNIVCPPQC91jZIevvp5eTdzOhZYQSL43PnmbHBcuaiLhusN7czT8AK2ISH53+sO3p8rzqiR81j7VJ2qDeg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-3.2.1.tgz", + "integrity": "sha512-IgU7LIkpEg0r6bQGwc3Ck5jHgkUk3rOrEfRhUxDtMx/M0GD3SG/turMtvwj989KRR12Wt1l89faZ5ynjvVL7hg==", "dev": true, "license": "MIT", "dependencies": { @@ -6024,7 +6037,8 @@ "espree": "^11.0.0", "globals": "^17.0.0", "postcss": "^8.5.3", - "postcss-selector-parser": "^7.1.0" + "postcss-selector-parser": "^7.1.0", + "synckit": "^0.11.13" }, "engines": { "node": "^22.22.3 || ^24.16.0 || >=26.3.0" @@ -6036,6 +6050,7 @@ "@typescript-eslint/parser": ">=8.61.0", "eslint": ">=10.0.0", "eslint-plugin-jsx-a11y": ">=6.10.2", + "eslint-plugin-jsx-a11y-x": ">=0.2.0", "typescript-eslint": ">=8.61.0" }, "peerDependenciesMeta": { @@ -6045,6 +6060,9 @@ "eslint-plugin-jsx-a11y": { "optional": true }, + "eslint-plugin-jsx-a11y-x": { + "optional": true + }, "typescript-eslint": { "optional": true } @@ -8193,6 +8211,22 @@ "url": "https://opencollective.com/svgo" } }, + "node_modules/synckit": { + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.13.tgz", + "integrity": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@pkgr/core": "^0.3.6" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/synckit" + } + }, "node_modules/tailwindcss": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz", diff --git a/package.json b/package.json index 564a2ed..a5a04e4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@typescript/native": "npm:typescript@^7.0.2", "drizzle-kit": "^0.31.10", "eslint": "^10.10.0", - "eslint-plugin-astro": "^3.1.0", + "eslint-plugin-astro": "^3.2.1", "globals": "^17.12.0", "tailwindcss": "^4.3.1", "tsx": "^4.23.13",