diff --git a/website/package-lock.json b/website/package-lock.json index c63ed08ee0b..2822a069daa 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "3.1.6", "@astrojs/starlight": "0.28.3", "@astrojs/starlight-tailwind": "2.0.3", - "@astrojs/tailwind": "5.1.0", + "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", "astro": "4.16.1", "astro-better-image-service": "2.0.29", @@ -284,17 +284,17 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.0.tgz", - "integrity": "sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.2.tgz", + "integrity": "sha512-IvOF0W/dtHElcXvhrPR35nHmhyV3cfz1EzPitMGtU7sYy9Hci3BNK1To6FWmVuuNKPxza1IgCGetSynJZL7fOg==", "license": "MIT", "dependencies": { - "autoprefixer": "^10.4.15", - "postcss": "^8.4.28", + "autoprefixer": "^10.4.20", + "postcss": "^8.4.47", "postcss-load-config": "^4.0.2" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0", + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0", "tailwindcss": "^3.0.24" } }, diff --git a/website/package.json b/website/package.json index 00af86b763d..217ea481515 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "@astrojs/sitemap": "3.1.6", "@astrojs/starlight": "0.28.3", "@astrojs/starlight-tailwind": "2.0.3", - "@astrojs/tailwind": "5.1.0", + "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", "astro": "4.16.1", "astro-better-image-service": "2.0.29",