From f2cd83a3df2c6247c4225e9f08162aafab9d7385 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Oct 2022 22:50:19 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 2.2.17 to 2.2.19 Snyk has created this PR to upgrade tailwindcss from 2.2.17 to 2.2.19. See this package in npm: See this project in Snyk: https://app.snyk.io/org/fyko/project/4dd0c270-1d30-467c-b62e-fbc29059b0af?utm_source=github&utm_medium=referral&page=upgrade-pr --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 1116cf8..c3da8af 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-toastify": "^7.0.3", - "tailwindcss": "^2.2.16" + "tailwindcss": "^2.2.19" }, "devDependencies": { "@types/node": "^14.14.16", diff --git a/web/yarn.lock b/web/yarn.lock index 0b92a30..58d2667 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3305,10 +3305,10 @@ table@^6.0.4: slice-ansi "^4.0.0" string-width "^4.2.0" -tailwindcss@^2.2.16: - version "2.2.17" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.17.tgz#c6332731f9ff1b6628ff589c95c38685347775e3" - integrity sha512-WgRpn+Pxn7eWqlruxnxEbL9ByVRWi3iC10z4b6dW0zSdnkPVC4hPMSWLQkkW8GCyBIv/vbJ0bxIi9dVrl4CfoA== +tailwindcss@^2.2.19: + version "2.2.19" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.19.tgz#540e464832cd462bb9649c1484b0a38315c2653c" + integrity sha512-6Ui7JSVtXadtTUo2NtkBBacobzWiQYVjYW0ZnKaP9S1ZCKQ0w7KVNz+YSDI/j7O7KCMHbOkz94ZMQhbT9pOqjw== dependencies: arg "^5.0.1" bytes "^3.0.0"