diff --git a/package-lock.json b/package-lock.json index e128f4e7..5a9b3376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-credit-cards-2": "^1.0.3", "react-dom": "^18.3.1", "react-syntax-highlighter": "^15.6.1", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "transbank-sdk": "^5.0.0" }, "devDependencies": { @@ -4685,9 +4685,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 1a63ded8..34f8be2f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-credit-cards-2": "^1.0.3", "react-dom": "^18.3.1", "react-syntax-highlighter": "^15.6.1", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "transbank-sdk": "^5.0.0" }, "devDependencies": {