diff --git a/package-lock.json b/package-lock.json index 0396d515..0189fed1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "query-string": "^7.1.0", "string-remove-widows": "^2.1.0", "string-strip-html": "^8.2.0", - "tailwindcss": "^3.2.3" + "tailwindcss": "^3.2.4" }, "bin": { "maizzle": "bin/maizzle" @@ -13503,9 +13503,9 @@ } }, "node_modules/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==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -25308,9 +25308,9 @@ } }, "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==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/package.json b/package.json index 6fcf5871..2881be97 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "query-string": "^7.1.0", "string-remove-widows": "^2.1.0", "string-strip-html": "^8.2.0", - "tailwindcss": "^3.2.3" + "tailwindcss": "^3.2.4" }, "devDependencies": { "ava": "^5.0.1",