From 7d175ffab12657f442dd520419d2e6e1c67fc779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 18:37:03 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.2.4 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5028998..d9db81d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5358,9 +5358,9 @@ "dev": true }, "tailwindcss": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz", - "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", + "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "dev": true, "requires": { "arg": "^5.0.2", diff --git a/package.json b/package.json index d3dfc19..d5f5d37 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-testing-library": "5.9.1", "jest": "27.5.1", "postcss": "8.4.19", - "tailwindcss": "3.2.3" + "tailwindcss": "3.2.4" }, "engines": { "node": ">=14.19.1"