From 05322bf5cb855d0a9f6d5fd8d36ac814d1cb1e52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Apr 2025 07:21:50 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 4.0.8 to 4.0.15 Snyk has created this PR to upgrade tailwindcss from 4.0.8 to 4.0.15. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/lil-id/project/e4ead46b-adb6-475c-bca4-e7378f2d8b1b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 590e1fa..de810a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^6.29.0", - "tailwindcss": "^4.0.8" + "tailwindcss": "^4.0.15" }, "devDependencies": { "@eslint/js": "^9.21.0", @@ -1251,6 +1251,12 @@ "tailwindcss": "4.0.8" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.8.tgz", @@ -1464,6 +1470,12 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "license": "MIT" + }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -4807,9 +4819,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", - "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.15.tgz", + "integrity": "sha512-6ZMg+hHdMJpjpeCCFasX7K+U615U9D+7k5/cDK/iRwl6GptF24+I/AbKgOnXhVKePzrEyIXutLv36n4cRsq3Sg==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 0b31b83..303fe06 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^6.29.0", - "tailwindcss": "^4.0.8" + "tailwindcss": "^4.0.15" }, "devDependencies": { "@eslint/js": "^9.21.0",