From 4d2eafdd8e4728812efa3f913a2e26f77ceb322f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Mar 2026 19:04:36 +0100 Subject: [PATCH] Update dependency tailwindcss to v3.4.19 (forgejo) (#11545) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11545 Reviewed-by: Gusted Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 764bfe0744..a062bad47f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "pretty-ms": "9.0.0", "sortablejs": "1.15.7", "swagger-ui-dist": "5.31.2", - "tailwindcss": "3.4.18", + "tailwindcss": "3.4.19", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tippy.js": "6.3.7", @@ -14682,9 +14682,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.18", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.18.tgz", - "integrity": "sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==", + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz", + "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 2a70568d21..1081c962d5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "pretty-ms": "9.0.0", "sortablejs": "1.15.7", "swagger-ui-dist": "5.31.2", - "tailwindcss": "3.4.18", + "tailwindcss": "3.4.19", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tippy.js": "6.3.7",