diff --git a/package-lock.json b/package-lock.json index a0442eb2e6f62e..c4136ce2de49ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-docsearch": "^0.3.0", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@cloudflare/puppeteer": "^0.0.14", "@cloudflare/vitest-pool-workers": "^0.5.40", "@cloudflare/workers-types": "^4.20241218.0", @@ -810,11 +810,10 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", - "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz", + "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==", "dev": true, - "license": "MIT", "dependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.4.49", diff --git a/package.json b/package.json index 3dfe9d1acc3cd7..5e4277b592ecda 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-docsearch": "^0.3.0", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@cloudflare/puppeteer": "^0.0.14", "@cloudflare/vitest-pool-workers": "^0.5.40", "@cloudflare/workers-types": "^4.20241218.0",