From 55155f5da0a35c1de0e3d0ce86f73c4da6ba2dcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 10:14:34 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 4.0.15 to 4.1.13 Snyk has created this PR to upgrade tailwindcss from 4.0.15 to 4.1.13. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/anrago/project/056c06ae-3feb-4f97-bd73-c5c5fc6e69d3?utm_source=github&utm_medium=referral&page=upgrade-pr --- front/package-lock.json | 20 ++++++++++++++++---- front/package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index 35c40e0..491aa9d 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/vite": "^4.0.15", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.0.15" + "tailwindcss": "^4.1.13" }, "devDependencies": { "@eslint/js": "^9.21.0", @@ -1262,6 +1262,12 @@ "tailwindcss": "4.0.15" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "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/@tailwindcss/oxide": { "version": "4.0.15", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.15.tgz", @@ -1475,6 +1481,12 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "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/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -3003,9 +3015,9 @@ } }, "node_modules/tailwindcss": { - "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==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", + "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", "license": "MIT" }, "node_modules/tapable": { diff --git a/front/package.json b/front/package.json index 085d43a..4cf3924 100644 --- a/front/package.json +++ b/front/package.json @@ -13,7 +13,7 @@ "@tailwindcss/vite": "^4.0.15", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.0.15" + "tailwindcss": "^4.1.13" }, "devDependencies": { "@eslint/js": "^9.21.0",