From efdadc7632f6e5d7b89ca6a17246d9e64d57edfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 07:15:28 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.4.19 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a214e114b..d96a1440e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "rollup": "2.79.2", "rollup-plugin-dts": "4.2.3", "rxjs": "7.8.2", - "tailwindcss": "3.4.18", + "tailwindcss": "3.4.19", "type-fest": "5.3.1", "typescript": "4.9.5", "typescript-lit-html-plugin": "0.9.0", @@ -7368,9 +7368,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==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -13076,9 +13076,9 @@ "dev": true }, "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==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index b49409fa2..cd87cb186 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rollup": "2.79.2", "rollup-plugin-dts": "4.2.3", "rxjs": "7.8.2", - "tailwindcss": "3.4.18", + "tailwindcss": "3.4.19", "type-fest": "5.3.1", "typescript": "4.9.5", "typescript-lit-html-plugin": "0.9.0",