diff --git a/package-lock.json b/package-lock.json index 9ac6382..58ac03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@storyblok/astro": "^4.0.5", "@vitejs/plugin-basic-ssl": "^1.1.0", "astro": "^4.7.1", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.8", "vite": "^5.2.11" } }, @@ -6150,9 +6150,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.8.tgz", + "integrity": "sha512-GkP17r9GQkxgZ9FKHJQEnjJuKBcbFhMFzKu5slmN6NjlCuFnYJMQ8N4AZ6VrUyiRXlDtPKHkesuQ/MS913Nvdg==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -10894,9 +10894,9 @@ "dev": true }, "tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.8.tgz", + "integrity": "sha512-GkP17r9GQkxgZ9FKHJQEnjJuKBcbFhMFzKu5slmN6NjlCuFnYJMQ8N4AZ6VrUyiRXlDtPKHkesuQ/MS913Nvdg==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 3332f2d..caff3dd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@storyblok/astro": "^4.0.5", "astro": "^4.7.1", "@astrojs/tailwind": "^5.1.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.8", "vite": "^5.2.11", "@vitejs/plugin-basic-ssl": "^1.1.0" }