diff --git a/.eslintrc.js b/.eslintrc.js index dce112a..d4d2022 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ // https://docs.expo.dev/guides/using-eslint/ module.exports = { extends: 'expo', -}; +} diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..78abbbb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,34 @@ +# Normalize as LF in the repository, OS native locally +* text eol=lf + +# These are explicitly windows files and should use crlf +*.bat text eol=crlf + +*.html text diff=html + +# These files are binary and should be left untouched +# (binary is a macro for -text -diff) +*.a binary +*.lib binary +*.icns binary +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.jar binary +*.tar binary +*.tar.gz binary +*.7z binary +*.ttf binary +*.pyc binary +*.gpg binary +*.bin binary diff --git a/README.md b/README.md index 8498565..9cf7618 100644 --- a/README.md +++ b/README.md @@ -35,35 +35,35 @@ This will start the app in development mode, and you can scan the QR code using ### Using functions: ```ts - const fetchUsers = async () => { - try { - const data = await functions.createExecution( - 'user-endpoints', - '', - false, - '/getUsers', - ExecutionMethod.GET - ) - setUsers(JSON.parse(data.responseBody)) - } catch (error) { - console.error(error) - } +const fetchUsers = async () => { + try { + const data = await functions.createExecution( + 'user-endpoints', + '', + false, + '/getUsers', + ExecutionMethod.GET + ) + setUsers(JSON.parse(data.responseBody)) + } catch (error) { + console.error(error) } +} ``` ### Using databases: ```ts - const fetchEvents = async () => { - try { - const data: EventsType = await database.listDocuments('hp_db', 'events') - setEvents(data) - } catch (error) { - console.error(error) - } +const fetchEvents = async () => { + try { + const data: EventsType = await database.listDocuments('hp_db', 'events') + setEvents(data) + } catch (error) { + console.error(error) } +} ``` #### Notes: -You cannot use the database path to get the data using an API key, you need to use the functions path to get the data using an API key. \ No newline at end of file +You cannot use the database path to get the data using an API key, you need to use the functions path to get the data using an API key. diff --git a/app.json b/app.json index d724a0a..219140b 100644 --- a/app.json +++ b/app.json @@ -17,9 +17,7 @@ "iosDisplayInForeground": true }, "githubUrl": "https://github.com/Headpat-Community/headpat-app", - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "ios": { "entitlements": { "aps-environment": "production" @@ -34,11 +32,7 @@ }, "appStoreUrl": "https://apps.apple.com/app/headpat/id6502715063", "infoPlist": { - "UIBackgroundModes": [ - "fetch", - "remote-notification", - "processing" - ], + "UIBackgroundModes": ["fetch", "remote-notification", "processing"], "NSLocationWhenInUseUsageDescription": "This app requires access to your location to show you on the map.", "NSLocationAlwaysAndWhenInUseUsageDescription": "This app requires access to your location to show you on the map.", "NSLocationAlwaysUsageDescription": "This app requires access to your location to show you on the map.", diff --git a/assets/json/cancelled.json b/assets/json/cancelled.json index 045c1e9..fb46ab9 100644 --- a/assets/json/cancelled.json +++ b/assets/json/cancelled.json @@ -1 +1,280 @@ -{"v":"5.7.4","fr":25,"ip":0,"op":37,"w":500,"h":500,"nm":"C","assets":[],"layers":[{"ind":1,"ty":4,"nm":"L","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-134},"p":{"a":0,"k":[220.945,277.5,0],"l":2},"a":{"a":0,"k":[0,-42.5,0],"l":2},"s":{"a":0,"k":[100,100,100],"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,-118.5],[1.074,50.64]],"c":true}},"nm":"T"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.77],"y":[1]},"o":{"x":[0.75],"y":[0]},"t":12,"s":[50]},{"t":22,"s":[19]}]},"e":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.79],"y":[0]},"t":12,"s":[50]},{"t":17,"s":[50]}]},"o":{"a":0,"k":0},"m":1,"nm":"T"},{"ty":"st","c":{"a":0,"k":[0.945,0.267,0.431,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":2,"lj":2,"nm":"T"},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"F"}],"ip":5,"op":300,"st":0},{"ind":2,"ty":4,"nm":"L","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-45},"p":{"a":0,"k":[221,221.5,0],"l":2},"a":{"a":0,"k":[0,-42.5,0],"l":2},"s":{"a":0,"k":[100,100,100],"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-0.75,-118.5],[1.074,50.64]],"c":true}},"nm":"T"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.77],"y":[1]},"o":{"x":[0.75],"y":[0]},"t":12,"s":[0]},{"t":22,"s":[19]}]},"e":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.79],"y":[0]},"t":12,"s":[0]},{"t":17,"s":[50]}]},"o":{"a":0,"k":0},"m":1,"nm":"T"},{"ty":"st","c":{"a":0,"k":[0.945,0.267,0.431,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":2,"lj":2,"nm":"T"},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"F"}],"ip":5,"op":300,"st":0},{"ind":3,"ty":4,"nm":"L","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":-45},"p":{"a":0,"k":[250,250,0],"l":2},"a":{"a":0,"k":[23.406,29.406,0],"l":2},"s":{"a":0,"k":[100,100,100],"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[240,240]},"p":{"a":0,"k":[0,0]},"nm":"T"},{"ty":"tm","s":{"a":0,"k":0},"e":{"a":1,"k":[{"i":{"x":[0.42],"y":[1]},"o":{"x":[0.19],"y":[0]},"t":0,"s":[0]},{"t":13,"s":[100]}]},"o":{"a":0,"k":0},"m":1,"nm":"T"},{"ty":"st","c":{"a":0,"k":[0.945,0.267,0.431,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":18},"lc":2,"lj":2,"nm":"T"},{"ty":"tr","p":{"a":0,"k":[23.406,29.406]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":300,"st":0}],"markers":[]} \ No newline at end of file +{ + "v": "5.7.4", + "fr": 25, + "ip": 0, + "op": 37, + "w": 500, + "h": 500, + "nm": "C", + "assets": [], + "layers": [ + { + "ind": 1, + "ty": 4, + "nm": "L", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": -134 }, + "p": { "a": 0, "k": [220.945, 277.5, 0], "l": 2 }, + "a": { "a": 0, "k": [0, -42.5, 0], "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-0.75, -118.5], + [1.074, 50.64] + ], + "c": true + } + }, + "nm": "T" + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.77], "y": [1] }, + "o": { "x": [0.75], "y": [0] }, + "t": 12, + "s": [50] + }, + { "t": 22, "s": [19] } + ] + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.42], "y": [1] }, + "o": { "x": [0.79], "y": [0] }, + "t": 12, + "s": [50] + }, + { "t": 17, "s": [50] } + ] + }, + "o": { "a": 0, "k": 0 }, + "m": 1, + "nm": "T" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0.945, 0.267, 0.431, 1] }, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 18 }, + "lc": 2, + "lj": 2, + "nm": "T" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "F" + } + ], + "ip": 5, + "op": 300, + "st": 0 + }, + { + "ind": 2, + "ty": 4, + "nm": "L", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": -45 }, + "p": { "a": 0, "k": [221, 221.5, 0], "l": 2 }, + "a": { "a": 0, "k": [0, -42.5, 0], "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-0.75, -118.5], + [1.074, 50.64] + ], + "c": true + } + }, + "nm": "T" + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.77], "y": [1] }, + "o": { "x": [0.75], "y": [0] }, + "t": 12, + "s": [0] + }, + { "t": 22, "s": [19] } + ] + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.42], "y": [1] }, + "o": { "x": [0.79], "y": [0] }, + "t": 12, + "s": [0] + }, + { "t": 17, "s": [50] } + ] + }, + "o": { "a": 0, "k": 0 }, + "m": 1, + "nm": "T" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0.945, 0.267, 0.431, 1] }, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 18 }, + "lc": 2, + "lj": 2, + "nm": "T" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "F" + } + ], + "ip": 5, + "op": 300, + "st": 0 + }, + { + "ind": 3, + "ty": 4, + "nm": "L", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": -45 }, + "p": { "a": 0, "k": [250, 250, 0], "l": 2 }, + "a": { "a": 0, "k": [23.406, 29.406, 0], "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [240, 240] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "T" + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.42], "y": [1] }, + "o": { "x": [0.19], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 13, "s": [100] } + ] + }, + "o": { "a": 0, "k": 0 }, + "m": 1, + "nm": "T" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0.945, 0.267, 0.431, 1] }, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 18 }, + "lc": 2, + "lj": 2, + "nm": "T" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [23.406, 29.406] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 300, + "st": 0 + } + ], + "markers": [] +} diff --git a/assets/json/loading.json b/assets/json/loading.json index 6fddec8..d946ba7 100644 --- a/assets/json/loading.json +++ b/assets/json/loading.json @@ -1 +1,200 @@ -{"v":"5.5.7","meta":{"g":"LottieFiles AE 0.1.20","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":59,"w":600,"h":600,"nm":"l","assets":[],"layers":[{"ind":1,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,300,0]},"a":{"a":0,"k":[46,-3,0]},"s":{"a":0,"k":[-86.7,86.7,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[378,378]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":1,"lj":2,"nm":"S"},{"ty":"tr","p":{"a":0,"k":[46,-3]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.404],"y":[1.001]},"o":{"x":[0.513],"y":[0.011]},"t":0,"s":[0]},{"t":37,"s":[100]}]},"e":{"a":1,"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.518],"y":[0.011]},"t":19,"s":[0]},{"t":55,"s":[100]}]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[180]},{"t":70,"s":[360]}]},"m":1,"nm":"T"}],"ip":0,"op":5401,"st":0},{"ind":2,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[300,300,0]},"a":{"a":0,"k":[46,-3,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[378,378]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[0,0,0,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":16},"lc":1,"lj":2,"nm":"S"},{"ty":"tr","p":{"a":0,"k":[46,-3]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.404],"y":[1.001]},"o":{"x":[0.513],"y":[0.011]},"t":0,"s":[0]},{"t":37,"s":[100]}]},"e":{"a":1,"k":[{"i":{"x":[0.397],"y":[1]},"o":{"x":[0.518],"y":[0.011]},"t":19,"s":[0]},{"t":55,"s":[100]}]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":70,"s":[180]}]},"m":1,"nm":"T"}],"ip":0,"op":5401,"st":0}],"markers":[]} \ No newline at end of file +{ + "v": "5.5.7", + "meta": { "g": "LottieFiles AE 0.1.20", "a": "", "k": "", "d": "", "tc": "" }, + "fr": 60, + "ip": 0, + "op": 59, + "w": 600, + "h": 600, + "nm": "l", + "assets": [], + "layers": [ + { + "ind": 1, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [300, 300, 0] }, + "a": { "a": 0, "k": [46, -3, 0] }, + "s": { "a": 0, "k": [-86.7, 86.7, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [378, 378] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1] }, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 16 }, + "lc": 1, + "lj": 2, + "nm": "S" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [46, -3] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.404], "y": [1.001] }, + "o": { "x": [0.513], "y": [0.011] }, + "t": 0, + "s": [0] + }, + { "t": 37, "s": [100] } + ] + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.397], "y": [1] }, + "o": { "x": [0.518], "y": [0.011] }, + "t": 19, + "s": [0] + }, + { "t": 55, "s": [100] } + ] + }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [180] + }, + { "t": 70, "s": [360] } + ] + }, + "m": 1, + "nm": "T" + } + ], + "ip": 0, + "op": 5401, + "st": 0 + }, + { + "ind": 2, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [300, 300, 0] }, + "a": { "a": 0, "k": [46, -3, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [378, 378] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1] }, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 16 }, + "lc": 1, + "lj": 2, + "nm": "S" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [46, -3] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.404], "y": [1.001] }, + "o": { "x": [0.513], "y": [0.011] }, + "t": 0, + "s": [0] + }, + { "t": 37, "s": [100] } + ] + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.397], "y": [1] }, + "o": { "x": [0.518], "y": [0.011] }, + "t": 19, + "s": [0] + }, + { "t": 55, "s": [100] } + ] + }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { "t": 70, "s": [180] } + ] + }, + "m": 1, + "nm": "T" + } + ], + "ip": 0, + "op": 5401, + "st": 0 + } + ], + "markers": [] +} diff --git a/assets/json/loading_nice.json b/assets/json/loading_nice.json index 3c52987..888aac2 100644 --- a/assets/json/loading_nice.json +++ b/assets/json/loading_nice.json @@ -1 +1,1444 @@ -{"v":"5.5.5","fr":29.97,"ip":0,"op":231,"w":700,"h":700,"nm":"C","assets":[{"id":"comp_0","layers":[{"ind":1,"ty":0,"nm":"P","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":55},"r":{"a":0,"k":42},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":13,"op":90,"st":13},{"ind":2,"ty":0,"nm":"P","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":0,"op":77,"st":0}]},{"id":"comp_1","layers":[{"ind":1,"ty":0,"nm":"P","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":69},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":20,"nm":"T","en":1,"ef":[{"ty":2,"nm":"M","v":{"a":0,"k":[0,0,0,0]}},{"ty":2,"nm":"M","v":{"a":0,"k":[1,0.408,0.659,1]}},{"ty":0,"nm":"A","v":{"a":0,"k":100}},{"ty":6,"nm":"","v":0}]}],"w":700,"h":700,"ip":9,"op":77,"st":9},{"ind":2,"ty":0,"nm":"P","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":0,"op":68,"st":0}]},{"id":"comp_2","layers":[{"ind":1,"ty":0,"nm":"S","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":275},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":0,"op":47,"st":0},{"ind":2,"ty":0,"nm":"S","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":227},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":12,"op":59,"st":12},{"ind":3,"ty":0,"nm":"S","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":140},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":5,"op":52,"st":5},{"ind":4,"ty":0,"nm":"S","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":48},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":21,"op":68,"st":21},{"ind":5,"ty":0,"nm":"S","refId":"comp_3","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":14,"op":61,"st":14}]},{"id":"comp_3","layers":[{"ind":1,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[100]},{"t":46,"s":[0]}]},"r":{"a":0,"k":0},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[349,350,0],"to":[-19.167,15.333,0],"ti":[19.167,-15.333,0]},{"t":48,"s":[234,442,0]}]},"a":{"a":0,"k":[-261,141,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[0,0,100]},{"t":48,"s":[100,100,100]}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[12,12]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"fl","c":{"a":0,"k":[1,0.91,0.549,1]},"o":{"a":0,"k":100},"r":1,"nm":"F"},{"ty":"tr","p":{"a":0,"k":[-261,141]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":47,"st":0}]},{"id":"comp_4","layers":[{"ind":1,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":231,"s":[720]}]},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"gs","o":{"a":0,"k":100},"w":{"a":0,"k":1},"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.496,1,0.771,0.5,0.993,1,0.541,0,0,0,0.5,0.5,1,1]}},"s":{"a":0,"k":[154.435,-126.834]},"e":{"a":0,"k":[-761.875,495.96]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4},"nm":"G"},{"ty":"fl","c":{"a":0,"k":[1,0.91,0.549,1]},"o":{"a":0,"k":0},"r":1,"nm":"F"},{"ty":"tr","p":{"a":0,"k":[1,-1]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0},{"ind":2,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[382]},{"t":231,"s":[742]}]},"p":{"a":0,"k":[351,351,0]},"a":{"a":0,"k":[59.113,-37.893,0]},"s":{"a":0,"k":[131.951,131.951,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,75.084],[-2.326,11.481],[8.484,-20.679],[0,-18.258],[-75.111,0],[-2.638,0.152]],"o":[[0,-12.43],[4.439,-21.907],[-6.526,15.906],[0,75.111],[2.677,0],[-56.982,-4.209]],"v":[[-30.208,-36.759],[-26.642,-72.724],[-61.861,-83.451],[-71.985,-31.87],[64.015,104.13],[71.985,103.892]],"c":true}},"nm":"P"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.424,0,1,0.487,0.471,0,1,0.998,0.518,0,1,0,0.44,0.5,0.22,1,0]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"S"}],"ip":0,"op":600,"st":0},{"ind":3,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":54},"r":{"a":0,"k":0},"p":{"a":0,"k":[222,350,0]},"a":{"a":0,"k":[-128,0,0]},"s":{"a":0,"k":[65.625,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[16,16]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.002,1,1,1,0.488,1,1,1,0.998,1,1,1,0,1,0.5,0.5,1,0]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[100,0]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[-128,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0},{"ind":4,"ty":4,"nm":"S","td":1,"sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":59,"s":[360]}]},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.487,1,1,1,0.998,1,1,1,0,0.44,0.5,0.22,1,0]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[202.396,-0.369]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[1,-1]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0},{"ind":5,"ty":4,"nm":"S","tt":1,"sr":1,"ks":{"o":{"a":0,"k":39},"r":{"a":0,"k":38},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[106,342,0],"to":[81.667,0,0],"ti":[-81.667,0,0]},{"t":59,"s":[596,342,0]}]},"a":{"a":0,"k":[-118,46,0]},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[33.333,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":29,"s":[100,100,100]},{"t":59,"s":[33.333,100,100]}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[72,596]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"nm":"R"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.487,1,1,1,0.998,1,1,1,0,0.44,0.5,0.22,1,0]}},"s":{"a":0,"k":[1.369,-19]},"e":{"a":0,"k":[-2.662,190]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[-118,46]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"R"}],"ip":0,"op":600,"st":0},{"ind":6,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[146.132,146.132,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[142,142]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,0.855,0.855,0.855,0.487,0.927,0.927,0.927,0.998,1,1,1,0,0.44,0.5,0.22,1,0]}},"s":{"a":0,"k":[0,0]},"e":{"a":0,"k":[60.839,0]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[0,-3]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[181.304,181.304]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0},{"ind":7,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":10},"r":{"a":0,"k":180},"p":{"a":0,"k":[350,458,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[124.841,124.841,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[-36.43,1.19],[0,0],[24.53,-18.36]],"o":[[25.85,-22.17],[0,0],[-32.74,1.05],[0,0]],"v":[[-100.64,-30.635],[-5.11,-67.775],[-5.11,37.125],[-92.55,67.775]],"c":true}},"nm":"P"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.487,1,1,1,0.998,1,1,1,0,1,0.5,0.5,1,0]}},"s":{"a":0,"k":[-1,-118.622]},"e":{"a":0,"k":[0,105.643]},"t":1,"nm":"G"},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"S"},{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-25.85,-22.17],[0,0],[32.74,1.05],[0,0]],"o":[[0,0],[-24.53,-18.36],[0,0],[36.43,1.19]],"v":[[100.64,-30.635],[92.55,67.775],[5.11,37.125],[5.11,-67.775]],"c":true}},"nm":"P"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0,1,1,1,0.487,1,1,1,0.998,1,1,1,0,1,0.5,0.5,1,0]}},"s":{"a":0,"k":[-1,-118.622]},"e":{"a":0,"k":[0,105.643]},"t":1,"nm":"G"},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"S"}],"ip":0,"op":600,"st":0},{"ind":8,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[343,317,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[177,116]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.002,0.953,0.953,0.953,0.488,0.976,0.976,0.976,0.998,1,1,1,0,1,0.5,0.5,1,0]}},"s":{"a":0,"k":[-10,-146]},"e":{"a":0,"k":[100,0]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[7.5,-104]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0},{"ind":9,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[190]},{"t":230,"s":[550]}]},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.002,1,0.424,0,0.488,1,0.212,0,0.998,1,0,0,0,1,0.5,0.5,1,0]}},"s":{"a":0,"k":[-131.837,65.407]},"e":{"a":0,"k":[29.602,-44.441]},"t":2,"h":{"a":0,"k":0},"a":{"a":0,"k":0},"nm":"G"},{"ty":"tr","p":{"a":0,"k":[1,-1]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0},{"ind":10,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[190]},{"t":230,"s":[1270]}]},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[400,400]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[1,0.314,0.396,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"nm":"S"},{"ty":"gf","o":{"a":0,"k":100},"r":1,"g":{"p":3,"k":{"a":0,"k":[0.002,0,0.541,1,0.488,0.5,0.271,0.924,0.998,1,0,0.847,0,1,0.5,0.5,1,0]}},"s":{"a":0,"k":[-134.449,-317.964]},"e":{"a":0,"k":[-48.365,-83.495]},"t":1,"nm":"G"},{"ty":"tr","p":{"a":0,"k":[1,-1]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":600,"st":0}]}],"layers":[{"ind":1,"ty":0,"nm":"P","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":141,"op":231,"st":141},{"ind":2,"ty":0,"nm":"P","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":71,"op":161,"st":71},{"ind":3,"ty":0,"nm":"P","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":0,"op":90,"st":0},{"ind":4,"ty":0,"nm":"b","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":70},"r":{"a":0,"k":43},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[91,91,100]}},"ao":0,"ef":[{"ty":29,"nm":"G","en":1,"ef":[{"ty":0,"nm":"B","v":{"a":0,"k":40.5}},{"ty":7,"nm":"B","v":{"a":0,"k":1}},{"ty":7,"nm":"R","v":{"a":0,"k":0}}]}],"w":700,"h":700,"ip":0,"op":600,"st":0},{"ind":5,"ty":0,"nm":"b","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":48},"r":{"a":0,"k":226},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"ef":[{"ty":20,"nm":"T","en":1,"ef":[{"ty":2,"nm":"M","v":{"a":0,"k":[0,0,0,0]}},{"ty":2,"nm":"M","v":{"a":0,"k":[1,0,0.776,1]}},{"ty":0,"nm":"A","v":{"a":0,"k":100}},{"ty":6,"nm":"","v":0}]}],"w":700,"h":700,"ip":0,"op":600,"st":0},{"ind":6,"ty":0,"nm":"b","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[350,350,0]},"a":{"a":0,"k":[350,350,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"w":700,"h":700,"ip":0,"op":600,"st":0}],"markers":[]} \ No newline at end of file +{ + "v": "5.5.5", + "fr": 29.97, + "ip": 0, + "op": 231, + "w": 700, + "h": 700, + "nm": "C", + "assets": [ + { + "id": "comp_0", + "layers": [ + { + "ind": 1, + "ty": 0, + "nm": "P", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 55 }, + "r": { "a": 0, "k": 42 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 13, + "op": 90, + "st": 13 + }, + { + "ind": 2, + "ty": 0, + "nm": "P", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 0, + "op": 77, + "st": 0 + } + ] + }, + { + "id": "comp_1", + "layers": [ + { + "ind": 1, + "ty": 0, + "nm": "P", + "refId": "comp_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 69 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "ef": [ + { + "ty": 20, + "nm": "T", + "en": 1, + "ef": [ + { "ty": 2, "nm": "M", "v": { "a": 0, "k": [0, 0, 0, 0] } }, + { + "ty": 2, + "nm": "M", + "v": { "a": 0, "k": [1, 0.408, 0.659, 1] } + }, + { "ty": 0, "nm": "A", "v": { "a": 0, "k": 100 } }, + { "ty": 6, "nm": "", "v": 0 } + ] + } + ], + "w": 700, + "h": 700, + "ip": 9, + "op": 77, + "st": 9 + }, + { + "ind": 2, + "ty": 0, + "nm": "P", + "refId": "comp_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 0, + "op": 68, + "st": 0 + } + ] + }, + { + "id": "comp_2", + "layers": [ + { + "ind": 1, + "ty": 0, + "nm": "S", + "refId": "comp_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 275 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 0, + "op": 47, + "st": 0 + }, + { + "ind": 2, + "ty": 0, + "nm": "S", + "refId": "comp_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 227 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 12, + "op": 59, + "st": 12 + }, + { + "ind": 3, + "ty": 0, + "nm": "S", + "refId": "comp_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 140 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 5, + "op": 52, + "st": 5 + }, + { + "ind": 4, + "ty": 0, + "nm": "S", + "refId": "comp_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 48 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 21, + "op": 68, + "st": 21 + }, + { + "ind": 5, + "ty": 0, + "nm": "S", + "refId": "comp_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 14, + "op": 61, + "st": 14 + } + ] + }, + { + "id": "comp_3", + "layers": [ + { + "ind": 1, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 26, + "s": [100] + }, + { "t": 46, "s": [0] } + ] + }, + "r": { "a": 0, "k": 0 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [349, 350, 0], + "to": [-19.167, 15.333, 0], + "ti": [19.167, -15.333, 0] + }, + { "t": 48, "s": [234, 442, 0] } + ] + }, + "a": { "a": 0, "k": [-261, 141, 0] }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [0.833, 0.833, 0.833], + "y": [0.833, 0.833, 0.833] + }, + "o": { + "x": [0.167, 0.167, 0.167], + "y": [0.167, 0.167, 0.167] + }, + "t": 0, + "s": [0, 0, 100] + }, + { "t": 48, "s": [100, 100, 100] } + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [12, 12] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.91, 0.549, 1] }, + "o": { "a": 0, "k": 100 }, + "r": 1, + "nm": "F" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-261, 141] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 47, + "st": 0 + } + ] + }, + { + "id": "comp_4", + "layers": [ + { + "ind": 1, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { "t": 231, "s": [720] } + ] + }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [400, 400] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "gs", + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 1 }, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 1, 1, 1, 0.496, 1, 0.771, 0.5, 0.993, 1, 0.541, 0, 0, + 0, 0.5, 0.5, 1, 1 + ] + } + }, + "s": { "a": 0, "k": [154.435, -126.834] }, + "e": { "a": 0, "k": [-761.875, 495.96] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { "a": 0, "k": 4 }, + "nm": "G" + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.91, 0.549, 1] }, + "o": { "a": 0, "k": 0 }, + "r": 1, + "nm": "F" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1, -1] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 2, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [382] + }, + { "t": 231, "s": [742] } + ] + }, + "p": { "a": 0, "k": [351, 351, 0] }, + "a": { "a": 0, "k": [59.113, -37.893, 0] }, + "s": { "a": 0, "k": [131.951, 131.951, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [0, 75.084], + [-2.326, 11.481], + [8.484, -20.679], + [0, -18.258], + [-75.111, 0], + [-2.638, 0.152] + ], + "o": [ + [0, -12.43], + [4.439, -21.907], + [-6.526, 15.906], + [0, 75.111], + [2.677, 0], + [-56.982, -4.209] + ], + "v": [ + [-30.208, -36.759], + [-26.642, -72.724], + [-61.861, -83.451], + [-71.985, -31.87], + [64.015, 104.13], + [71.985, 103.892] + ], + "c": true + } + }, + "nm": "P" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 0.424, 0, 1, 0.487, 0.471, 0, 1, 0.998, 0.518, 0, 1, + 0, 0.44, 0.5, 0.22, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [0, 0] }, + "e": { "a": 0, "k": [100, 0] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "S" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 3, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 54 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [222, 350, 0] }, + "a": { "a": 0, "k": [-128, 0, 0] }, + "s": { "a": 0, "k": [65.625, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [16, 16] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0.002, 1, 1, 1, 0.488, 1, 1, 1, 0.998, 1, 1, 1, 0, 1, + 0.5, 0.5, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [0, 0] }, + "e": { "a": 0, "k": [100, 0] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-128, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 4, + "ty": 4, + "nm": "S", + "td": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { "t": 59, "s": [360] } + ] + }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [400, 400] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 1, 1, 1, 0.487, 1, 1, 1, 0.998, 1, 1, 1, 0, 0.44, + 0.5, 0.22, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [0, 0] }, + "e": { "a": 0, "k": [202.396, -0.369] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1, -1] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 5, + "ty": 4, + "nm": "S", + "tt": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 39 }, + "r": { "a": 0, "k": 38 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [106, 342, 0], + "to": [81.667, 0, 0], + "ti": [-81.667, 0, 0] + }, + { "t": 59, "s": [596, 342, 0] } + ] + }, + "a": { "a": 0, "k": [-118, 46, 0] }, + "s": { + "a": 1, + "k": [ + { + "i": { + "x": [0.833, 0.833, 0.833], + "y": [0.833, 0.833, 0.833] + }, + "o": { + "x": [0.167, 0.167, 0.167], + "y": [0.167, 0.167, 0.167] + }, + "t": 0, + "s": [33.333, 100, 100] + }, + { + "i": { + "x": [0.833, 0.833, 0.833], + "y": [0.833, 0.833, 0.833] + }, + "o": { + "x": [0.167, 0.167, 0.167], + "y": [0.167, 0.167, 0.167] + }, + "t": 29, + "s": [100, 100, 100] + }, + { "t": 59, "s": [33.333, 100, 100] } + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72, 596] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "nm": "R" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 1, 1, 1, 0.487, 1, 1, 1, 0.998, 1, 1, 1, 0, 0.44, + 0.5, 0.22, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [1.369, -19] }, + "e": { "a": 0, "k": [-2.662, 190] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-118, 46] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "R" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 6, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [146.132, 146.132, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [142, 142] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 0.855, 0.855, 0.855, 0.487, 0.927, 0.927, 0.927, + 0.998, 1, 1, 1, 0, 0.44, 0.5, 0.22, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [0, 0] }, + "e": { "a": 0, "k": [60.839, 0] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, -3] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [181.304, 181.304] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 7, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 10 }, + "r": { "a": 0, "k": 180 }, + "p": { "a": 0, "k": [350, 458, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [124.841, 124.841, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-36.43, 1.19], + [0, 0], + [24.53, -18.36] + ], + "o": [ + [25.85, -22.17], + [0, 0], + [-32.74, 1.05], + [0, 0] + ], + "v": [ + [-100.64, -30.635], + [-5.11, -67.775], + [-5.11, 37.125], + [-92.55, 67.775] + ], + "c": true + } + }, + "nm": "P" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 1, 1, 1, 0.487, 1, 1, 1, 0.998, 1, 1, 1, 0, 1, 0.5, + 0.5, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [-1, -118.622] }, + "e": { "a": 0, "k": [0, 105.643] }, + "t": 1, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "S" + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [-25.85, -22.17], + [0, 0], + [32.74, 1.05], + [0, 0] + ], + "o": [ + [0, 0], + [-24.53, -18.36], + [0, 0], + [36.43, 1.19] + ], + "v": [ + [100.64, -30.635], + [92.55, 67.775], + [5.11, 37.125], + [5.11, -67.775] + ], + "c": true + } + }, + "nm": "P" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0, 1, 1, 1, 0.487, 1, 1, 1, 0.998, 1, 1, 1, 0, 1, 0.5, + 0.5, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [-1, -118.622] }, + "e": { "a": 0, "k": [0, 105.643] }, + "t": 1, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "S" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 8, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [343, 317, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [177, 116] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0.002, 0.953, 0.953, 0.953, 0.488, 0.976, 0.976, 0.976, + 0.998, 1, 1, 1, 0, 1, 0.5, 0.5, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [-10, -146] }, + "e": { "a": 0, "k": [100, 0] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [7.5, -104] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 9, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [190] + }, + { "t": 230, "s": [550] } + ] + }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [400, 400] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0.002, 1, 0.424, 0, 0.488, 1, 0.212, 0, 0.998, 1, 0, 0, + 0, 1, 0.5, 0.5, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [-131.837, 65.407] }, + "e": { "a": 0, "k": [29.602, -44.441] }, + "t": 2, + "h": { "a": 0, "k": 0 }, + "a": { "a": 0, "k": 0 }, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1, -1] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 10, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [190] + }, + { "t": 230, "s": [1270] } + ] + }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [400, 400] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 0.314, 0.396, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "nm": "S" + }, + { + "ty": "gf", + "o": { "a": 0, "k": 100 }, + "r": 1, + "g": { + "p": 3, + "k": { + "a": 0, + "k": [ + 0.002, 0, 0.541, 1, 0.488, 0.5, 0.271, 0.924, 0.998, 1, + 0, 0.847, 0, 1, 0.5, 0.5, 1, 0 + ] + } + }, + "s": { "a": 0, "k": [-134.449, -317.964] }, + "e": { "a": 0, "k": [-48.365, -83.495] }, + "t": 1, + "nm": "G" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1, -1] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 600, + "st": 0 + } + ] + } + ], + "layers": [ + { + "ind": 1, + "ty": 0, + "nm": "P", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 141, + "op": 231, + "st": 141 + }, + { + "ind": 2, + "ty": 0, + "nm": "P", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 71, + "op": 161, + "st": 71 + }, + { + "ind": 3, + "ty": 0, + "nm": "P", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 0, + "op": 90, + "st": 0 + }, + { + "ind": 4, + "ty": 0, + "nm": "b", + "refId": "comp_4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 70 }, + "r": { "a": 0, "k": 43 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [91, 91, 100] } + }, + "ao": 0, + "ef": [ + { + "ty": 29, + "nm": "G", + "en": 1, + "ef": [ + { "ty": 0, "nm": "B", "v": { "a": 0, "k": 40.5 } }, + { "ty": 7, "nm": "B", "v": { "a": 0, "k": 1 } }, + { "ty": 7, "nm": "R", "v": { "a": 0, "k": 0 } } + ] + } + ], + "w": 700, + "h": 700, + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 5, + "ty": 0, + "nm": "b", + "refId": "comp_4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 48 }, + "r": { "a": 0, "k": 226 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "ef": [ + { + "ty": 20, + "nm": "T", + "en": 1, + "ef": [ + { "ty": 2, "nm": "M", "v": { "a": 0, "k": [0, 0, 0, 0] } }, + { "ty": 2, "nm": "M", "v": { "a": 0, "k": [1, 0, 0.776, 1] } }, + { "ty": 0, "nm": "A", "v": { "a": 0, "k": 100 } }, + { "ty": 6, "nm": "", "v": 0 } + ] + } + ], + "w": 700, + "h": 700, + "ip": 0, + "op": 600, + "st": 0 + }, + { + "ind": 6, + "ty": 0, + "nm": "b", + "refId": "comp_4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [350, 350, 0] }, + "a": { "a": 0, "k": [350, 350, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "w": 700, + "h": 700, + "ip": 0, + "op": 600, + "st": 0 + } + ], + "markers": [] +} diff --git a/assets/json/success.json b/assets/json/success.json index 800d747..fcaceba 100644 --- a/assets/json/success.json +++ b/assets/json/success.json @@ -1 +1,564 @@ -{"v":"5.2.1","fr":30,"ip":0,"op":165,"w":218,"h":218,"nm":"S","assets":[],"layers":[{"ind":1,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[109,109,0]},"a":{"a":0,"k":[0,0,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":17,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-12.094],[-24.5,-3.219],[-22.625,-0.911],[-20.333,-2.846],[-12.621,-6.546],[-9.486,-8.744]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-12.25],[-24.5,-3.375],[-3.792,20.903],[-4.154,14.93],[-4.711,1.572],[-4.764,-4.375]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":1,"y":0},"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-12.25],[-24.5,-3.375],[-3.792,20.903],[-4.154,14.93],[-4.711,1.572],[-4.764,-4.375]],"c":true}],"e":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-12.5,-12.25],[-24.5,-3.375],[-4.625,18.125],[26.012,-14.403],[15.455,-24.928],[-5.875,-4.375]],"c":true}]},{"t":25}]},"o":{"a":0,"k":100},"x":{"a":0,"k":0},"nm":"M"}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[18.67,-17.068],[-4.318,5.818],[-13.261,-3.068],[-16.375,-0.057],[-4.466,11.909],[21.432,-14.023]],"c":true}},"nm":"P"},{"ty":"st","c":{"a":0,"k":[1,1,1,1]},"o":{"a":0,"k":0},"w":{"a":0,"k":0},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4},"nm":"S","hd":true},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,1,1]},"o":{"a":0,"k":100},"r":1,"nm":"F"},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"S"}],"ip":17,"op":3617,"st":17},{"ind":3,"ty":4,"nm":"M","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0],"e":[100]},{"t":4}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[111.457,106.301,0]},"a":{"a":0,"k":[-6.543,-634.699,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.203,0.203,0.333],"y":[0,0,0]},"t":0,"s":[171.238,171.238,100],"e":[40,40,100]},{"i":{"x":[1,1,0.667],"y":[1,1,1]},"o":{"x":[0.694,0.694,0.333],"y":[0,0,0]},"t":16,"s":[40,40,100],"e":[100,100,100]},{"t":30}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[113,113]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[0.2,0.2,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[100],"e":[100]},{"t":146}]},"w":{"a":0,"k":3},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4},"nm":"S"},{"ty":"fl","c":{"a":0,"k":[1,1,1,1]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":4,"s":[0],"e":[100]},{"t":27}]},"r":1,"nm":"F"},{"ty":"tr","p":{"a":0,"k":[-8,-633]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":0,"op":3600,"st":0},{"ind":4,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100],"e":[0]},{"t":74}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[111.457,106.301,0]},"a":{"a":0,"k":[-6.543,-634.699,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,0.833],"y":[1,1,1]},"o":{"x":[0,0,0.167],"y":[0,0,0]},"t":30,"s":[100,100,100],"e":[186,186,100]},{"t":74}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[113,113]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[0.2,0.2,1,1]},"o":{"a":0,"k":0},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[2.5],"e":[0]},{"t":74}]},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4},"nm":"S","hd":true},{"ty":"fl","c":{"a":0,"k":[0.2,0.2,1,1]},"o":{"a":0,"k":50},"r":1,"nm":"F"},{"ty":"tr","p":{"a":0,"k":[-8,-633]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":30,"op":3605,"st":5},{"ind":5,"ty":4,"nm":"S","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":43,"s":[100],"e":[0]},{"t":123}]},"r":{"a":0,"k":0},"p":{"a":0,"k":[111.457,106.301,0]},"a":{"a":0,"k":[-6.543,-634.699,0]},"s":{"a":1,"k":[{"i":{"x":[0,0,0.833],"y":[1,1,1]},"o":{"x":[0,0,0.167],"y":[0,0,0]},"t":43,"s":[100,100,100],"e":[186,186,100]},{"t":123}]}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[113,113]},"p":{"a":0,"k":[0,0]},"nm":"E"},{"ty":"st","c":{"a":0,"k":[0.2,0.2,1,1]},"o":{"a":0,"k":0},"w":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":43,"s":[2.5],"e":[0]},{"t":123}]},"lc":1,"lj":1,"ml":4,"ml2":{"a":0,"k":4},"nm":"S","hd":true},{"ty":"fl","c":{"a":0,"k":[0.906,0.906,1,1]},"o":{"a":0,"k":50},"r":1,"nm":"F"},{"ty":"tr","p":{"a":0,"k":[-8,-633]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"T"}],"nm":"E"}],"ip":43,"op":3618,"st":18}],"markers":[]} \ No newline at end of file +{ + "v": "5.2.1", + "fr": 30, + "ip": 0, + "op": 165, + "w": 218, + "h": 218, + "nm": "S", + "assets": [], + "layers": [ + { + "ind": 1, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100 }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [109, 109, 0] }, + "a": { "a": 0, "k": [0, 0, 0] }, + "s": { "a": 0, "k": [100, 100, 100] } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 1, "y": 0 }, + "t": 17, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-12.5, -12.094], + [-24.5, -3.219], + [-22.625, -0.911], + [-20.333, -2.846], + [-12.621, -6.546], + [-9.486, -8.744] + ], + "c": true + } + ], + "e": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-12.5, -12.25], + [-24.5, -3.375], + [-3.792, 20.903], + [-4.154, 14.93], + [-4.711, 1.572], + [-4.764, -4.375] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 1, "y": 0 }, + "t": 20, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-12.5, -12.25], + [-24.5, -3.375], + [-3.792, 20.903], + [-4.154, 14.93], + [-4.711, 1.572], + [-4.764, -4.375] + ], + "c": true + } + ], + "e": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-12.5, -12.25], + [-24.5, -3.375], + [-4.625, 18.125], + [26.012, -14.403], + [15.455, -24.928], + [-5.875, -4.375] + ], + "c": true + } + ] + }, + { "t": 25 } + ] + }, + "o": { "a": 0, "k": 100 }, + "x": { "a": 0, "k": 0 }, + "nm": "M" + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [18.67, -17.068], + [-4.318, 5.818], + [-13.261, -3.068], + [-16.375, -0.057], + [-4.466, 11.909], + [21.432, -14.023] + ], + "c": true + } + }, + "nm": "P" + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { "a": 0, "k": 0 }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { "a": 0, "k": 4 }, + "nm": "S", + "hd": true + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0.2, 0.2, 1, 1] }, + "o": { "a": 0, "k": 100 }, + "r": 1, + "nm": "F" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "S" + } + ], + "ip": 17, + "op": 3617, + "st": 17 + }, + { + "ind": 3, + "ty": 4, + "nm": "M", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0], + "e": [100] + }, + { "t": 4 } + ] + }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [111.457, 106.301, 0] }, + "a": { "a": 0, "k": [-6.543, -634.699, 0] }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.203, 0.203, 0.333], "y": [0, 0, 0] }, + "t": 0, + "s": [171.238, 171.238, 100], + "e": [40, 40, 100] + }, + { + "i": { "x": [1, 1, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.694, 0.694, 0.333], "y": [0, 0, 0] }, + "t": 16, + "s": [40, 40, 100], + "e": [100, 100, 100] + }, + { "t": 30 } + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [113, 113] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0.2, 0.2, 1, 1] }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 20, + "s": [100], + "e": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 38, + "s": [100], + "e": [100] + }, + { "t": 146 } + ] + }, + "w": { "a": 0, "k": 3 }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { "a": 0, "k": 4 }, + "nm": "S" + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1] }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 4, + "s": [0], + "e": [100] + }, + { "t": 27 } + ] + }, + "r": 1, + "nm": "F" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-8, -633] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 0, + "op": 3600, + "st": 0 + }, + { + "ind": 4, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 30, + "s": [100], + "e": [0] + }, + { "t": 74 } + ] + }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [111.457, 106.301, 0] }, + "a": { "a": 0, "k": [-6.543, -634.699, 0] }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0, 0, 0.167], "y": [0, 0, 0] }, + "t": 30, + "s": [100, 100, 100], + "e": [186, 186, 100] + }, + { "t": 74 } + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [113, 113] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0.2, 0.2, 1, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 30, + "s": [2.5], + "e": [0] + }, + { "t": 74 } + ] + }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { "a": 0, "k": 4 }, + "nm": "S", + "hd": true + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0.2, 0.2, 1, 1] }, + "o": { "a": 0, "k": 50 }, + "r": 1, + "nm": "F" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-8, -633] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 30, + "op": 3605, + "st": 5 + }, + { + "ind": 5, + "ty": 4, + "nm": "S", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 43, + "s": [100], + "e": [0] + }, + { "t": 123 } + ] + }, + "r": { "a": 0, "k": 0 }, + "p": { "a": 0, "k": [111.457, 106.301, 0] }, + "a": { "a": 0, "k": [-6.543, -634.699, 0] }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0, 0, 0.167], "y": [0, 0, 0] }, + "t": 43, + "s": [100, 100, 100], + "e": [186, 186, 100] + }, + { "t": 123 } + ] + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [113, 113] }, + "p": { "a": 0, "k": [0, 0] }, + "nm": "E" + }, + { + "ty": "st", + "c": { "a": 0, "k": [0.2, 0.2, 1, 1] }, + "o": { "a": 0, "k": 0 }, + "w": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 43, + "s": [2.5], + "e": [0] + }, + { "t": 123 } + ] + }, + "lc": 1, + "lj": 1, + "ml": 4, + "ml2": { "a": 0, "k": 4 }, + "nm": "S", + "hd": true + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0.906, 0.906, 1, 1] }, + "o": { "a": 0, "k": 50 }, + "r": 1, + "nm": "F" + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-8, -633] }, + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "r": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 }, + "sk": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "nm": "T" + } + ], + "nm": "E" + } + ], + "ip": 43, + "op": 3618, + "st": 18 + } + ], + "markers": [] +} diff --git a/components/community/CommunityActions.tsx b/components/community/CommunityActions.tsx index 04e6cea..0cd1ee6 100644 --- a/components/community/CommunityActions.tsx +++ b/components/community/CommunityActions.tsx @@ -156,8 +156,8 @@ const UserActions: React.FC = React.memo( hasPermissions ? handleManage : data.isFollowing - ? handleUnfollow - : handleFollow + ? handleUnfollow + : handleFollow } > {hasPermissions ? ( diff --git a/components/i18n/translations/de.json b/components/i18n/translations/de.json index e4b5730..3d87385 100644 --- a/components/i18n/translations/de.json +++ b/components/i18n/translations/de.json @@ -98,4 +98,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/i18n/translations/en.json b/components/i18n/translations/en.json index c1f4d95..bb4d257 100644 --- a/components/i18n/translations/en.json +++ b/components/i18n/translations/en.json @@ -98,4 +98,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/i18n/translations/nl.json b/components/i18n/translations/nl.json index d0c3da0..697c43a 100644 --- a/components/i18n/translations/nl.json +++ b/components/i18n/translations/nl.json @@ -98,4 +98,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/system/i18n.ts b/components/system/i18n.ts index ce4ef5d..f7c12b6 100644 --- a/components/system/i18n.ts +++ b/components/system/i18n.ts @@ -3,14 +3,14 @@ import en from '~/components/i18n/translations/en.json' import de from '~/components/i18n/translations/de.json' import nl from '~/components/i18n/translations/nl.json' -export const i18n = new I18n({ - translations: { - en, - de, - nl, +export const i18n = new I18n( + { + en: en, + de: de, + nl: nl, }, - options: { + { enableFallback: true, defaultLocale: 'en', } -}) +) diff --git a/eas.json b/eas.json index 2b6206d..12f0e70 100644 --- a/eas.json +++ b/eas.json @@ -26,7 +26,8 @@ "ascAppId": "6502715063" }, "android": { - "track": "internal" + "track": "internal", + "releaseStatus": "draft" } } } diff --git a/google-services.json b/google-services.json index f3418b5..94a4561 100644 --- a/google-services.json +++ b/google-services.json @@ -36,4 +36,4 @@ } ], "configuration_version": "1" -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index e324b17..4c4a5a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,14 +21,14 @@ "@sentry/react-native": "~6.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "expo": "~52.0.15", + "expo": "~52.0.20", "expo-apple-authentication": "~7.1.2", "expo-auth-session": "~6.0.0", "expo-background-fetch": "~13.0.3", "expo-build-properties": "~0.13.1", "expo-clipboard": "~7.0.0", "expo-constants": "~17.0.3", - "expo-dev-client": "~5.0.3", + "expo-dev-client": "~5.0.6", "expo-device": "~7.0.1", "expo-font": "~13.0.1", "expo-haptics": "~14.0.0", @@ -38,19 +38,19 @@ "expo-linear-gradient": "~14.0.1", "expo-linking": "~7.0.3", "expo-localization": "~16.0.0", - "expo-location": "~18.0.2", - "expo-navigation-bar": "~4.0.3", + "expo-location": "~18.0.4", + "expo-navigation-bar": "~4.0.6", "expo-notifications": "~0.29.11", - "expo-router": "~4.0.11", + "expo-router": "~4.0.14", "expo-secure-store": "~14.0.0", "expo-sharing": "~13.0.0", - "expo-splash-screen": "~0.29.13", + "expo-splash-screen": "~0.29.18", "expo-sqlite": "~15.0.3", "expo-status-bar": "~2.0.0", - "expo-system-ui": "~4.0.3", + "expo-system-ui": "~4.0.6", "expo-task-manager": "~12.0.3", "expo-updates": "~0.26.10", - "expo-video": "~2.0.1", + "expo-video": "~2.0.3", "expo-video-thumbnails": "~9.0.2", "expo-web-browser": "~14.0.1", "i18n-js": "^4.5.0", @@ -62,7 +62,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.53.0", - "react-native": "0.76.3", + "react-native": "0.76.5", "react-native-appwrite": "^0.5.0", "react-native-awesome-gallery": "^0.3.9", "react-native-calendars": "^1.1304.1", @@ -75,7 +75,7 @@ "react-native-pager-view": "6.5.1", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", - "react-native-screens": "^4.1.0", + "react-native-screens": "~4.1.0", "react-native-svg": "15.8.0", "react-native-tab-view": "^3.5.2", "react-native-toast-message": "^2.2.1", @@ -99,7 +99,9 @@ } }, "node_modules/@0no-co/graphql.web": { - "version": "1.0.11", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.12.tgz", + "integrity": "sha512-BTDjjsV/zSPy5fqItwm+KWUfh9CSe9tTtR6rCB72ddtkAxdcHbi4Ir4r/L1Et4lyxmL+i7Rb3m9sjLLi9tYrzA==", "license": "MIT", "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" @@ -602,6 +604,8 @@ }, "node_modules/@babel/plugin-proposal-decorators": { "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz", + "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==", "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.25.9", @@ -758,6 +762,8 @@ }, "node_modules/@babel/plugin-syntax-decorators": { "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz", + "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9" @@ -1565,6 +1571,8 @@ }, "node_modules/@babel/plugin-transform-react-jsx-development": { "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", "license": "MIT", "dependencies": { "@babel/plugin-transform-react-jsx": "^7.25.9" @@ -1604,6 +1612,8 @@ }, "node_modules/@babel/plugin-transform-react-pure-annotations": { "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.25.9", @@ -1931,6 +1941,8 @@ }, "node_modules/@babel/preset-react": { "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz", + "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.25.9", @@ -2179,16 +2191,20 @@ }, "node_modules/@expo/bunyan": { "version": "4.0.1", - "engines": [ - "node >=0.10.0" - ], + "resolved": "https://registry.npmjs.org/@expo/bunyan/-/bunyan-4.0.1.tgz", + "integrity": "sha512-+Lla7nYSiHZirgK+U/uYzsLv/X+HaJienbD5AKX1UQZHYfWaP+9uuQluRB4GrEVWF0GZ7vEVp/jzaOT9k/SQlg==", "license": "MIT", "dependencies": { "uuid": "^8.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, "node_modules/@expo/cli": { - "version": "0.22.1", + "version": "0.22.7", + "resolved": "https://registry.npmjs.org/@expo/cli/-/cli-0.22.7.tgz", + "integrity": "sha512-aNrUPVFPdIX42Q6UM6qygrN4DUqnXMDS1CnkTfNFVIZWRiJ1TUA05Zk6aF35M674CKd/c/dWHFjmbgjsyN/hEA==", "license": "MIT", "dependencies": { "@0no-co/graphql.web": "^1.0.8", @@ -2200,15 +2216,15 @@ "@expo/env": "~0.4.0", "@expo/image-utils": "^0.6.0", "@expo/json-file": "^9.0.0", - "@expo/metro-config": "~0.19.0", + "@expo/metro-config": "~0.19.8", "@expo/osascript": "^2.0.31", "@expo/package-manager": "^1.5.0", "@expo/plist": "^0.2.0", - "@expo/prebuild-config": "^8.0.17", + "@expo/prebuild-config": "^8.0.23", "@expo/rudder-sdk-node": "^1.1.1", "@expo/spawn-async": "^1.7.2", "@expo/xcpretty": "^4.3.0", - "@react-native/dev-middleware": "0.76.3", + "@react-native/dev-middleware": "0.76.5", "@urql/core": "^5.0.6", "@urql/exchange-retry": "^1.3.0", "accepts": "^1.3.8", @@ -2269,6 +2285,8 @@ }, "node_modules/@expo/cli/node_modules/brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -2276,6 +2294,8 @@ }, "node_modules/@expo/cli/node_modules/glob": { "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -2294,6 +2314,8 @@ }, "node_modules/@expo/cli/node_modules/glob/node_modules/minimatch": { "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -2307,6 +2329,8 @@ }, "node_modules/@expo/cli/node_modules/semver": { "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -2343,7 +2367,9 @@ } }, "node_modules/@expo/config-plugins": { - "version": "9.0.11", + "version": "9.0.12", + "resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-9.0.12.tgz", + "integrity": "sha512-/Ko/NM+GzvJyRkq8PITm8ms0KY5v0wmN1OQFYRMkcJqOi3PjlhndW+G6bHpJI9mkQXBaUnHwAiGLqIC3+MQ5Wg==", "license": "MIT", "dependencies": { "@expo/config-types": "^52.0.0", @@ -2471,6 +2497,8 @@ }, "node_modules/@expo/devcert": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.1.4.tgz", + "integrity": "sha512-fqBODr8c72+gBSX5Ty3SIzaY4bXainlpab78+vEYEKL3fXmsOswMLf0+KE36mUEAa36BYabX7K3EiXOXX5OPMw==", "license": "MIT", "dependencies": { "application-config-path": "^0.1.0", @@ -2489,6 +2517,8 @@ }, "node_modules/@expo/devcert/node_modules/brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -2496,6 +2526,8 @@ }, "node_modules/@expo/devcert/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "license": "MIT", "dependencies": { "ms": "^2.1.1" @@ -2503,6 +2535,8 @@ }, "node_modules/@expo/devcert/node_modules/glob": { "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -2521,6 +2555,8 @@ }, "node_modules/@expo/devcert/node_modules/minimatch": { "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -2544,7 +2580,9 @@ } }, "node_modules/@expo/fingerprint": { - "version": "0.11.3", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.11.4.tgz", + "integrity": "sha512-FfcvHjrWjOJ17wiMfr1iQ1YDyjlj8qfxG+GDce0khrjNSkzRjVdCOIFsMvfVSBPnOPX5NuZlgMRvMkcPUtGClA==", "license": "MIT", "dependencies": { "@expo/spawn-async": "^1.7.2", @@ -2564,6 +2602,8 @@ }, "node_modules/@expo/fingerprint/node_modules/semver": { "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -2652,7 +2692,9 @@ } }, "node_modules/@expo/metro-config": { - "version": "0.19.5", + "version": "0.19.8", + "resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.19.8.tgz", + "integrity": "sha512-dVAOetouQYuOTEJ2zR0OTLNPOH6zPkeEt5fY53TK0Wxi1QmtsmH6vEWg05U4zkSJ6f1aXmQ0Za77R8QxuukESA==", "license": "MIT", "dependencies": { "@babel/core": "^7.20.0", @@ -2677,6 +2719,8 @@ }, "node_modules/@expo/metro-config/node_modules/brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -2684,6 +2728,8 @@ }, "node_modules/@expo/metro-config/node_modules/fs-extra": { "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", @@ -2697,6 +2743,8 @@ }, "node_modules/@expo/metro-config/node_modules/glob": { "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -2715,6 +2763,8 @@ }, "node_modules/@expo/metro-config/node_modules/glob/node_modules/minimatch": { "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -2728,6 +2778,8 @@ }, "node_modules/@expo/metro-config/node_modules/jsonfile": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" @@ -2966,6 +3018,8 @@ }, "node_modules/@expo/metro-config/node_modules/universalify": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "license": "MIT", "engines": { "node": ">= 10.0.0" @@ -2980,6 +3034,8 @@ }, "node_modules/@expo/osascript": { "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.1.4.tgz", + "integrity": "sha512-LcPjxJ5FOFpqPORm+5MRLV0CuYWMthJYV6eerF+lQVXKlvgSn3EOqaHC3Vf3H+vmB0f6G4kdvvFtg40vG4bIhA==", "license": "MIT", "dependencies": { "@expo/spawn-async": "^1.7.2", @@ -2991,6 +3047,8 @@ }, "node_modules/@expo/package-manager": { "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.6.1.tgz", + "integrity": "sha512-4rT46wP/94Ll+CWXtFKok1Lbo9XncSUtErFOo/9/3FVughGbIfdG4SKZOAWIpr9wxwEfkyhHfAP9q71ONlWODw==", "license": "MIT", "dependencies": { "@expo/json-file": "^9.0.0", @@ -3009,6 +3067,8 @@ }, "node_modules/@expo/package-manager/node_modules/argparse": { "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" @@ -3016,6 +3076,8 @@ }, "node_modules/@expo/package-manager/node_modules/js-yaml": { "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -3027,6 +3089,9 @@ }, "node_modules/@expo/package-manager/node_modules/sudo-prompt": { "version": "9.1.1", + "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.1.1.tgz", + "integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "license": "MIT" }, "node_modules/@expo/plist": { @@ -3039,7 +3104,9 @@ } }, "node_modules/@expo/prebuild-config": { - "version": "8.0.21", + "version": "8.0.23", + "resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-8.0.23.tgz", + "integrity": "sha512-Zf01kFiN2PISmLb0DhIAJh76v3J2oYUKSjiAtGZLOH0HUz59by/qdyU4mGHWdeyRdCCrLUA21Rct2MBykvRMsg==", "license": "MIT", "dependencies": { "@expo/config": "~10.0.4", @@ -3047,7 +3114,7 @@ "@expo/config-types": "^52.0.0", "@expo/image-utils": "^0.6.0", "@expo/json-file": "^9.0.0", - "@react-native/normalize-colors": "0.76.3", + "@react-native/normalize-colors": "0.76.5", "debug": "^4.3.1", "fs-extra": "^9.0.0", "resolve-from": "^5.0.0", @@ -3097,6 +3164,8 @@ }, "node_modules/@expo/rudder-sdk-node": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.1.1.tgz", + "integrity": "sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==", "license": "MIT", "dependencies": { "@expo/bunyan": "^4.0.0", @@ -3144,6 +3213,8 @@ }, "node_modules/@expo/xcpretty": { "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.3.2.tgz", + "integrity": "sha512-ReZxZ8pdnoI3tP/dNnJdnmAk7uLT4FjsKDGW7YeDdvdOMz2XCQSmSCM9IWlrXuWtMF9zeSB6WJtEhCQ41gQOfw==", "license": "BSD-3-Clause", "dependencies": { "@babel/code-frame": "7.10.4", @@ -3157,6 +3228,8 @@ }, "node_modules/@expo/xcpretty/node_modules/@babel/code-frame": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", "license": "MIT", "dependencies": { "@babel/highlight": "^7.10.4" @@ -4167,6 +4240,8 @@ }, "node_modules/@npmcli/fs": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", + "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", "license": "ISC", "dependencies": { "semver": "^7.3.5" @@ -4177,6 +4252,8 @@ }, "node_modules/@npmcli/fs/node_modules/semver": { "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -5451,7 +5528,9 @@ } }, "node_modules/@react-native/assets-registry": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.76.5.tgz", + "integrity": "sha512-MN5dasWo37MirVcKWuysRkRr4BjNc81SXwUtJYstwbn8oEkfnwR9DaqdDTo/hHOnTdhafffLIa2xOOHcjDIGEw==", "license": "MIT", "engines": { "node": ">=18" @@ -5545,11 +5624,13 @@ } }, "node_modules/@react-native/community-cli-plugin": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.5.tgz", + "integrity": "sha512-3MKMnlU0cZOWlMhz5UG6WqACJiWUrE3XwBEumzbMmZw3Iw3h+fIsn+7kLLE5EhzqLt0hg5Y4cgYFi4kOaNgq+g==", "license": "MIT", "dependencies": { - "@react-native/dev-middleware": "0.76.3", - "@react-native/metro-babel-transformer": "0.76.3", + "@react-native/dev-middleware": "0.76.5", + "@react-native/metro-babel-transformer": "0.76.5", "chalk": "^4.0.0", "execa": "^5.1.1", "invariant": "^2.2.4", @@ -5572,8 +5653,121 @@ } } }, + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native/babel-plugin-codegen": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.76.5.tgz", + "integrity": "sha512-xe7HSQGop4bnOLMaXt0aU+rIatMNEQbz242SDl8V9vx5oOTI0VbZV9yLy6yBc6poUlYbcboF20YVjoRsxX4yww==", + "license": "MIT", + "dependencies": { + "@react-native/codegen": "0.76.5" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native/babel-preset": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.5.tgz", + "integrity": "sha512-1Nu5Um4EogOdppBLI4pfupkteTjWfmI0hqW8ezWTg7Bezw0FtBj8yS8UYVd3wTnDFT9A5mA2VNoNUqomJnvj2A==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@babel/plugin-proposal-export-default-from": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-default-from": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.4", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/plugin-transform-classes": "^7.25.4", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-flow-strip-types": "^7.25.2", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-react-display-name": "^7.24.7", + "@babel/plugin-transform-react-jsx": "^7.25.2", + "@babel/plugin-transform-react-jsx-self": "^7.24.7", + "@babel/plugin-transform-react-jsx-source": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-runtime": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-typescript": "^7.25.2", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/template": "^7.25.0", + "@react-native/babel-plugin-codegen": "0.76.5", + "babel-plugin-syntax-hermes-parser": "^0.25.1", + "babel-plugin-transform-flow-enums": "^0.0.2", + "react-refresh": "^0.14.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/core": "*" + } + }, + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native/codegen": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.5.tgz", + "integrity": "sha512-FoZ9VRQ5MpgtDAnVo1rT9nNRfjnWpE40o1GeJSDlpUMttd36bVXvsDm8W/NhX8BKTWXSX+CPQJsRcvN1UPYGKg==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.25.3", + "glob": "^7.1.1", + "hermes-parser": "0.23.1", + "invariant": "^2.2.4", + "jscodeshift": "^0.14.0", + "mkdirp": "^0.5.1", + "nullthrows": "^1.1.1", + "yargs": "^17.6.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/preset-env": "^7.1.6" + } + }, + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native/metro-babel-transformer": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.5.tgz", + "integrity": "sha512-Cm9G5Sg5BDty3/MKa3vbCAJtT3YHhlEaPlQALLykju7qBS+pHZV9bE9hocfyyvc5N/osTIGWxG5YOfqTeMu1oQ==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@react-native/babel-preset": "0.76.5", + "hermes-parser": "0.23.1", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/core": "*" + } + }, "node_modules/@react-native/community-cli-plugin/node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", @@ -5595,6 +5789,8 @@ }, "node_modules/@react-native/community-cli-plugin/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "license": "MIT", "engines": { "node": ">=10" @@ -5605,6 +5801,8 @@ }, "node_modules/@react-native/community-cli-plugin/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "license": "MIT", "engines": { "node": ">=8" @@ -5615,6 +5813,8 @@ }, "node_modules/@react-native/community-cli-plugin/node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "license": "MIT", "engines": { "node": ">=6" @@ -5622,6 +5822,8 @@ }, "node_modules/@react-native/community-cli-plugin/node_modules/npm-run-path": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "license": "MIT", "dependencies": { "path-key": "^3.0.0" @@ -5632,6 +5834,8 @@ }, "node_modules/@react-native/community-cli-plugin/node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" @@ -5645,6 +5849,8 @@ }, "node_modules/@react-native/community-cli-plugin/node_modules/semver": { "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -5654,18 +5860,22 @@ } }, "node_modules/@react-native/debugger-frontend": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.76.5.tgz", + "integrity": "sha512-5gtsLfBaSoa9WP8ToDb/8NnDBLZjv4sybQQj7rDKytKOdsXm3Pr2y4D7x7GQQtP1ZQRqzU0X0OZrhRz9xNnOqA==", "license": "BSD-3-Clause", "engines": { "node": ">=18" } }, "node_modules/@react-native/dev-middleware": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.76.5.tgz", + "integrity": "sha512-f8eimsxpkvMgJia7POKoUu9uqjGF6KgkxX4zqr/a6eoR1qdEAWUd6PonSAqtag3PAqvEaJpB99gLH2ZJI1nDGg==", "license": "MIT", "dependencies": { "@isaacs/ttlcache": "^1.4.1", - "@react-native/debugger-frontend": "0.76.3", + "@react-native/debugger-frontend": "0.76.5", "chrome-launcher": "^0.15.2", "chromium-edge-launcher": "^0.2.0", "connect": "^3.6.5", @@ -5682,6 +5892,8 @@ }, "node_modules/@react-native/dev-middleware/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -5689,17 +5901,23 @@ }, "node_modules/@react-native/dev-middleware/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/@react-native/dev-middleware/node_modules/ws": { "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz", + "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==", "license": "MIT", "dependencies": { "async-limiter": "~1.0.0" } }, "node_modules/@react-native/gradle-plugin": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.76.5.tgz", + "integrity": "sha512-7KSyD0g0KhbngITduC8OABn0MAlJfwjIdze7nA4Oe1q3R7qmAv+wQzW+UEXvPah8m1WqFjYTkQwz/4mK3XrQGw==", "license": "MIT", "engines": { "node": ">=18" @@ -5742,11 +5960,15 @@ } }, "node_modules/@react-native/normalize-colors": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.76.5.tgz", + "integrity": "sha512-6QRLEok1r55gLqj+94mEWUENuU5A6wsr2OoXpyq/CgQ7THWowbHtru/kRGRr6o3AQXrVnZheR60JNgFcpNYIug==", "license": "MIT" }, "node_modules/@react-native/virtualized-lists": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.76.5.tgz", + "integrity": "sha512-M/fW1fTwxrHbcx0OiVOIxzG6rKC0j9cR9Csf80o77y1Xry0yrNPpAlf8D1ev3LvHsiAUiRNFlauoPtodrs2J1A==", "license": "MIT", "dependencies": { "invariant": "^2.2.4", @@ -5782,12 +6004,14 @@ } }, "node_modules/@react-navigation/core": { - "version": "7.3.0", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.3.1.tgz", + "integrity": "sha512-S3KCGvNsoqVk8ErAtQI2EAhg9185lahF5OY01ofrrD4Ij/uk3QEHHjoGQhR5l5DXSCSKr1JbMQA7MEKMsBiWZA==", "license": "MIT", "dependencies": { - "@react-navigation/routers": "^7.1.1", + "@react-navigation/routers": "^7.1.2", "escape-string-regexp": "^4.0.0", - "nanoid": "3.3.7", + "nanoid": "3.3.8", "query-string": "^7.1.3", "react-is": "^18.2.0", "use-latest-callback": "^0.2.1", @@ -5797,22 +6021,6 @@ "react": ">= 18.2.0" } }, - "node_modules/@react-navigation/core/node_modules/nanoid": { - "version": "3.3.7", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/@react-navigation/elements": { "version": "2.2.4", "license": "MIT", @@ -5860,13 +6068,15 @@ } }, "node_modules/@react-navigation/native": { - "version": "7.0.13", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.0.14.tgz", + "integrity": "sha512-Gi6lLw4VOGSWAhmUdJOMauOKGK51/YA1CprjXm91sNfgERWvznqEMw8QmUQx9SEqYfi0LfZhbzpMst09SJ00lw==", "license": "MIT", "dependencies": { - "@react-navigation/core": "^7.3.0", + "@react-navigation/core": "^7.3.1", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", - "nanoid": "3.3.7", + "nanoid": "3.3.8", "use-latest-callback": "^0.2.1" }, "peerDependencies": { @@ -5889,50 +6099,22 @@ "react-native-screens": ">= 4.0.0" } }, - "node_modules/@react-navigation/native/node_modules/nanoid": { - "version": "3.3.7", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/@react-navigation/routers": { - "version": "7.1.1", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.1.2.tgz", + "integrity": "sha512-emdEjpVDK8zbiu2GChC8oYIAub9i/OpNuQJekVsbyFCBz4/TzaBzms38Q53YaNhdIFNmiYLfHv/Y1Ub7KYfm3w==", "license": "MIT", "dependencies": { - "nanoid": "3.3.7" - } - }, - "node_modules/@react-navigation/routers/node_modules/nanoid": { - "version": "3.3.7", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "nanoid": "3.3.8" } }, "node_modules/@remix-run/node": { - "version": "2.15.0", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/@remix-run/node/-/node-2.15.2.tgz", + "integrity": "sha512-NS/h5uxje7DYCNgcKqKAiUhf0r2HVnoYUBWLyIIMmCUP1ddWurBP6xTPcWzGhEvV/EvguniYi1wJZ5+X8sonWw==", "license": "MIT", "dependencies": { - "@remix-run/server-runtime": "2.15.0", + "@remix-run/server-runtime": "2.15.2", "@remix-run/web-fetch": "^4.4.2", "@web3-storage/multipart-parser": "^1.0.0", "cookie-signature": "^1.1.0", @@ -5954,13 +6136,17 @@ }, "node_modules/@remix-run/router": { "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@remix-run/server-runtime": { - "version": "2.15.0", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/@remix-run/server-runtime/-/server-runtime-2.15.2.tgz", + "integrity": "sha512-OqiPcvEnnU88B8b1LIWHHkQ3Tz2GDAmQ1RihFNQsbrFKpDsQLkw0lJlnfgKA/uHd0CEEacpfV7C9qqJT3V6Z2g==", "license": "MIT", "dependencies": { "@remix-run/router": "1.21.0", @@ -6036,6 +6222,8 @@ }, "node_modules/@segment/loosely-validate-event": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz", + "integrity": "sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==", "dependencies": { "component-type": "^1.2.1", "join-component": "^1.1.0" @@ -6274,6 +6462,8 @@ }, "node_modules/@types/cookie": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", "license": "MIT" }, "node_modules/@types/estree": { @@ -6599,7 +6789,9 @@ } }, "node_modules/@urql/core": { - "version": "5.0.8", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.1.0.tgz", + "integrity": "sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw==", "license": "MIT", "dependencies": { "@0no-co/graphql.web": "^1.0.5", @@ -6608,6 +6800,8 @@ }, "node_modules/@urql/exchange-retry": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.0.tgz", + "integrity": "sha512-FLt+d81gP4oiHah4hWFDApimc+/xABWMU1AMYsZ1PVB0L0YPtrMCjbOp9WMM7hBzy4gbTDrG24sio0dCfSh/HQ==", "license": "MIT", "dependencies": { "@urql/core": "^5.0.0", @@ -6688,6 +6882,8 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", @@ -6751,6 +6947,8 @@ }, "node_modules/ansi-escapes": { "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "license": "MIT", "dependencies": { "type-fest": "^0.21.3" @@ -6839,6 +7037,8 @@ }, "node_modules/application-config-path": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/application-config-path/-/application-config-path-0.1.1.tgz", + "integrity": "sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw==", "license": "MIT" }, "node_modules/arg": { @@ -6899,6 +7099,8 @@ }, "node_modules/array-union": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "license": "MIT", "engines": { "node": ">=8" @@ -7050,6 +7252,8 @@ }, "node_modules/asynckit": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "license": "MIT" }, "node_modules/at-least-node": { @@ -7160,6 +7364,8 @@ }, "node_modules/babel-plugin-react-native-web": { "version": "0.19.13", + "resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.19.13.tgz", + "integrity": "sha512-4hHoto6xaN23LCyZgL9LJZc3olmAxd7b6jDzlZnKXAh4rRAbZRKNBJoOOdp46OBqgy+K0t0guTj5/mhA8inymQ==", "license": "MIT" }, "node_modules/babel-plugin-syntax-hermes-parser": { @@ -7212,7 +7418,9 @@ } }, "node_modules/babel-preset-expo": { - "version": "12.0.3", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-12.0.4.tgz", + "integrity": "sha512-SAzAwqpyjA+/OFrU95OOioj6oTeCv4+rRfrNmBTy5S/gJswrZKBSPJioFudIaJBy43W+BL7HA5AspBIF6tO/aA==", "license": "MIT", "dependencies": { "@babel/plugin-proposal-decorators": "^7.12.9", @@ -7221,7 +7429,7 @@ "@babel/plugin-transform-parameters": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.0", - "@react-native/babel-preset": "0.76.3", + "@react-native/babel-preset": "0.76.5", "babel-plugin-react-native-web": "~0.19.13", "react-refresh": "^0.14.2" }, @@ -7238,6 +7446,99 @@ } } }, + "node_modules/babel-preset-expo/node_modules/@react-native/babel-plugin-codegen": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.76.5.tgz", + "integrity": "sha512-xe7HSQGop4bnOLMaXt0aU+rIatMNEQbz242SDl8V9vx5oOTI0VbZV9yLy6yBc6poUlYbcboF20YVjoRsxX4yww==", + "license": "MIT", + "dependencies": { + "@react-native/codegen": "0.76.5" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/babel-preset-expo/node_modules/@react-native/babel-preset": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.5.tgz", + "integrity": "sha512-1Nu5Um4EogOdppBLI4pfupkteTjWfmI0hqW8ezWTg7Bezw0FtBj8yS8UYVd3wTnDFT9A5mA2VNoNUqomJnvj2A==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@babel/plugin-proposal-export-default-from": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-default-from": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.4", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/plugin-transform-classes": "^7.25.4", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-flow-strip-types": "^7.25.2", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-react-display-name": "^7.24.7", + "@babel/plugin-transform-react-jsx": "^7.25.2", + "@babel/plugin-transform-react-jsx-self": "^7.24.7", + "@babel/plugin-transform-react-jsx-source": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-runtime": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-typescript": "^7.25.2", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/template": "^7.25.0", + "@react-native/babel-plugin-codegen": "0.76.5", + "babel-plugin-syntax-hermes-parser": "^0.25.1", + "babel-plugin-transform-flow-enums": "^0.0.2", + "react-refresh": "^0.14.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/core": "*" + } + }, + "node_modules/babel-preset-expo/node_modules/@react-native/codegen": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.5.tgz", + "integrity": "sha512-FoZ9VRQ5MpgtDAnVo1rT9nNRfjnWpE40o1GeJSDlpUMttd36bVXvsDm8W/NhX8BKTWXSX+CPQJsRcvN1UPYGKg==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.25.3", + "glob": "^7.1.1", + "hermes-parser": "0.23.1", + "invariant": "^2.2.4", + "jscodeshift": "^0.14.0", + "mkdirp": "^0.5.1", + "nullthrows": "^1.1.1", + "yargs": "^17.6.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/preset-env": "^7.1.6" + } + }, "node_modules/babel-preset-jest": { "version": "29.6.3", "license": "MIT", @@ -7280,6 +7581,8 @@ }, "node_modules/better-opn": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz", + "integrity": "sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==", "license": "MIT", "dependencies": { "open": "^8.0.4" @@ -7290,6 +7593,8 @@ }, "node_modules/better-opn/node_modules/open": { "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", @@ -7354,6 +7659,8 @@ }, "node_modules/bplist-creator": { "version": "0.0.7", + "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.7.tgz", + "integrity": "sha512-xp/tcaV3T5PCiaY04mXga7o/TE+t95gqeLmADeBI1CvZtdWTbgBt3uLpvh4UWtenKeBhCV6oVxGk38yZr2uYEA==", "license": "MIT", "dependencies": { "stream-buffers": "~2.2.0" @@ -7361,6 +7668,8 @@ }, "node_modules/bplist-parser": { "version": "0.3.2", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.2.tgz", + "integrity": "sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==", "license": "MIT", "dependencies": { "big-integer": "1.6.x" @@ -7475,6 +7784,8 @@ }, "node_modules/cacache": { "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", @@ -7496,6 +7807,8 @@ }, "node_modules/cacache/node_modules/brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -7503,6 +7816,8 @@ }, "node_modules/cacache/node_modules/glob": { "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -7521,10 +7836,14 @@ }, "node_modules/cacache/node_modules/lru-cache": { "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "license": "ISC" }, "node_modules/cacache/node_modules/minimatch": { "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -7639,6 +7958,8 @@ }, "node_modules/charenc": { "version": "0.0.2", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", + "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", "license": "BSD-3-Clause", "engines": { "node": "*" @@ -7678,6 +7999,8 @@ }, "node_modules/chownr": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "license": "ISC", "engines": { "node": ">=10" @@ -7746,6 +8069,8 @@ }, "node_modules/clean-stack": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "license": "MIT", "engines": { "node": ">=6" @@ -7753,6 +8078,8 @@ }, "node_modules/cli-cursor": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", "license": "MIT", "dependencies": { "restore-cursor": "^2.0.0" @@ -7852,6 +8179,8 @@ }, "node_modules/combined-stream": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" @@ -7866,6 +8195,8 @@ }, "node_modules/commander": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "license": "MIT", "engines": { "node": ">= 10" @@ -7891,6 +8222,8 @@ }, "node_modules/component-type": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/component-type/-/component-type-1.2.2.tgz", + "integrity": "sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -7974,6 +8307,8 @@ }, "node_modules/cookie": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -8071,6 +8406,8 @@ }, "node_modules/crypt": { "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", "license": "BSD-3-Clause", "engines": { "node": "*" @@ -8230,6 +8567,8 @@ }, "node_modules/decode-uri-component": { "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "license": "MIT", "engines": { "node": ">=0.10" @@ -8237,6 +8576,8 @@ }, "node_modules/deep-extend": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "license": "MIT", "engines": { "node": ">=4.0.0" @@ -8256,6 +8597,8 @@ }, "node_modules/default-gateway": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", "license": "BSD-2-Clause", "dependencies": { "execa": "^1.0.0", @@ -8292,6 +8635,8 @@ }, "node_modules/define-lazy-prop": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "license": "MIT", "engines": { "node": ">=8" @@ -8314,6 +8659,8 @@ }, "node_modules/del": { "version": "6.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", + "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", "license": "MIT", "dependencies": { "globby": "^11.0.1", @@ -8334,6 +8681,8 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "license": "MIT", "engines": { "node": ">=0.4.0" @@ -8394,6 +8743,8 @@ }, "node_modules/dir-glob": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "license": "MIT", "dependencies": { "path-type": "^4.0.0" @@ -8512,6 +8863,8 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "license": "MIT", "dependencies": { "once": "^1.4.0" @@ -8541,6 +8894,8 @@ }, "node_modules/env-editor": { "version": "0.4.2", + "resolved": "https://registry.npmjs.org/env-editor/-/env-editor-0.4.2.tgz", + "integrity": "sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==", "license": "MIT", "engines": { "node": ">=8" @@ -8558,6 +8913,8 @@ }, "node_modules/eol": { "version": "0.9.1", + "resolved": "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz", + "integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==", "license": "MIT" }, "node_modules/error-ex": { @@ -9129,10 +9486,14 @@ }, "node_modules/exec-async": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/exec-async/-/exec-async-2.2.0.tgz", + "integrity": "sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==", "license": "MIT" }, "node_modules/execa": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "license": "MIT", "dependencies": { "cross-spawn": "^6.0.0", @@ -9149,6 +9510,8 @@ }, "node_modules/execa/node_modules/cross-spawn": { "version": "6.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz", + "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==", "license": "MIT", "dependencies": { "nice-try": "^1.0.4", @@ -9163,6 +9526,8 @@ }, "node_modules/execa/node_modules/path-key": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "license": "MIT", "engines": { "node": ">=4" @@ -9170,6 +9535,8 @@ }, "node_modules/execa/node_modules/semver": { "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "license": "ISC", "bin": { "semver": "bin/semver" @@ -9177,6 +9544,8 @@ }, "node_modules/execa/node_modules/shebang-command": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "license": "MIT", "dependencies": { "shebang-regex": "^1.0.0" @@ -9187,6 +9556,8 @@ }, "node_modules/execa/node_modules/shebang-regex": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -9194,6 +9565,8 @@ }, "node_modules/execa/node_modules/which": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "license": "ISC", "dependencies": { "isexe": "^2.0.0" @@ -9203,24 +9576,26 @@ } }, "node_modules/expo": { - "version": "52.0.15", + "version": "52.0.21", + "resolved": "https://registry.npmjs.org/expo/-/expo-52.0.21.tgz", + "integrity": "sha512-+yYIvUczlM7zvqjwCtCH4OtLaX0F1/35oAlNmPK5lV1RIVVRjKfBeZ8kK+jNNUwY9gZnrk8oeN6E2qcqohyOcw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.0", - "@expo/cli": "0.22.1", + "@expo/cli": "0.22.7", "@expo/config": "~10.0.6", - "@expo/config-plugins": "~9.0.11", - "@expo/fingerprint": "0.11.3", - "@expo/metro-config": "0.19.5", + "@expo/config-plugins": "~9.0.12", + "@expo/fingerprint": "0.11.4", + "@expo/metro-config": "0.19.8", "@expo/vector-icons": "^14.0.0", - "babel-preset-expo": "~12.0.3", + "babel-preset-expo": "~12.0.4", "expo-asset": "~11.0.1", "expo-constants": "~17.0.3", - "expo-file-system": "~18.0.4", - "expo-font": "~13.0.1", + "expo-file-system": "~18.0.6", + "expo-font": "~13.0.2", "expo-keep-awake": "~14.0.1", - "expo-modules-autolinking": "2.0.3", - "expo-modules-core": "2.1.1", + "expo-modules-autolinking": "2.0.4", + "expo-modules-core": "2.1.2", "fbemitter": "^3.0.0", "web-streams-polyfill": "^3.3.2", "whatwg-url-without-unicode": "8.0.0-3" @@ -9374,11 +9749,13 @@ } }, "node_modules/expo-dev-client": { - "version": "5.0.5", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-5.0.6.tgz", + "integrity": "sha512-UMrS21EQ5TMooQgLp+0YrH+UKpxvO+SzkrAdWyVTrjUJ1Qi1yQCbtcErXkYbAdLbItSF3H04fVvd0lzg0KL3Wg==", "license": "MIT", "dependencies": { - "expo-dev-launcher": "5.0.18", - "expo-dev-menu": "6.0.13", + "expo-dev-launcher": "5.0.19", + "expo-dev-menu": "6.0.14", "expo-dev-menu-interface": "1.9.2", "expo-manifests": "~0.15.0", "expo-updates-interface": "~1.0.0" @@ -9388,11 +9765,13 @@ } }, "node_modules/expo-dev-launcher": { - "version": "5.0.18", + "version": "5.0.19", + "resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-5.0.19.tgz", + "integrity": "sha512-3zlOxpWVuV1RDe8OKoejL7XhzidHvtg3iEw564dhXePH5J+Ha9Owkqqiz7A27iqQrENjU/XWBtOxHszj+OBk4Q==", "license": "MIT", "dependencies": { "ajv": "8.11.0", - "expo-dev-menu": "6.0.13", + "expo-dev-menu": "6.0.14", "expo-manifests": "~0.15.0", "resolve-from": "^5.0.0" }, @@ -9402,6 +9781,8 @@ }, "node_modules/expo-dev-launcher/node_modules/ajv": { "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", @@ -9416,10 +9797,14 @@ }, "node_modules/expo-dev-launcher/node_modules/json-schema-traverse": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "license": "MIT" }, "node_modules/expo-dev-menu": { - "version": "6.0.13", + "version": "6.0.14", + "resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-6.0.14.tgz", + "integrity": "sha512-bG4NXm4epHSmZdWW9hZCS7dTcKO82CyVfYMbNSOw5o/FKO9cY/AgfSj6ERPE9zBqYEJJEJaoJ0mzv0d47/h23g==", "license": "MIT", "dependencies": { "expo-dev-menu-interface": "1.9.2" @@ -9430,6 +9815,8 @@ }, "node_modules/expo-dev-menu-interface": { "version": "1.9.2", + "resolved": "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-1.9.2.tgz", + "integrity": "sha512-9piGiHZYnNjoO9oQFWlVsndQ1jhTdGCKf81WfCMHbQBamna/zucC1A+jbGpyzE4icXZZ29CpsSd4uVR+tB2Rfw==", "license": "MIT", "peerDependencies": { "expo": "*" @@ -9450,7 +9837,9 @@ "license": "MIT" }, "node_modules/expo-file-system": { - "version": "18.0.4", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-18.0.6.tgz", + "integrity": "sha512-gGEwIJCXV3/wpIJ/wRyhmieLOSAY7HeFFjb+wEfHs04aE63JYR+rXXV4b7rBpEh1ZgNV9U91zfet/iQG7J8HBQ==", "license": "MIT", "dependencies": { "web-streams-polyfill": "^3.3.2" @@ -9461,7 +9850,9 @@ } }, "node_modules/expo-font": { - "version": "13.0.1", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-13.0.2.tgz", + "integrity": "sha512-H9FaXM7ZW5+EfV38w80BgJG3H17kB7CuVXwHoiszIYyoPfWz9bWesFe4QwNZjTq3pzKes28sSd8irFuflIrSIA==", "license": "MIT", "dependencies": { "fontfaceobserver": "^2.1.0" @@ -9565,7 +9956,9 @@ } }, "node_modules/expo-location": { - "version": "18.0.3", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/expo-location/-/expo-location-18.0.4.tgz", + "integrity": "sha512-OrZTxRpfi4bCJxjW186wt3kfoe0FHwXceE6dXdbxvjxnwMP9cbKeqY6Y2M1bVwboq7PI2eV/e1rOaGq+F+fZyw==", "license": "MIT", "peerDependencies": { "expo": "*" @@ -9583,7 +9976,9 @@ } }, "node_modules/expo-modules-autolinking": { - "version": "2.0.3", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-2.0.4.tgz", + "integrity": "sha512-e0p+19NhmD50U7s7BV7kWIypWmTNC9n/VlJKlXS05hM/zX7pe6JKmXyb+BFnXJq3SLBalLCUY0tu2gEUF3XeVg==", "license": "MIT", "dependencies": { "@expo/spawn-async": "^1.7.2", @@ -9601,6 +9996,8 @@ }, "node_modules/expo-modules-autolinking/node_modules/fs-extra": { "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", @@ -9614,6 +10011,8 @@ }, "node_modules/expo-modules-autolinking/node_modules/jsonfile": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" @@ -9624,23 +10023,29 @@ }, "node_modules/expo-modules-autolinking/node_modules/universalify": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/expo-modules-core": { - "version": "2.1.1", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-2.1.2.tgz", + "integrity": "sha512-0OhMU5S8zf9c/CRh1MwiXfOInI9wzz6yiIh5RuR/9J7N6xHRum68hInsPbaSc1UQpo08ZZLM4MPsbpoNRUoqIg==", "license": "MIT", "dependencies": { "invariant": "^2.2.4" } }, "node_modules/expo-navigation-bar": { - "version": "4.0.5", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/expo-navigation-bar/-/expo-navigation-bar-4.0.6.tgz", + "integrity": "sha512-T0DTTCvMC3PbTRELGbUMcx2OE11er8yxARw0SjrWHJLKMWy0eTCS8bPAgYRQcJuCfffvPAIQAfjr40cMsyRNqw==", "license": "MIT", "dependencies": { - "@react-native/normalize-colors": "0.76.3", + "@react-native/normalize-colors": "0.76.5", "debug": "^4.3.2" }, "peerDependencies": { @@ -9668,7 +10073,9 @@ } }, "node_modules/expo-router": { - "version": "4.0.11", + "version": "4.0.14", + "resolved": "https://registry.npmjs.org/expo-router/-/expo-router-4.0.14.tgz", + "integrity": "sha512-/iA4+W7fjX1NNk0yVaYyQ+oz0MfOTk8K6RNHCdLViH58Jl1/ZH08g0VDhVCtIBCJPGTu+W5SoYtyvj7tNaR0uA==", "license": "MIT", "dependencies": { "@expo/metro-runtime": "4.0.0", @@ -9752,10 +10159,12 @@ } }, "node_modules/expo-splash-screen": { - "version": "0.29.13", + "version": "0.29.18", + "resolved": "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-0.29.18.tgz", + "integrity": "sha512-bTBY+LF6YtYen2j60yGNh2SX/tG4UXZAyBCMMriOSiZZ7LSCs3ARyEufaSiWk+ckWShTeMqItOnaAN/CAF8MJA==", "license": "MIT", "dependencies": { - "@expo/prebuild-config": "^8.0.17" + "@expo/prebuild-config": "^8.0.23" }, "peerDependencies": { "expo": "*" @@ -9783,10 +10192,12 @@ "license": "MIT" }, "node_modules/expo-system-ui": { - "version": "4.0.5", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/expo-system-ui/-/expo-system-ui-4.0.6.tgz", + "integrity": "sha512-JWmw0aaNIB8YxA6bXgH6nClyledZaAG5VNzoRvmXT4+j3MY4waAHSSSdVV71bUgjchT/2KOAcibZ/EeosJONug==", "license": "MIT", "dependencies": { - "@react-native/normalize-colors": "0.76.3", + "@react-native/normalize-colors": "0.76.5", "debug": "^4.3.2" }, "peerDependencies": { @@ -9850,7 +10261,9 @@ "license": "MIT" }, "node_modules/expo-video": { - "version": "2.0.2", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/expo-video/-/expo-video-2.0.3.tgz", + "integrity": "sha512-cBY6fBVj+jUXrKw7Xfn4/QwpXKMKPdv/4LCnFHy/SjR+suG4jIHMsCM2eZgqxXF1cbA8CII5LmK6LwmKB7DjMw==", "license": "MIT", "peerDependencies": { "expo": "*", @@ -10016,6 +10429,8 @@ }, "node_modules/fetch-retry": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-4.1.1.tgz", + "integrity": "sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==", "license": "MIT" }, "node_modules/file-entry-cache": { @@ -10041,6 +10456,8 @@ }, "node_modules/filter-obj": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", + "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -10197,6 +10614,8 @@ }, "node_modules/form-data": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.2.tgz", + "integrity": "sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", @@ -10209,6 +10628,8 @@ }, "node_modules/freeport-async": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/freeport-async/-/freeport-async-2.0.0.tgz", + "integrity": "sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ==", "license": "MIT", "engines": { "node": ">=8" @@ -10235,6 +10656,8 @@ }, "node_modules/fs-minipass": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", "license": "ISC", "dependencies": { "minipass": "^7.0.3" @@ -10326,6 +10749,8 @@ }, "node_modules/get-port": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", + "integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==", "license": "MIT", "engines": { "node": ">=4" @@ -10333,6 +10758,8 @@ }, "node_modules/get-stream": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "license": "MIT", "dependencies": { "pump": "^3.0.0" @@ -10427,6 +10854,8 @@ }, "node_modules/globby": { "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "license": "MIT", "dependencies": { "array-union": "^2.1.0", @@ -10574,6 +11003,8 @@ }, "node_modules/hosted-git-info": { "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" @@ -10584,6 +11015,8 @@ }, "node_modules/hosted-git-info/node_modules/lru-cache": { "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "license": "ISC" }, "node_modules/htmlparser2": { @@ -10794,6 +11227,8 @@ }, "node_modules/indent-string": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "license": "MIT", "engines": { "node": ">=8" @@ -10813,6 +11248,8 @@ }, "node_modules/ini": { "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "license": "ISC" }, "node_modules/inline-style-prefixer": { @@ -10825,6 +11262,8 @@ }, "node_modules/internal-ip": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", "license": "MIT", "dependencies": { "default-gateway": "^4.2.0", @@ -10856,6 +11295,8 @@ }, "node_modules/ip-regex": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==", "license": "MIT", "engines": { "node": ">=4" @@ -10863,6 +11304,8 @@ }, "node_modules/ipaddr.js": { "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "license": "MIT", "engines": { "node": ">= 0.10" @@ -10956,6 +11399,8 @@ }, "node_modules/is-buffer": { "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "license": "MIT" }, "node_modules/is-bun-module": { @@ -11166,6 +11611,8 @@ }, "node_modules/is-path-cwd": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", "license": "MIT", "engines": { "node": ">=6" @@ -11173,6 +11620,8 @@ }, "node_modules/is-path-inside": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "license": "MIT", "engines": { "node": ">=8" @@ -11232,6 +11681,8 @@ }, "node_modules/is-stream": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11574,6 +12025,8 @@ }, "node_modules/join-component": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/join-component/-/join-component-1.1.0.tgz", + "integrity": "sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==", "license": "MIT" }, "node_modules/js-tokens": { @@ -12027,6 +12480,8 @@ }, "node_modules/log-symbols": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "license": "MIT", "dependencies": { "chalk": "^2.0.1" @@ -12037,6 +12492,8 @@ }, "node_modules/log-symbols/node_modules/ansi-styles": { "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "license": "MIT", "dependencies": { "color-convert": "^1.9.0" @@ -12047,6 +12504,8 @@ }, "node_modules/log-symbols/node_modules/chalk": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", @@ -12059,6 +12518,8 @@ }, "node_modules/log-symbols/node_modules/color-convert": { "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "license": "MIT", "dependencies": { "color-name": "1.1.3" @@ -12066,10 +12527,14 @@ }, "node_modules/log-symbols/node_modules/color-name": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "license": "MIT" }, "node_modules/log-symbols/node_modules/escape-string-regexp": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "license": "MIT", "engines": { "node": ">=0.8.0" @@ -12077,6 +12542,8 @@ }, "node_modules/log-symbols/node_modules/has-flag": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "license": "MIT", "engines": { "node": ">=4" @@ -12084,6 +12551,8 @@ }, "node_modules/log-symbols/node_modules/supports-color": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "license": "MIT", "dependencies": { "has-flag": "^3.0.0" @@ -12294,6 +12763,8 @@ }, "node_modules/md5": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", + "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", "license": "BSD-3-Clause", "dependencies": { "charenc": "0.0.2", @@ -12726,6 +13197,8 @@ }, "node_modules/mimic-fn": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", "license": "MIT", "engines": { "node": ">=4" @@ -12757,6 +13230,8 @@ }, "node_modules/minipass-collect": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", + "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", "license": "ISC", "dependencies": { "minipass": "^7.0.3" @@ -12767,6 +13242,8 @@ }, "node_modules/minipass-flush": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "license": "ISC", "dependencies": { "minipass": "^3.0.0" @@ -12777,6 +13254,8 @@ }, "node_modules/minipass-flush/node_modules/minipass": { "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "license": "ISC", "dependencies": { "yallist": "^4.0.0" @@ -12787,10 +13266,14 @@ }, "node_modules/minipass-flush/node_modules/yallist": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "license": "ISC" }, "node_modules/minipass-pipeline": { "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "license": "ISC", "dependencies": { "minipass": "^3.0.0" @@ -12801,6 +13284,8 @@ }, "node_modules/minipass-pipeline/node_modules/minipass": { "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "license": "ISC", "dependencies": { "yallist": "^4.0.0" @@ -12811,10 +13296,14 @@ }, "node_modules/minipass-pipeline/node_modules/yallist": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "license": "ISC" }, "node_modules/minizlib": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "license": "MIT", "dependencies": { "minipass": "^3.0.0", @@ -12826,6 +13315,8 @@ }, "node_modules/minizlib/node_modules/minipass": { "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "license": "ISC", "dependencies": { "yallist": "^4.0.0" @@ -12836,6 +13327,8 @@ }, "node_modules/minizlib/node_modules/yallist": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "license": "ISC" }, "node_modules/mkdirp": { @@ -12925,10 +13418,14 @@ }, "node_modules/nested-error-stacks": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==", "license": "MIT" }, "node_modules/nice-try": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "license": "MIT" }, "node_modules/nocache": { @@ -13012,6 +13509,8 @@ }, "node_modules/npm-package-arg": { "version": "11.0.3", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz", + "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==", "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", @@ -13025,6 +13524,8 @@ }, "node_modules/npm-package-arg/node_modules/semver": { "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -13035,6 +13536,8 @@ }, "node_modules/npm-run-path": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", "license": "MIT", "dependencies": { "path-key": "^2.0.0" @@ -13045,6 +13548,8 @@ }, "node_modules/npm-run-path/node_modules/path-key": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "license": "MIT", "engines": { "node": ">=4" @@ -13221,6 +13726,8 @@ }, "node_modules/onetime": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", "license": "MIT", "dependencies": { "mimic-fn": "^1.0.0" @@ -13261,6 +13768,8 @@ }, "node_modules/ora": { "version": "3.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", + "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", "license": "MIT", "dependencies": { "chalk": "^2.4.2", @@ -13276,6 +13785,8 @@ }, "node_modules/ora/node_modules/ansi-regex": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", "license": "MIT", "engines": { "node": ">=6" @@ -13283,6 +13794,8 @@ }, "node_modules/ora/node_modules/ansi-styles": { "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "license": "MIT", "dependencies": { "color-convert": "^1.9.0" @@ -13293,6 +13806,8 @@ }, "node_modules/ora/node_modules/chalk": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", @@ -13305,6 +13820,8 @@ }, "node_modules/ora/node_modules/color-convert": { "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "license": "MIT", "dependencies": { "color-name": "1.1.3" @@ -13312,10 +13829,14 @@ }, "node_modules/ora/node_modules/color-name": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "license": "MIT" }, "node_modules/ora/node_modules/escape-string-regexp": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "license": "MIT", "engines": { "node": ">=0.8.0" @@ -13323,6 +13844,8 @@ }, "node_modules/ora/node_modules/has-flag": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "license": "MIT", "engines": { "node": ">=4" @@ -13330,6 +13853,8 @@ }, "node_modules/ora/node_modules/strip-ansi": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", "license": "MIT", "dependencies": { "ansi-regex": "^4.1.0" @@ -13340,6 +13865,8 @@ }, "node_modules/ora/node_modules/supports-color": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "license": "MIT", "dependencies": { "has-flag": "^3.0.0" @@ -13350,6 +13877,8 @@ }, "node_modules/os-tmpdir": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -13357,6 +13886,8 @@ }, "node_modules/p-finally": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", "license": "MIT", "engines": { "node": ">=4" @@ -13390,6 +13921,8 @@ }, "node_modules/p-map": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" @@ -13461,6 +13994,8 @@ }, "node_modules/password-prompt": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz", + "integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==", "license": "0BSD", "dependencies": { "ansi-escapes": "^4.3.2", @@ -13512,6 +14047,8 @@ }, "node_modules/path-type": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "license": "MIT", "engines": { "node": ">=8" @@ -13523,6 +14060,8 @@ }, "node_modules/picomatch": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", + "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", "license": "MIT", "engines": { "node": ">=10" @@ -13798,6 +14337,8 @@ }, "node_modules/pretty-bytes": { "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "license": "MIT", "engines": { "node": ">=6" @@ -13830,6 +14371,8 @@ }, "node_modules/proc-log": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz", + "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -13905,6 +14448,8 @@ }, "node_modules/pump": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", @@ -13920,12 +14465,16 @@ }, "node_modules/qrcode-terminal": { "version": "0.11.0", + "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz", + "integrity": "sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==", "bin": { "qrcode-terminal": "bin/qrcode-terminal.js" } }, "node_modules/query-string": { "version": "7.1.3", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.2.2", @@ -13974,6 +14523,8 @@ }, "node_modules/rc": { "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", "dependencies": { "deep-extend": "^0.6.0", @@ -13987,6 +14538,8 @@ }, "node_modules/rc/node_modules/strip-json-comments": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -14088,17 +14641,19 @@ "license": "MIT" }, "node_modules/react-native": { - "version": "0.76.3", + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.76.5.tgz", + "integrity": "sha512-op2p2kB+lqMF1D7AdX4+wvaR0OPFbvWYs+VBE7bwsb99Cn9xISrLRLAgFflZedQsa5HvnOGrULhtnmItbIKVVw==", "license": "MIT", "dependencies": { "@jest/create-cache-key-function": "^29.6.3", - "@react-native/assets-registry": "0.76.3", - "@react-native/codegen": "0.76.3", - "@react-native/community-cli-plugin": "0.76.3", - "@react-native/gradle-plugin": "0.76.3", - "@react-native/js-polyfills": "0.76.3", - "@react-native/normalize-colors": "0.76.3", - "@react-native/virtualized-lists": "0.76.3", + "@react-native/assets-registry": "0.76.5", + "@react-native/codegen": "0.76.5", + "@react-native/community-cli-plugin": "0.76.5", + "@react-native/gradle-plugin": "0.76.5", + "@react-native/js-polyfills": "0.76.5", + "@react-native/normalize-colors": "0.76.5", + "@react-native/virtualized-lists": "0.76.5", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", @@ -15121,7 +15676,9 @@ } }, "node_modules/react-native-screens": { - "version": "4.3.0", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.1.0.tgz", + "integrity": "sha512-tCBwe7fRMpoi/nIgZxE86N8b2SH8d5PlfGaQO8lgqlXqIyvwqm3u1HJCaA0tsacPyzhW7vVtRfQyq9e1j0S2gA==", "license": "MIT", "dependencies": { "react-freeze": "^1.0.0", @@ -15212,6 +15769,37 @@ "version": "6.0.0", "license": "MIT" }, + "node_modules/react-native/node_modules/@react-native/codegen": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.5.tgz", + "integrity": "sha512-FoZ9VRQ5MpgtDAnVo1rT9nNRfjnWpE40o1GeJSDlpUMttd36bVXvsDm8W/NhX8BKTWXSX+CPQJsRcvN1UPYGKg==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.25.3", + "glob": "^7.1.1", + "hermes-parser": "0.23.1", + "invariant": "^2.2.4", + "jscodeshift": "^0.14.0", + "mkdirp": "^0.5.1", + "nullthrows": "^1.1.1", + "yargs": "^17.6.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/preset-env": "^7.1.6" + } + }, + "node_modules/react-native/node_modules/@react-native/js-polyfills": { + "version": "0.76.5", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.76.5.tgz", + "integrity": "sha512-ggM8tcKTcaqyKQcXMIvcB0vVfqr9ZRhWVxWIdiFO1mPvJyS6n+a+lLGkgQAyO8pfH0R1qw6K9D0nqbbDo865WQ==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/react-native/node_modules/babel-plugin-syntax-hermes-parser": { "version": "0.23.1", "license": "MIT", @@ -15524,6 +16112,8 @@ }, "node_modules/remove-trailing-slash": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/remove-trailing-slash/-/remove-trailing-slash-0.1.1.tgz", + "integrity": "sha512-o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==", "license": "MIT" }, "node_modules/repeat-string": { @@ -15553,6 +16143,8 @@ }, "node_modules/requireg": { "version": "0.2.2", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz", + "integrity": "sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg==", "dependencies": { "nested-error-stacks": "~2.0.1", "rc": "~1.2.7", @@ -15564,6 +16156,8 @@ }, "node_modules/requireg/node_modules/resolve": { "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", "license": "MIT", "dependencies": { "path-parse": "^1.0.5" @@ -15605,6 +16199,8 @@ }, "node_modules/resolve.exports": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz", + "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==", "license": "MIT", "engines": { "node": ">=10" @@ -15612,6 +16208,8 @@ }, "node_modules/restore-cursor": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", "license": "MIT", "dependencies": { "onetime": "^2.0.0", @@ -15818,6 +16416,8 @@ }, "node_modules/send": { "version": "0.19.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.1.tgz", + "integrity": "sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==", "license": "MIT", "dependencies": { "debug": "2.6.9", @@ -15840,6 +16440,8 @@ }, "node_modules/send/node_modules/debug": { "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -15847,10 +16449,14 @@ }, "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/send/node_modules/encodeurl": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -15858,6 +16464,8 @@ }, "node_modules/send/node_modules/on-finished": { "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "license": "MIT", "dependencies": { "ee-first": "1.1.1" @@ -15868,6 +16476,8 @@ }, "node_modules/send/node_modules/statuses": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -15967,6 +16577,8 @@ }, "node_modules/set-cookie-parser": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", + "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", "license": "MIT" }, "node_modules/set-function-length": { @@ -16194,6 +16806,8 @@ }, "node_modules/split": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", + "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "license": "MIT", "dependencies": { "through": "2" @@ -16204,6 +16818,8 @@ }, "node_modules/split-on-first": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", + "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", "license": "MIT", "engines": { "node": ">=6" @@ -16215,6 +16831,8 @@ }, "node_modules/ssri": { "version": "10.0.6", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", + "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", "license": "ISC", "dependencies": { "minipass": "^7.0.3" @@ -16286,6 +16904,8 @@ }, "node_modules/strict-uri-encode": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", + "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", "license": "MIT", "engines": { "node": ">=4" @@ -16438,6 +17058,8 @@ }, "node_modules/strip-eof": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -16467,6 +17089,8 @@ }, "node_modules/structured-headers": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/structured-headers/-/structured-headers-0.4.1.tgz", + "integrity": "sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==", "license": "MIT" }, "node_modules/styleq": { @@ -16540,6 +17164,9 @@ }, "node_modules/sudo-prompt": { "version": "8.2.5", + "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-8.2.5.tgz", + "integrity": "sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "license": "MIT" }, "node_modules/supports-color": { @@ -16554,6 +17181,8 @@ }, "node_modules/supports-hyperlinks": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", "license": "MIT", "dependencies": { "has-flag": "^4.0.0", @@ -16637,6 +17266,8 @@ }, "node_modules/tar": { "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "license": "ISC", "dependencies": { "chownr": "^2.0.0", @@ -16652,6 +17283,8 @@ }, "node_modules/tar/node_modules/fs-minipass": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "license": "ISC", "dependencies": { "minipass": "^3.0.0" @@ -16662,6 +17295,8 @@ }, "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "license": "ISC", "dependencies": { "yallist": "^4.0.0" @@ -16672,6 +17307,8 @@ }, "node_modules/tar/node_modules/minipass": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "license": "ISC", "engines": { "node": ">=8" @@ -16679,6 +17316,8 @@ }, "node_modules/tar/node_modules/mkdirp": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "license": "MIT", "bin": { "mkdirp": "bin/cmd.js" @@ -16689,6 +17328,8 @@ }, "node_modules/tar/node_modules/yallist": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "license": "ISC" }, "node_modules/temp": { @@ -16720,6 +17361,8 @@ }, "node_modules/tempy": { "version": "0.7.1", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.7.1.tgz", + "integrity": "sha512-vXPxwOyaNVi9nyczO16mxmHGpl6ASC5/TVhRRHpqeYHvKQm58EaWNvZXxAhR0lYYnBOQFjXjhzeLsaXdjxLjRg==", "license": "MIT", "dependencies": { "del": "^6.0.0", @@ -16737,6 +17380,8 @@ }, "node_modules/tempy/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "license": "MIT", "engines": { "node": ">=8" @@ -16747,6 +17392,8 @@ }, "node_modules/tempy/node_modules/type-fest": { "version": "0.16.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" @@ -16757,6 +17404,8 @@ }, "node_modules/terminal-link": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", @@ -16824,6 +17473,8 @@ }, "node_modules/through": { "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "license": "MIT" }, "node_modules/through2": { @@ -16836,6 +17487,8 @@ }, "node_modules/tmp": { "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.2" @@ -16916,6 +17569,8 @@ }, "node_modules/turbo-stream": { "version": "2.4.0", + "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.0.tgz", + "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", "license": "ISC" }, "node_modules/type-check": { @@ -16938,6 +17593,8 @@ }, "node_modules/type-fest": { "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" @@ -17115,6 +17772,8 @@ }, "node_modules/unique-filename": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", + "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", "license": "ISC", "dependencies": { "unique-slug": "^4.0.0" @@ -17125,6 +17784,8 @@ }, "node_modules/unique-slug": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", + "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4" @@ -17269,6 +17930,8 @@ }, "node_modules/uuid": { "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "license": "MIT", "bin": { "uuid": "dist/bin/uuid" @@ -17276,6 +17939,8 @@ }, "node_modules/validate-npm-package-name": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", + "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -17483,6 +18148,8 @@ }, "node_modules/wonka": { "version": "6.3.4", + "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.3.4.tgz", + "integrity": "sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==", "license": "MIT" }, "node_modules/word-wrap": { @@ -17539,6 +18206,8 @@ }, "node_modules/ws": { "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index 8f9887c..2756db1 100644 --- a/package.json +++ b/package.json @@ -44,14 +44,14 @@ "@sentry/react-native": "~6.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "expo": "~52.0.15", + "expo": "~52.0.20", "expo-apple-authentication": "~7.1.2", "expo-auth-session": "~6.0.0", "expo-background-fetch": "~13.0.3", "expo-build-properties": "~0.13.1", "expo-clipboard": "~7.0.0", "expo-constants": "~17.0.3", - "expo-dev-client": "~5.0.3", + "expo-dev-client": "~5.0.6", "expo-device": "~7.0.1", "expo-font": "~13.0.1", "expo-haptics": "~14.0.0", @@ -61,19 +61,19 @@ "expo-linear-gradient": "~14.0.1", "expo-linking": "~7.0.3", "expo-localization": "~16.0.0", - "expo-location": "~18.0.2", - "expo-navigation-bar": "~4.0.3", + "expo-location": "~18.0.4", + "expo-navigation-bar": "~4.0.6", "expo-notifications": "~0.29.11", - "expo-router": "~4.0.11", + "expo-router": "~4.0.14", "expo-secure-store": "~14.0.0", "expo-sharing": "~13.0.0", - "expo-splash-screen": "~0.29.13", + "expo-splash-screen": "~0.29.18", "expo-sqlite": "~15.0.3", "expo-status-bar": "~2.0.0", - "expo-system-ui": "~4.0.3", + "expo-system-ui": "~4.0.6", "expo-task-manager": "~12.0.3", "expo-updates": "~0.26.10", - "expo-video": "~2.0.1", + "expo-video": "~2.0.3", "expo-video-thumbnails": "~9.0.2", "expo-web-browser": "~14.0.1", "i18n-js": "^4.5.0", @@ -85,7 +85,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.53.0", - "react-native": "0.76.3", + "react-native": "0.76.5", "react-native-appwrite": "^0.5.0", "react-native-awesome-gallery": "^0.3.9", "react-native-calendars": "^1.1304.1", @@ -98,7 +98,7 @@ "react-native-pager-view": "6.5.1", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", - "react-native-screens": "^4.1.0", + "react-native-screens": "~4.1.0", "react-native-svg": "15.8.0", "react-native-tab-view": "^3.5.2", "react-native-toast-message": "^2.2.1", diff --git a/tsconfig.json b/tsconfig.json index 94b8a74..bdb9123 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,14 +5,8 @@ "baseUrl": ".", "module": "esnext", "paths": { - "~/*": [ - "*" - ] + "~/*": ["*"] } }, - "include": [ - "**/*.ts", - "**/*.tsx", - "nativewind-env.d.ts" - ] -} \ No newline at end of file + "include": ["**/*.ts", "**/*.tsx", "nativewind-env.d.ts"] +}