mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore: enable SumSub Fisherman device intelligence with privacy compliance (#1714)
* clean up permissions * updates for permissions * update permissions and packages * fix: mark device ID collection as linked in privacy manifest Address CodeRabbit feedback: - Set NSPrivacyCollectedDataTypeLinked to true (device signals are tied to applicant identity) - Clarify Android Data Safety checklist requirements with explicit data-linking declaration Co-authored-by: Cursor <cursoragent@cursor.com> * remove for now --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
18
yarn.lock
18
yarn.lock
@@ -9092,7 +9092,7 @@ __metadata:
|
||||
react-native-safe-area-context: "npm:^5.6.2"
|
||||
react-native-screens: "npm:4.15.3"
|
||||
react-native-sqlite-storage: "npm:^6.0.1"
|
||||
react-native-svg: "npm:15.15.1"
|
||||
react-native-svg: "npm:15.12.1"
|
||||
react-native-svg-transformer: "npm:^1.5.2"
|
||||
react-native-svg-web: "npm:1.0.9"
|
||||
react-native-url-polyfill: "npm:^3.0.0"
|
||||
@@ -9149,7 +9149,7 @@ __metadata:
|
||||
react-native-haptic-feedback: "npm:^2.3.3"
|
||||
react-native-localize: "npm:^3.6.1"
|
||||
react-native-nfc-manager: "npm:^3.17.2"
|
||||
react-native-svg: "npm:15.15.1"
|
||||
react-native-svg: "npm:15.12.1"
|
||||
react-native-svg-circle-country-flags: "npm:^0.2.2"
|
||||
react-native-web: "npm:^0.21.2"
|
||||
react-native-webview: "npm:13.16.0"
|
||||
@@ -30315,6 +30315,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-native-svg@npm:15.12.1":
|
||||
version: 15.12.1
|
||||
resolution: "react-native-svg@npm:15.12.1"
|
||||
dependencies:
|
||||
css-select: "npm:^5.1.0"
|
||||
css-tree: "npm:^1.1.3"
|
||||
warn-once: "npm:0.1.1"
|
||||
peerDependencies:
|
||||
react: "*"
|
||||
react-native: "*"
|
||||
checksum: 10c0/ed94b57007125c715283fc760438ac8eac0677ced3201f6e272a7cd4459f3fecb672a8eed2c32664e5b8e6e0367585353b0f83f99b231f603d75094bb052c01f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-native-svg@npm:15.15.1":
|
||||
version: 15.15.1
|
||||
resolution: "react-native-svg@npm:15.15.1"
|
||||
|
||||
Reference in New Issue
Block a user