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

Update dependency react-native-svg to v13.14.0
This commit is contained in:
GLaDOS 2023-10-03 20:45:07 +01:00 committed by GitHub
commit 8d489250cb
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.13.0",
"react-native-svg": "13.14.0",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",
@ -19236,9 +19236,9 @@
}
},
"node_modules/react-native-svg": {
"version": "13.13.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.13.0.tgz",
"integrity": "sha512-L8y8uEiMG0Tr++Nb2+24wlMuv18+bmq/CMoFFtTUlEqVvGCoK2ea8WamPl/9bV8gjL+Rngg5NqEBvKS23sbYoA==",
"version": "13.14.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.14.0.tgz",
"integrity": "sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg==",
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"
@ -36122,9 +36122,9 @@
"integrity": "sha512-mKOfBLIBFBcs9br1rlZDvxD5+mAl8Gfr5CounwJtxI6Z82rGrMO+Kgl9EIg3RMVf3G855a85YVqHJL2f5EDRlw=="
},
"react-native-svg": {
"version": "13.13.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.13.0.tgz",
"integrity": "sha512-L8y8uEiMG0Tr++Nb2+24wlMuv18+bmq/CMoFFtTUlEqVvGCoK2ea8WamPl/9bV8gjL+Rngg5NqEBvKS23sbYoA==",
"version": "13.14.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.14.0.tgz",
"integrity": "sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg==",
"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.13.0",
"react-native-svg": "13.14.0",
"react-native-tcp-socket": "5.6.2",
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",