From 6d571e52056fd656a939da776ed9223eee0448d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 17:29:49 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.3.5 to 3.4.3 Snyk has created this PR to upgrade tailwindcss from 3.3.5 to 3.4.3. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/okeamah/project/cbf8002e-dd59-472c-9d95-9264dbaaef9d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a9df8e..4bd4e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "rehype-stringify": "^10.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", - "tailwindcss": "3.3.5", + "tailwindcss": "^3.4.3", "typescript": "5.2.2", "unified": "^11.0.4" }, @@ -5259,9 +5259,10 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -5271,7 +5272,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 2fe20ab..3e97827 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "rehype-stringify": "^10.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.3", "typescript": "5.2.2", "unified": "^11.0.4" },