diff --git a/package-lock.json b/package-lock.json index cc4345b..0f5a6af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "astro", "version": "0.0.1", "dependencies": { - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^5.1.3", "astro": "^4.4.9", "astro-feather": "^1.0.0", "chart.js": "^4.4.6", @@ -90,17 +90,17 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.2.tgz", - "integrity": "sha512-IvOF0W/dtHElcXvhrPR35nHmhyV3cfz1EzPitMGtU7sYy9Hci3BNK1To6FWmVuuNKPxza1IgCGetSynJZL7fOg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", + "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "postcss-load-config": "^4.0.2" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0", + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", "tailwindcss": "^3.0.24" } }, diff --git a/package.json b/package.json index 37832aa..a714e66 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^5.1.3", "astro": "^4.4.9", "astro-feather": "^1.0.0", "chart.js": "^4.4.6",