diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 87c5ded..08c9c36 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "react-router-dom": "5.3.0", "react-scripts": "4.0.3", "recharts": "2.1.2", - "tailwindcss": "2.2.11", + "tailwindcss": "2.2.13", "typescript": "4.4.2" } }, @@ -25339,9 +25339,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/tailwindcss": { - "version": "2.2.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.11.tgz", - "integrity": "sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==", + "version": "2.2.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.13.tgz", + "integrity": "sha512-Y0ZTdTPDLg8KbRp56sCTWoVyBpCTXkk0dNNpPw4eixto+E26n6GEw57VsdzcSlXuah3cQdH+QSyt58WqKamo5A==", "dependencies": { "arg": "^5.0.1", "bytes": "^3.0.0", @@ -48074,9 +48074,9 @@ } }, "tailwindcss": { - "version": "2.2.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.11.tgz", - "integrity": "sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==", + "version": "2.2.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.13.tgz", + "integrity": "sha512-Y0ZTdTPDLg8KbRp56sCTWoVyBpCTXkk0dNNpPw4eixto+E26n6GEw57VsdzcSlXuah3cQdH+QSyt58WqKamo5A==", "requires": { "arg": "^5.0.1", "bytes": "^3.0.0", diff --git a/frontend/package.json b/frontend/package.json index 14460df..2538e58 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "react-router-dom": "5.3.0", "react-scripts": "4.0.3", "recharts": "2.1.2", - "tailwindcss": "2.2.11", + "tailwindcss": "2.2.13", "typescript": "4.4.2" }, "scripts": {