diff --git a/website/package-lock.json b/website/package-lock.json index 5172b576f41..29a8c701ddc 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "3.2.1", "@astrojs/starlight": "0.29.3", "@astrojs/starlight-tailwind": "2.0.3", - "@astrojs/tailwind": "5.1.4", + "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.1", "astro": "4.16.18", "astro-better-image-service": "2.0.37", @@ -258,13 +258,13 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz", - "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.5.tgz", + "integrity": "sha512-1diguZEau7FZ9vIjzE4BwavGdhD3+JkdS8zmibl1ene+EHgIU5hI0NMgRYG3yea+Niaf7cyMwjeWeLvzq/maxg==", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.20", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-load-config": "^4.0.2" }, "peerDependencies": { diff --git a/website/package.json b/website/package.json index 8297531d54c..a2a03263bc8 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "@astrojs/sitemap": "3.2.1", "@astrojs/starlight": "0.29.3", "@astrojs/starlight-tailwind": "2.0.3", - "@astrojs/tailwind": "5.1.4", + "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.1", "astro": "4.16.18", "astro-better-image-service": "2.0.37",