Update dependency react-native-svg to v12.4.3

This commit is contained in:
renovate[bot] 2022-07-26 18:09:38 +00:00 committed by GitHub
parent 8b89685d0a
commit 007426fda7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -92,7 +92,7 @@
"react-native-screens": "3.15.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.6.6",
"react-native-svg": "12.4.1",
"react-native-svg": "12.4.3",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",
@ -22374,9 +22374,9 @@
}
},
"node_modules/react-native-svg": {
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.1.tgz",
"integrity": "sha512-JO4+N0cAX+H0KEksQAHawQ23Nl4+wnD5I7of/ojqeiAqWq6ebK4wN7Xr/1ofsJcEIPSZ8b23Gj4SPB64VIUoNQ==",
"version": "12.4.3",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.3.tgz",
"integrity": "sha512-8OF+vvXsI854YlHBOQkanNcyio+7oQO0nQsS/Noji2VmPoMnLiJiMaxmOD9RHxGkbbo7lzbYWdxVdNibjN/8IA==",
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"
@ -45057,9 +45057,9 @@
"integrity": "sha512-mKOfBLIBFBcs9br1rlZDvxD5+mAl8Gfr5CounwJtxI6Z82rGrMO+Kgl9EIg3RMVf3G855a85YVqHJL2f5EDRlw=="
},
"react-native-svg": {
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.1.tgz",
"integrity": "sha512-JO4+N0cAX+H0KEksQAHawQ23Nl4+wnD5I7of/ojqeiAqWq6ebK4wN7Xr/1ofsJcEIPSZ8b23Gj4SPB64VIUoNQ==",
"version": "12.4.3",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.3.tgz",
"integrity": "sha512-8OF+vvXsI854YlHBOQkanNcyio+7oQO0nQsS/Noji2VmPoMnLiJiMaxmOD9RHxGkbbo7lzbYWdxVdNibjN/8IA==",
"requires": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"

View File

@ -178,7 +178,7 @@
"react-native-screens": "3.15.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.6.6",
"react-native-svg": "12.4.1",
"react-native-svg": "12.4.3",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",