diff --git a/package-lock.json b/package-lock.json index 8e589ff..df3e3be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/preact": "^4.1.1", - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^6.0.2", "@primer/react-brand": "^0.58.2", "astro": "^5.14.8", "framer-motion": "^11.11.17", @@ -182,13 +182,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/package.json b/package.json index 9397044..8e18bfa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/preact": "^4.1.1", - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^6.0.2", "@primer/react-brand": "^0.58.2", "astro": "^5.14.8", "framer-motion": "^11.11.17",