diff --git a/site/package-lock.json b/site/package-lock.json index ab3d2c8..ea8dda6 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@astrojs/sitemap": "^3.0.0", - "@astrojs/tailwind": "^5.0.0", + "@astrojs/tailwind": "^6.0.2", "@iconify-json/lucide": "^1.0.0", "@rollup/plugin-yaml": "^4.0.0", "astro": "^5.0.0", @@ -110,13 +110,13 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.5.tgz", - "integrity": "sha512-1diguZEau7FZ9vIjzE4BwavGdhD3+JkdS8zmibl1ene+EHgIU5hI0NMgRYG3yea+Niaf7cyMwjeWeLvzq/maxg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz", + "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==", "license": "MIT", "dependencies": { - "autoprefixer": "^10.4.20", - "postcss": "^8.5.1", + "autoprefixer": "^10.4.21", + "postcss": "^8.5.3", "postcss-load-config": "^4.0.2" }, "peerDependencies": { diff --git a/site/package.json b/site/package.json index 109881c..e9d21be 100644 --- a/site/package.json +++ b/site/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.0.0", - "@astrojs/tailwind": "^5.0.0", + "@astrojs/tailwind": "^6.0.2", "@iconify-json/lucide": "^1.0.0", "@rollup/plugin-yaml": "^4.0.0", "astro": "^5.0.0",