diff --git a/web/package-lock.json b/web/package-lock.json index 6398116..20a993a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -19,7 +19,7 @@ "autoprefixer": "^10.4.20", "postcss": "^8.4.45", "react-router-dom": "^6.26.1", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.12" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -15792,9 +15792,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", + "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/web/package.json b/web/package.json index b906e30..6ea2506 100644 --- a/web/package.json +++ b/web/package.json @@ -38,6 +38,6 @@ "autoprefixer": "^10.4.20", "postcss": "^8.4.45", "react-router-dom": "^6.26.1", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.12" } }