From ce3a9b0c5c877b1fd7da001272475eacab4483a5 Mon Sep 17 00:00:00 2001 From: Linh Date: Fri, 5 Dec 2025 11:02:09 +0700 Subject: [PATCH] chore: bump react-native-qrcode-svg --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8450fab5b76d..0607abc35bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,7 +125,7 @@ "react-native-permissions": "^5.4.0", "react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#07d60d78d4772d47afd7a744940fc6b6d1881806", "react-native-plaid-link-sdk": "12.5.3", - "react-native-qrcode-svg": "6.3.14", + "react-native-qrcode-svg": "6.3.21", "react-native-reanimated": "4.1.5", "react-native-release-profiler": "0.4.2", "react-native-render-html": "6.3.1", @@ -35713,7 +35713,9 @@ } }, "node_modules/react-native-qrcode-svg": { - "version": "6.3.14", + "version": "6.3.21", + "resolved": "https://registry.npmjs.org/react-native-qrcode-svg/-/react-native-qrcode-svg-6.3.21.tgz", + "integrity": "sha512-6vcj4rcdpWedvphDR+NSJcudJykNuLgNGFwm2p4xYjR8RdyTzlrELKI5LkO4ANS9cQUbqsfkpippPv64Q2tUtA==", "license": "MIT", "dependencies": { "prop-types": "^15.8.0", diff --git a/package.json b/package.json index 298eea3bdbc8..f37ecb84b14d 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ "react-native-permissions": "^5.4.0", "react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#07d60d78d4772d47afd7a744940fc6b6d1881806", "react-native-plaid-link-sdk": "12.5.3", - "react-native-qrcode-svg": "6.3.14", + "react-native-qrcode-svg": "6.3.21", "react-native-reanimated": "4.1.5", "react-native-release-profiler": "0.4.2", "react-native-render-html": "6.3.1",