From 3274313cb32fd2697cabc612722878e2048c716f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:40:04 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.0.3 to 4.0.5 (#3271) --- 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 253a6f483a..ff0c1c96bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "rollup-plugin-node-externals": "~8.0.0", "rollup-plugin-sizes": "~1.1.0", "rollup-plugin-typescript2": "~0.36.0", - "tailwindcss": "~4.0.3", + "tailwindcss": "~4.0.5", "ts-jest": "~29.2.5", "typedoc": "~0.27.6", "typescript": "~5.4.5", @@ -12817,9 +12817,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz", - "integrity": "sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", + "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", "dev": true, "license": "MIT" }, @@ -22490,9 +22490,9 @@ "dev": true }, "tailwindcss": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz", - "integrity": "sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", + "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", "dev": true }, "tapable": { diff --git a/package.json b/package.json index e257475a07..bebfc90ef6 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "rollup-plugin-node-externals": "~8.0.0", "rollup-plugin-sizes": "~1.1.0", "rollup-plugin-typescript2": "~0.36.0", - "tailwindcss": "~4.0.3", + "tailwindcss": "~4.0.5", "ts-jest": "~29.2.5", "typedoc": "~0.27.6", "typescript": "~5.4.5",