diff --git a/src/Elastic.Markdown/package-lock.json b/src/Elastic.Markdown/package-lock.json index 7f5016dbd..2fef846b6 100644 --- a/src/Elastic.Markdown/package-lock.json +++ b/src/Elastic.Markdown/package-lock.json @@ -14,7 +14,7 @@ "htmx-ext-preload": "2.1.1", "htmx.org": "2.0.4", "select-dom": "9.3.1", - "tailwindcss": "4.0.17", + "tailwindcss": "4.1.0", "ua-parser-js": "2.0.3" }, "devDependencies": { @@ -2287,13 +2287,6 @@ "tailwindcss": "4.1.0" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.0.tgz", - "integrity": "sha512-vBYstoFnvUZCDxaauNGQQEvJNQgCd1vSMDRYuZZMH1xRRcTboOk1rJrW5yFkEabU9X6Yx1C4LQ+QvPOvQj4Daw==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.0.tgz", @@ -2518,13 +2511,6 @@ "tailwindcss": "4.1.0" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.0.tgz", - "integrity": "sha512-vBYstoFnvUZCDxaauNGQQEvJNQgCd1vSMDRYuZZMH1xRRcTboOk1rJrW5yFkEabU9X6Yx1C4LQ+QvPOvQj4Daw==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/estree": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", @@ -5386,9 +5372,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.17.tgz", - "integrity": "sha512-OErSiGzRa6rLiOvaipsDZvLMSpsBZ4ysB4f0VKGXUrjw2jfkJRd6kjRKV2+ZmTCNvwtvgdDam5D7w6WXsdLJZw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.0.tgz", + "integrity": "sha512-vBYstoFnvUZCDxaauNGQQEvJNQgCd1vSMDRYuZZMH1xRRcTboOk1rJrW5yFkEabU9X6Yx1C4LQ+QvPOvQj4Daw==", "license": "MIT" }, "node_modules/tapable": { diff --git a/src/Elastic.Markdown/package.json b/src/Elastic.Markdown/package.json index ca228ff2a..459db1740 100644 --- a/src/Elastic.Markdown/package.json +++ b/src/Elastic.Markdown/package.json @@ -48,7 +48,7 @@ "htmx-ext-preload": "2.1.1", "htmx.org": "2.0.4", "select-dom": "9.3.1", - "tailwindcss": "4.0.17", + "tailwindcss": "4.1.0", "ua-parser-js": "2.0.3" } }