Update dependency react-native-svg to v15.5.0

This commit is contained in:
renovate[bot] 2024-08-08 21:07:19 +00:00 committed by GitHub
parent eb51c1caa2
commit a06abc6022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@ -95,7 +95,7 @@
"react-native-screens": "3.34.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
"react-native-share": "10.2.1",
"react-native-svg": "15.3.0",
"react-native-svg": "15.5.0",
"react-native-tcp-socket": "6.2.0",
"react-native-vector-icons": "10.1.0",
"react-native-watch-connectivity": "1.1.0",
@ -13372,13 +13372,14 @@
}
},
"node_modules/react-native-svg": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.3.0.tgz",
"integrity": "sha512-mBHu/fdlzUbpGX8SZFxgbKvK/sgqLfDLP8uh8G7Us+zJgdjO8OSEeqHQs+kPRdQmdLJQiqPJX2WXgCl7ToTWqw==",
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.5.0.tgz",
"integrity": "sha512-/DUPfmSf3eXt59WjG8hlRKVPzqVjM7duG9vJH6UYAJesj3NtYcyFsO5sYpSkovlOwagk84PibcVb92bBwMSmng==",
"license": "MIT",
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3"
"css-tree": "^1.1.3",
"warn-once": "0.1.1"
},
"peerDependencies": {
"react": "*",

View File

@ -159,7 +159,7 @@
"react-native-screens": "3.34.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
"react-native-share": "10.2.1",
"react-native-svg": "15.3.0",
"react-native-svg": "15.5.0",
"react-native-tcp-socket": "6.2.0",
"react-native-vector-icons": "10.1.0",
"react-native-watch-connectivity": "1.1.0",