Merge pull request #4900 from BlueWallet/renovate/react-native-svg-12.x

Update dependency react-native-svg to v12.4.1
This commit is contained in:
GLaDOS 2022-07-26 03:07:45 +01:00 committed by GitHub
commit ca3825df94
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.0",
"react-native-svg": "12.4.1",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",
@ -22373,9 +22373,9 @@
}
},
"node_modules/react-native-svg": {
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.0.tgz",
"integrity": "sha512-m2Hn5FMC7wF/BSwxrbZFVElOMAJZXLJl2bBMDXvs/fFy2v4oLBfcw8MwaBTlaIyk0p24WRC9lWv51kSA/Plj5w==",
"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==",
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"
@ -45055,9 +45055,9 @@
"integrity": "sha512-mKOfBLIBFBcs9br1rlZDvxD5+mAl8Gfr5CounwJtxI6Z82rGrMO+Kgl9EIg3RMVf3G855a85YVqHJL2f5EDRlw=="
},
"react-native-svg": {
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.0.tgz",
"integrity": "sha512-m2Hn5FMC7wF/BSwxrbZFVElOMAJZXLJl2bBMDXvs/fFy2v4oLBfcw8MwaBTlaIyk0p24WRC9lWv51kSA/Plj5w==",
"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==",
"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.0",
"react-native-svg": "12.4.1",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",