From 8f58b6d6798d31914b5ed2252240b4d81efd5e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:37:20 +0000 Subject: [PATCH] build(deps): bump tailwindcss from 4.1.18 to 4.2.1 in /admin Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.18 to 4.2.1. - [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.2.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- admin/package-lock.json | 20 ++++++++++++++++---- admin/package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index 831d569..19e277f 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -65,7 +65,7 @@ "sharp": "^0.34.5", "stopword": "^3.1.5", "systeminformation": "^5.30.8", - "tailwindcss": "^4.1.10", + "tailwindcss": "^4.2.1", "tar": "^7.5.10", "tesseract.js": "^7.0.0", "url-join": "^5.0.0", @@ -4599,6 +4599,12 @@ "tailwindcss": "4.1.18" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.18", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz", @@ -4895,6 +4901,12 @@ "vite": "^5.2.0 || ^6 || ^7" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "license": "MIT" + }, "node_modules/@tanstack/eslint-plugin-query": { "version": "5.91.4", "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.91.4.tgz", @@ -15246,9 +15258,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.18", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", - "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", + "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", "license": "MIT" }, "node_modules/tapable": { diff --git a/admin/package.json b/admin/package.json index 5ad1a60..3d2c00c 100644 --- a/admin/package.json +++ b/admin/package.json @@ -117,7 +117,7 @@ "sharp": "^0.34.5", "stopword": "^3.1.5", "systeminformation": "^5.30.8", - "tailwindcss": "^4.1.10", + "tailwindcss": "^4.2.1", "tar": "^7.5.10", "tesseract.js": "^7.0.0", "url-join": "^5.0.0",