From ef9d088059a9a074b1d2bde35b625bc0560b58c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Sep 2021 11:05:05 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v2.2.11 --- frontend/package-lock.json | 16 +++++++++------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4feb9ee..87c5ded 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.10", + "tailwindcss": "2.2.11", "typescript": "4.4.2" } }, @@ -25339,9 +25339,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/tailwindcss": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.10.tgz", - "integrity": "sha512-OFm08RRy7elXhv57DRLzCVKrylIbnu6htJzcD/bGPOdokLQrqywSTYPs3SSqsxqXF+6Mzy/XJcS89gZDIF057A==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.11.tgz", + "integrity": "sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==", "dependencies": { "arg": "^5.0.1", "bytes": "^3.0.0", @@ -25356,6 +25356,7 @@ "fs-extra": "^10.0.0", "glob-parent": "^6.0.1", "html-tags": "^3.1.0", + "is-color-stop": "^1.1.0", "is-glob": "^4.0.1", "lodash": "^4.17.21", "lodash.topath": "^4.5.2", @@ -48073,9 +48074,9 @@ } }, "tailwindcss": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.10.tgz", - "integrity": "sha512-OFm08RRy7elXhv57DRLzCVKrylIbnu6htJzcD/bGPOdokLQrqywSTYPs3SSqsxqXF+6Mzy/XJcS89gZDIF057A==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.11.tgz", + "integrity": "sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==", "requires": { "arg": "^5.0.1", "bytes": "^3.0.0", @@ -48090,6 +48091,7 @@ "fs-extra": "^10.0.0", "glob-parent": "^6.0.1", "html-tags": "^3.1.0", + "is-color-stop": "^1.1.0", "is-glob": "^4.0.1", "lodash": "^4.17.21", "lodash.topath": "^4.5.2", diff --git a/frontend/package.json b/frontend/package.json index f06a84b..14460df 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.10", + "tailwindcss": "2.2.11", "typescript": "4.4.2" }, "scripts": {