mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Update dependency lottie-react-native to v5.1.4
This commit is contained in:
parent
aaf3e0aedc
commit
60ee0d5fa3
2 changed files with 16 additions and 10 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -48,7 +48,7 @@
|
|||
"frisbee": "3.1.4",
|
||||
"junderw-crc32c": "1.2.0",
|
||||
"lottie-ios": "3.2.3",
|
||||
"lottie-react-native": "5.1.2",
|
||||
"lottie-react-native": "5.1.4",
|
||||
"metro-react-native-babel-preset": "0.72.0",
|
||||
"path-browserify": "1.0.1",
|
||||
"payjoin-client": "1.0.1",
|
||||
|
@ -18619,17 +18619,23 @@
|
|||
"integrity": "sha512-mubYMN6+1HXa8z3EJKBvNBkl4UoVM4McjESeB2PgvRMSngmJtC5yUMRdhbbrIAn5Liu3hFGao/14s5hQIgtkRQ=="
|
||||
},
|
||||
"node_modules/lottie-react-native": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-5.1.2.tgz",
|
||||
"integrity": "sha512-Sv+JYpjZ2babIZJVLdu0TCPtuZfvVL7JejaWbeXdqtIgpypjaoxVBUqurrBS4tfwOfsChWWkmCbH5znGGtrTzw==",
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-5.1.4.tgz",
|
||||
"integrity": "sha512-Lu6mSG92Wck+vXEX6gfj/9ciqqoz0tJQZqgX0SumGvX/oZu4MbKO/oLApyHdy2V9Rb7qvwF9whOtitADxTswPA==",
|
||||
"dependencies": {
|
||||
"invariant": "^2.2.2",
|
||||
"react-native-safe-modules": "^1.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lottie-ios": "^3.2.3",
|
||||
"lottie-ios": "^3.4.0",
|
||||
"react": "*",
|
||||
"react-native": ">=0.46"
|
||||
"react-native": ">=0.46",
|
||||
"react-native-windows": ">=0.63.x"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"react-native-windows": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/lru-cache": {
|
||||
|
@ -42150,9 +42156,9 @@
|
|||
"integrity": "sha512-mubYMN6+1HXa8z3EJKBvNBkl4UoVM4McjESeB2PgvRMSngmJtC5yUMRdhbbrIAn5Liu3hFGao/14s5hQIgtkRQ=="
|
||||
},
|
||||
"lottie-react-native": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-5.1.2.tgz",
|
||||
"integrity": "sha512-Sv+JYpjZ2babIZJVLdu0TCPtuZfvVL7JejaWbeXdqtIgpypjaoxVBUqurrBS4tfwOfsChWWkmCbH5znGGtrTzw==",
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-5.1.4.tgz",
|
||||
"integrity": "sha512-Lu6mSG92Wck+vXEX6gfj/9ciqqoz0tJQZqgX0SumGvX/oZu4MbKO/oLApyHdy2V9Rb7qvwF9whOtitADxTswPA==",
|
||||
"requires": {
|
||||
"invariant": "^2.2.2",
|
||||
"react-native-safe-modules": "^1.0.3"
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
"frisbee": "3.1.4",
|
||||
"junderw-crc32c": "1.2.0",
|
||||
"lottie-ios": "3.2.3",
|
||||
"lottie-react-native": "5.1.2",
|
||||
"lottie-react-native": "5.1.4",
|
||||
"metro-react-native-babel-preset": "0.72.0",
|
||||
"path-browserify": "1.0.1",
|
||||
"payjoin-client": "1.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue