diff --git a/Website/package-lock.json b/Website/package-lock.json index 3b496493..4af38cf9 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "18.3.1", "remark": "^15.0.1", "remark-html": "^16.0.1", - "tailwindcss": "3.4.4" + "tailwindcss": "3.4.6" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5366,9 +5366,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/Website/package.json b/Website/package.json index 127604e1..5cd678c3 100644 --- a/Website/package.json +++ b/Website/package.json @@ -19,6 +19,6 @@ "react-dom": "18.3.1", "remark": "^15.0.1", "remark-html": "^16.0.1", - "tailwindcss": "3.4.4" + "tailwindcss": "3.4.6" } }