From 922828dc8ea05504b7373c77afb3491c4aa13e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:21:00 +0000 Subject: [PATCH] Bump react-svg-credit-card-payment-icons from 5.1.2 to 6.0.4 Bumps [react-svg-credit-card-payment-icons](https://github.com/marcovoliveira/svg-credit-card-payment-icons) from 5.1.2 to 6.0.4. - [Release notes](https://github.com/marcovoliveira/svg-credit-card-payment-icons/releases) - [Changelog](https://github.com/marcovoliveira/react-svg-credit-card-payment-icons/blob/main/CHANGELOG.md) - [Commits](https://github.com/marcovoliveira/svg-credit-card-payment-icons/compare/v5.1.2...v6.0.4) --- updated-dependencies: - dependency-name: react-svg-credit-card-payment-icons dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) 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",