From 7a7fbeb671eb0cb747d5193def5a2ed652b8f8bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 03:26:17 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.7 to 3.4.13 Snyk has created this PR to upgrade tailwindcss from 3.4.7 to 3.4.13. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/transbankdevelopers/project/3a602bc3-e31e-4747-b586-ae778f9d6ad6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf2c1581..6560f2f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@types/react-copy-to-clipboard": "^5.0.7", "@types/react-syntax-highlighter": "^15.5.13", "classnames": "^2.5.1", - "next": "^14.2.10", + "next": "14.2.10", "nextjs-toploader": "^1.6.12", "postcss": "^8.4.40", "react": "^18.3.1", @@ -19,7 +19,7 @@ "react-credit-cards-2": "^1.0.2", "react-dom": "^18.3.1", "react-syntax-highlighter": "^15.5.0", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.13", "transbank-sdk": "^5.0.0" }, "devDependencies": { @@ -4675,9 +4675,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", - "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index cca6855a..b2306ccf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-credit-cards-2": "^1.0.2", "react-dom": "^18.3.1", "react-syntax-highlighter": "^15.5.0", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.13", "transbank-sdk": "^5.0.0" }, "devDependencies": {