diff --git a/package-lock.json b/package-lock.json index 19ff381..4ea8083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-credit-cards-2": "^1.0.2", "react-dom": "^18", "react-syntax-highlighter": "^15.5.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.7", "transbank-sdk": "^5.0.0" }, "devDependencies": { @@ -4659,9 +4659,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 4d2b717..6bb8e45 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-credit-cards-2": "^1.0.2", "react-dom": "^18", "react-syntax-highlighter": "^15.5.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.7", "transbank-sdk": "^5.0.0" }, "devDependencies": {