Merge pull request #5651 from BlueWallet/renovate/react-native-svg-13.x

Update dependency react-native-svg to v13.11.0
This commit is contained in:
GLaDOS 2023-08-15 02:13:58 +01:00 committed by GitHub
commit a1543a51c4
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

@ -94,7 +94,7 @@
"react-native-screens": "3.20.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#2076b48",
"react-native-share": "8.2.2",
"react-native-svg": "13.10.0",
"react-native-svg": "13.11.0",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",
@ -19606,9 +19606,9 @@
}
},
"node_modules/react-native-svg": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.10.0.tgz",
"integrity": "sha512-D/oYTmUi5nsA/2Nw4WYlF1UUi3vZqhpESpiEhpYCIFB/EMd6vz4A/uq3tIzZFcfa5z2oAdGSxRU1TaYr8IcPlQ==",
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.11.0.tgz",
"integrity": "sha512-ApMp0t7NQh85BNq66nfN1/l8pwkj1Lx8Y+ErmBmZ0Oado3DSd+o/Fx/6Jm3GmBkmXl62t6Et0FHj1NYxNQw64w==",
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"
@ -37067,9 +37067,9 @@
"integrity": "sha512-mKOfBLIBFBcs9br1rlZDvxD5+mAl8Gfr5CounwJtxI6Z82rGrMO+Kgl9EIg3RMVf3G855a85YVqHJL2f5EDRlw=="
},
"react-native-svg": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.10.0.tgz",
"integrity": "sha512-D/oYTmUi5nsA/2Nw4WYlF1UUi3vZqhpESpiEhpYCIFB/EMd6vz4A/uq3tIzZFcfa5z2oAdGSxRU1TaYr8IcPlQ==",
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.11.0.tgz",
"integrity": "sha512-ApMp0t7NQh85BNq66nfN1/l8pwkj1Lx8Y+ErmBmZ0Oado3DSd+o/Fx/6Jm3GmBkmXl62t6Et0FHj1NYxNQw64w==",
"requires": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"

View file

@ -179,7 +179,7 @@
"react-native-screens": "3.20.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#2076b48",
"react-native-share": "8.2.2",
"react-native-svg": "13.10.0",
"react-native-svg": "13.11.0",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",