From a8fc4e4b2e38607a8d0c8fb5fb3291cf4302b344 Mon Sep 17 00:00:00 2001 From: Stephen Sorensen Date: Fri, 4 Oct 2024 08:45:17 -0400 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.10 to 3.4.11 (#86) Snyk has created this PR to upgrade tailwindcss from 3.4.10 to 3.4.11. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/spudly/project/58c6b2ca-3af7-4766-b160-aa08c3cf856c?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c774b26..297f82e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-icons": "^5.3.0", "react-is": "^18.3.1", "react-popper": "^2.2.5", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.11" }, "devDependencies": { "@babel/core": "^7.19.6", @@ -17403,9 +17403,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", + "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -31166,9 +31166,9 @@ "dev": true }, "tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", + "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 28fd7b8..44d8d80 100644 --- a/package.json +++ b/package.json @@ -299,7 +299,7 @@ "react-icons": "^5.3.0", "react-is": "^18.3.1", "react-popper": "^2.2.5", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.11" }, "devDependencies": { "@babel/core": "^7.19.6",