diff --git a/package-lock.json b/package-lock.json index 773f343..ac107e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5450,9 +5450,9 @@ "dev": true }, "tailwindcss": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.0.tgz", - "integrity": "sha512-hOXlFx+YcklJ8kXiCAfk/FMyr4Pm9ck477G0m/us2344Vuj355IpoEDB5UmGAsSpTBmr+4ZhjzW04JuFXkb/fw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz", + "integrity": "sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==", "dev": true, "requires": { "arg": "^5.0.2", diff --git a/package.json b/package.json index 761d150..f70ceab 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-testing-library": "5.10.2", "jest": "27.5.1", "postcss": "8.4.21", - "tailwindcss": "3.3.0" + "tailwindcss": "3.3.1" }, "engines": { "node": ">=14.19.1"