diff --git a/package-lock.json b/package-lock.json index 0878c4c0..4aa659bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react": "^19", "react-dom": "^19", "react-email": "^6.1.4", - "react-svg-credit-card-payment-icons": "^5.1.2", + "react-svg-credit-card-payment-icons": "^6.0.4", "resend": "^6.9.4", "shadcn": "^4.0.2", "sonner": "^2.0.7", @@ -11732,13 +11732,22 @@ } }, "node_modules/react-svg-credit-card-payment-icons": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/react-svg-credit-card-payment-icons/-/react-svg-credit-card-payment-icons-5.1.2.tgz", - "integrity": "sha512-KnCrg0U5v6SPqDw1DJ0zKCrxg1fuSaaWNn1Ls08x0fWCeqaRVctAOrKNUFE6RVaEgsvg81GOJb0bYHQaxhozNQ==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/react-svg-credit-card-payment-icons/-/react-svg-credit-card-payment-icons-6.0.4.tgz", + "integrity": "sha512-kp8Dhk5kedjPMmFIzkeIQKa1NouOEVymwiXwPcKEcIBVM4qzxQdEd5fMTl9H5fVTCZWviX/g0tjd6RCCpvbUYw==", "license": "MIT", "peerDependencies": { "react": ">=16", - "react-dom": ">=16" + "react-dom": ">=16", + "react-native-svg": ">=12" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native-svg": { + "optional": true + } } }, "node_modules/readdirp": { diff --git a/package.json b/package.json index 51de7f05..3026a3a3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react": "^19", "react-dom": "^19", "react-email": "^6.1.4", - "react-svg-credit-card-payment-icons": "^5.1.2", + "react-svg-credit-card-payment-icons": "^6.0.4", "resend": "^6.9.4", "shadcn": "^4.0.2", "sonner": "^2.0.7",