From 943cbc813940c1df31f03cc6a2aab97fd00b4736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:42:47 +0000 Subject: [PATCH] Bump tailwindcss from 4.0.17 to 4.1.0 in /src/Elastic.Markdown Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.17 to 4.1.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Elastic.Markdown/package-lock.json | 22 ++++------------------ src/Elastic.Markdown/package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) 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" } }