diff --git a/package-lock.json b/package-lock.json index 779c20d2db3eb8..a39c4193c62a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "solarflare-theme": "^0.0.2", "starlight-image-zoom": "^0.6.0", "starlight-package-managers": "^0.6.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.10", "tippy.js": "^6.3.7", "typescript": "^5.5.2", "wrangler": "^3.71.0", @@ -11161,9 +11161,10 @@ } }, "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.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index ea19a96ed5bfa7..599368704f79e5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "solarflare-theme": "^0.0.2", "starlight-image-zoom": "^0.6.0", "starlight-package-managers": "^0.6.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.10", "tippy.js": "^6.3.7", "typescript": "^5.5.2", "wrangler": "^3.71.0",