diff --git a/package-lock.json b/package-lock.json index 75163ce..2d4ceef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "postcss": "8.3.5", "prettier": "2.3.1", "semantic-release": "17.4.4", - "tailwindcss": "2.2.0", + "tailwindcss": "2.2.2", "typescript": "4.3.4" }, "engines": { @@ -21858,9 +21858,9 @@ } }, "node_modules/tailwindcss": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.0.tgz", - "integrity": "sha512-vzyictuac60cUfky6R4gFW98glcc/UxpaCH+Mt9dq+LEPdZq2Dpvo5iYpPaemutOIjfeiY0Y8j0ZgJG3wBaFDQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", + "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", "dev": true, "dependencies": { "@fullhuman/postcss-purgecss": "^4.0.3", @@ -40457,9 +40457,9 @@ } }, "tailwindcss": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.0.tgz", - "integrity": "sha512-vzyictuac60cUfky6R4gFW98glcc/UxpaCH+Mt9dq+LEPdZq2Dpvo5iYpPaemutOIjfeiY0Y8j0ZgJG3wBaFDQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", + "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^4.0.3", diff --git a/package.json b/package.json index b60730b..fa55190 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "postcss": "8.3.5", "prettier": "2.3.1", "semantic-release": "17.4.4", - "tailwindcss": "2.2.0", + "tailwindcss": "2.2.2", "typescript": "4.3.4" } }