diff --git a/package-lock.json b/package-lock.json index 7d61484c8f4c..b3298927ba6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "react-native-render-html": "6.3.1", "react-native-safe-area-context": "^3.1.4", "react-native-screens": "^3.10.1", - "react-native-svg": "^12.1.0", + "react-native-svg": "^13.1.0", "react-native-webview": "^11.17.2", "react-pdf": "5.7.2", "react-plaid-link": "3.3.2", @@ -31790,16 +31790,16 @@ } }, "node_modules/react-native-svg": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.4.tgz", - "integrity": "sha512-LpcNlEVCURexqPAvQ9ne8KrPVfYz0wIDygwud8VMRmXLezysXzyQN/DTsjm1BO9lIfYp55WQsr3u3yW/vk6iiA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.1.0.tgz", + "integrity": "sha512-drYa+0piaQ27xFEp1MxRBSu6eHbR37qQITKTHNOmPv1NhPUyZ5tH4ICWe7aTLlB2u6KEhpSHl63HJi3jpZFtvw==", "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3" }, "peerDependencies": { "react": "*", - "react-native": ">=0.50.0" + "react-native": "*" } }, "node_modules/react-native-svg-transformer": { @@ -64391,9 +64391,9 @@ } }, "react-native-svg": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.4.tgz", - "integrity": "sha512-LpcNlEVCURexqPAvQ9ne8KrPVfYz0wIDygwud8VMRmXLezysXzyQN/DTsjm1BO9lIfYp55WQsr3u3yW/vk6iiA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.1.0.tgz", + "integrity": "sha512-drYa+0piaQ27xFEp1MxRBSu6eHbR37qQITKTHNOmPv1NhPUyZ5tH4ICWe7aTLlB2u6KEhpSHl63HJi3jpZFtvw==", "requires": { "css-select": "^5.1.0", "css-tree": "^1.1.3" diff --git a/package.json b/package.json index 5d5e76d46acc..886e561f02ec 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-native-render-html": "6.3.1", "react-native-safe-area-context": "^3.1.4", "react-native-screens": "^3.10.1", - "react-native-svg": "^12.1.0", + "react-native-svg": "^13.1.0", "react-native-webview": "^11.17.2", "react-pdf": "5.7.2", "react-plaid-link": "3.3.2",