diff --git a/package-lock.json b/package-lock.json index 0dc8348d..9b4298e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,22 +9,21 @@ "version": "2.0.2", "license": "MIT", "dependencies": { - "@ctrl/tinycolor": "4.0.2", - "@expo-google-fonts/poppins": "0.2.3", - "@react-native-async-storage/async-storage": "1.19.3", - "@types/crypto-js": "^4.1.2", - "crypto-js": "^4.1.1", - "expo": "49.0.13", - "expo-app-loading": "2.1.1", - "expo-blur": "12.6.0", - "expo-file-system": "15.6.0", - "expo-status-bar": "1.7.1", + "@ctrl/tinycolor": "4.0.2 ", + "@react-native-async-storage/async-storage": "1.18.2", + "crypto-js": "^4.2.0", + "expo": "^49.0.13", + "expo-app-loading": "^2.1.1", + "expo-av": "~13.6.0", + "expo-blur": "~12.4.1", + "expo-file-system": "~15.4.5", + "expo-status-bar": "~1.6.0", "lodash": "^4.17.21", - "moti": "0.26.0", - "react": "18.2.0", - "react-dom": "18.2.0", - "react-native": "0.72.5", - "react-native-gesture-handler": "2.13.2", + "moti": "0.27.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-native": "0.72.6", + "react-native-gesture-handler": "~2.12.0", "react-native-keyboard-aware-scroll-view": "0.9.5", "react-native-reanimated": "^3.3.0", "react-native-web": "0.19.9" @@ -33,14 +32,17 @@ "@babel/core": "^7.23.2", "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", + "@expo-google-fonts/poppins": "^0.2.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@testing-library/react-native": "^12.3.0", + "@types/crypto-js": "^4.1.2", "@types/jest": "29.5.5", "@types/lodash": "^4.14.199", "@types/react": "18.2.28", "@types/react-native": "0.72.3", "@types/react-test-renderer": "18.0.3", + "@welldone-software/why-did-you-render": "^7.0.1", "babel-loader": "^9.1.3", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", @@ -2882,7 +2884,8 @@ "node_modules/@expo-google-fonts/poppins": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/@expo-google-fonts/poppins/-/poppins-0.2.3.tgz", - "integrity": "sha512-PXkur1ZY/puy1PwVFYPJx8qiI3dtBzC2ig1bo53swCt7/sI7krCGYRO6hLBNp15M0kcNh2J4cCR9ZQyFxsving==" + "integrity": "sha512-PXkur1ZY/puy1PwVFYPJx8qiI3dtBzC2ig1bo53swCt7/sI7krCGYRO6hLBNp15M0kcNh2J4cCR9ZQyFxsving==", + "dev": true }, "node_modules/@expo/bunyan": { "version": "4.0.0", @@ -5532,9 +5535,9 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.3.tgz", - "integrity": "sha512-CwGfoHCWdPOTPS+2fW6YRE1fFBpT9++ahLEroX5hkgwyoQ+TkmjOaUxixdEIoVua9Pz5EF2pGOIJzqOTMWfBlA==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.18.2.tgz", + "integrity": "sha512-dM8AfdoeIxlh+zqgr0o5+vCTPQ0Ru1mrPzONZMsr7ufp5h+6WgNxQNza7t0r5qQ6b04AJqTlBNixTWZxqP649Q==", "dependencies": { "merge-options": "^3.0.4" }, @@ -8183,7 +8186,8 @@ "node_modules/@types/crypto-js": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.1.2.tgz", - "integrity": "sha512-t33RNmTu5ufG/sorROIafiCVJMx3jz95bXUMoPAZcUD14fxMXnuTzqzXZoxpR0tNx2xpw11Dlmem9vGCsrSOfA==" + "integrity": "sha512-t33RNmTu5ufG/sorROIafiCVJMx3jz95bXUMoPAZcUD14fxMXnuTzqzXZoxpR0tNx2xpw11Dlmem9vGCsrSOfA==", + "dev": true }, "node_modules/@types/eslint": { "version": "8.44.4", @@ -8556,6 +8560,18 @@ "@xtuc/long": "4.2.2" } }, + "node_modules/@welldone-software/why-did-you-render": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@welldone-software/why-did-you-render/-/why-did-you-render-7.0.1.tgz", + "integrity": "sha512-Qe/8Xxa2G+LMdI6VoazescPzjjkHYduCDa8aHOJR50e9Bgs8ihkfMBY+ev7B4oc3N59Zm547Sgjf8h5y0FOyoA==", + "dev": true, + "dependencies": { + "lodash": "^4" + }, + "peerDependencies": { + "react": "^16 || ^17 || ^18" + } + }, "node_modules/@xmldom/xmldom": { "version": "0.7.13", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz", @@ -10475,9 +10491,9 @@ } }, "node_modules/crypto-js": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz", - "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "node_modules/crypto-random-string": { "version": "2.0.0", @@ -11989,21 +12005,18 @@ "url-parse": "^1.5.9" } }, - "node_modules/expo-asset/node_modules/expo-file-system": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.4.tgz", - "integrity": "sha512-F0xS88D85F7qVQ61r0qBnzh6VW/s6iIl+VaQEEi2nAIOQHw1JIEj4yCXPLTtbyn5VmArbe2dSL3KYz1V+BLkKA==", - "dependencies": { - "uuid": "^3.4.0" - }, + "node_modules/expo-av": { + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/expo-av/-/expo-av-13.6.0.tgz", + "integrity": "sha512-42dDX53uao+IxuecNRcAvLuO7CiF9lriCufDfw2sSIGKRYox6m2RXYFstVpDSv2gzsuScGk7fwT23EUrUXbk8A==", "peerDependencies": { "expo": "*" } }, "node_modules/expo-blur": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/expo-blur/-/expo-blur-12.6.0.tgz", - "integrity": "sha512-yrZYu4mQX4ZJtSrjNVMuB9kCMB8Xerk5Zn5iES6ojmGAk+yxJ/jdyhaUVqbpaA8LBmspdKgQz2dW8+9wa8dSAg==", + "version": "12.4.1", + "resolved": "https://registry.npmjs.org/expo-blur/-/expo-blur-12.4.1.tgz", + "integrity": "sha512-lGN8FS9LuGUlEriULTC62cCWyg5V7zSVQeJ6Duh1wSq8aAETinZ2/7wrT6o+Uhd/XVVxFNON2T25AGCOtMG6ew==", "peerDependencies": { "expo": "*" } @@ -12021,9 +12034,9 @@ } }, "node_modules/expo-file-system": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.6.0.tgz", - "integrity": "sha512-a2hvSWPQLgzw6/u7QuVjVs44Zqgkq3EQJ94tUpw9GbAxj2RsdS3tPnzakBb3Mc6VoQ2Aop6FIgSKeYCeYJAzsg==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.5.tgz", + "integrity": "sha512-xy61KaTaDgXhT/dllwYDHm3ch026EyO8j4eC6wSVr/yE12MMMxAC09yGwy4f7kkOs6ztGVQF5j7ldRzNLN4l0Q==", "dependencies": { "uuid": "^3.4.0" }, @@ -12428,9 +12441,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/expo-status-bar": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.7.1.tgz", - "integrity": "sha512-Wkm9uCmuQQBSU+l/AekWAQ1d0FYw560yL116+OAKJDyKBOUpPURoWkFbabM1EDxv+5scTuSThr/CvsA0nsSCow==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.6.0.tgz", + "integrity": "sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ==" }, "node_modules/expo/node_modules/@jest/types": { "version": "26.6.2", @@ -12500,17 +12513,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/expo/node_modules/expo-file-system": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.4.tgz", - "integrity": "sha512-F0xS88D85F7qVQ61r0qBnzh6VW/s6iIl+VaQEEi2nAIOQHw1JIEj4yCXPLTtbyn5VmArbe2dSL3KYz1V+BLkKA==", - "dependencies": { - "uuid": "^3.4.0" - }, - "peerDependencies": { - "expo": "*" - } - }, "node_modules/expo/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -18621,9 +18623,9 @@ } }, "node_modules/moti": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/moti/-/moti-0.26.0.tgz", - "integrity": "sha512-430HDIwhPQi/DkMvocyAZGkAX3ibmbyF3Fj23GuhbTB+RUXYTOnbsvygr89ABJjllYuxx4Xjd2Z4Qab0Su5mcg==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/moti/-/moti-0.27.2.tgz", + "integrity": "sha512-QYH9Id14Zdjx9L75iMPyvxUN+GvHZ4lk6QhUyA63kWgXyqPT2yMnEIbk7hIeQ0WQDW2eLAXEi2/6FJkS7TEwsw==", "dependencies": { "framer-motion": "^6.5.1" }, @@ -23771,9 +23773,9 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/react-native": { - "version": "0.72.5", - "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.5.tgz", - "integrity": "sha512-oIewslu5DBwOmo7x5rdzZlZXCqDIna0R4dUwVpfmVteORYLr4yaZo5wQnMeR+H7x54GaMhmgeqp0ZpULtulJFg==", + "version": "0.72.6", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.6.tgz", + "integrity": "sha512-RafPY2gM7mcrFySS8TL8x+TIO3q7oAlHpzEmC7Im6pmXni6n1AuufGaVh0Narbr1daxstw7yW7T9BKW5dpVc2A==", "dependencies": { "@jest/create-cache-key-function": "^29.2.1", "@react-native-community/cli": "11.3.7", @@ -23944,9 +23946,9 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.13.2.tgz", - "integrity": "sha512-EADHg1cFunvu47lyzlqCJQluQxUIGZwDpdq2GEBXxFmH8AWTI2ofurio5doWnFR+dLVEjaLAzI/dU2xQjP0/pA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz", + "integrity": "sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A==", "dependencies": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", @@ -29501,7 +29503,8 @@ "@expo-google-fonts/poppins": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/@expo-google-fonts/poppins/-/poppins-0.2.3.tgz", - "integrity": "sha512-PXkur1ZY/puy1PwVFYPJx8qiI3dtBzC2ig1bo53swCt7/sI7krCGYRO6hLBNp15M0kcNh2J4cCR9ZQyFxsving==" + "integrity": "sha512-PXkur1ZY/puy1PwVFYPJx8qiI3dtBzC2ig1bo53swCt7/sI7krCGYRO6hLBNp15M0kcNh2J4cCR9ZQyFxsving==", + "dev": true }, "@expo/bunyan": { "version": "4.0.0", @@ -31566,9 +31569,9 @@ } }, "@react-native-async-storage/async-storage": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.3.tgz", - "integrity": "sha512-CwGfoHCWdPOTPS+2fW6YRE1fFBpT9++ahLEroX5hkgwyoQ+TkmjOaUxixdEIoVua9Pz5EF2pGOIJzqOTMWfBlA==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.18.2.tgz", + "integrity": "sha512-dM8AfdoeIxlh+zqgr0o5+vCTPQ0Ru1mrPzONZMsr7ufp5h+6WgNxQNza7t0r5qQ6b04AJqTlBNixTWZxqP649Q==", "requires": { "merge-options": "^3.0.4" } @@ -33471,7 +33474,8 @@ "@types/crypto-js": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.1.2.tgz", - "integrity": "sha512-t33RNmTu5ufG/sorROIafiCVJMx3jz95bXUMoPAZcUD14fxMXnuTzqzXZoxpR0tNx2xpw11Dlmem9vGCsrSOfA==" + "integrity": "sha512-t33RNmTu5ufG/sorROIafiCVJMx3jz95bXUMoPAZcUD14fxMXnuTzqzXZoxpR0tNx2xpw11Dlmem9vGCsrSOfA==", + "dev": true }, "@types/eslint": { "version": "8.44.4", @@ -33838,6 +33842,15 @@ "@xtuc/long": "4.2.2" } }, + "@welldone-software/why-did-you-render": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@welldone-software/why-did-you-render/-/why-did-you-render-7.0.1.tgz", + "integrity": "sha512-Qe/8Xxa2G+LMdI6VoazescPzjjkHYduCDa8aHOJR50e9Bgs8ihkfMBY+ev7B4oc3N59Zm547Sgjf8h5y0FOyoA==", + "dev": true, + "requires": { + "lodash": "^4" + } + }, "@xmldom/xmldom": { "version": "0.7.13", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz", @@ -35295,9 +35308,9 @@ "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==" }, "crypto-js": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz", - "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "crypto-random-string": { "version": "2.0.0", @@ -36396,14 +36409,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "expo-file-system": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.4.tgz", - "integrity": "sha512-F0xS88D85F7qVQ61r0qBnzh6VW/s6iIl+VaQEEi2nAIOQHw1JIEj4yCXPLTtbyn5VmArbe2dSL3KYz1V+BLkKA==", - "requires": { - "uuid": "^3.4.0" - } - }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -36461,22 +36466,18 @@ "md5-file": "^3.2.3", "path-browserify": "^1.0.0", "url-parse": "^1.5.9" - }, - "dependencies": { - "expo-file-system": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.4.tgz", - "integrity": "sha512-F0xS88D85F7qVQ61r0qBnzh6VW/s6iIl+VaQEEi2nAIOQHw1JIEj4yCXPLTtbyn5VmArbe2dSL3KYz1V+BLkKA==", - "requires": { - "uuid": "^3.4.0" - } - } } }, + "expo-av": { + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/expo-av/-/expo-av-13.6.0.tgz", + "integrity": "sha512-42dDX53uao+IxuecNRcAvLuO7CiF9lriCufDfw2sSIGKRYox6m2RXYFstVpDSv2gzsuScGk7fwT23EUrUXbk8A==", + "requires": {} + }, "expo-blur": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/expo-blur/-/expo-blur-12.6.0.tgz", - "integrity": "sha512-yrZYu4mQX4ZJtSrjNVMuB9kCMB8Xerk5Zn5iES6ojmGAk+yxJ/jdyhaUVqbpaA8LBmspdKgQz2dW8+9wa8dSAg==", + "version": "12.4.1", + "resolved": "https://registry.npmjs.org/expo-blur/-/expo-blur-12.4.1.tgz", + "integrity": "sha512-lGN8FS9LuGUlEriULTC62cCWyg5V7zSVQeJ6Duh1wSq8aAETinZ2/7wrT6o+Uhd/XVVxFNON2T25AGCOtMG6ew==", "requires": {} }, "expo-constants": { @@ -36489,9 +36490,9 @@ } }, "expo-file-system": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.6.0.tgz", - "integrity": "sha512-a2hvSWPQLgzw6/u7QuVjVs44Zqgkq3EQJ94tUpw9GbAxj2RsdS3tPnzakBb3Mc6VoQ2Aop6FIgSKeYCeYJAzsg==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.5.tgz", + "integrity": "sha512-xy61KaTaDgXhT/dllwYDHm3ch026EyO8j4eC6wSVr/yE12MMMxAC09yGwy4f7kkOs6ztGVQF5j7ldRzNLN4l0Q==", "requires": { "uuid": "^3.4.0" } @@ -36809,9 +36810,9 @@ } }, "expo-status-bar": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.7.1.tgz", - "integrity": "sha512-Wkm9uCmuQQBSU+l/AekWAQ1d0FYw560yL116+OAKJDyKBOUpPURoWkFbabM1EDxv+5scTuSThr/CvsA0nsSCow==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.6.0.tgz", + "integrity": "sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ==" }, "external-editor": { "version": "3.1.0", @@ -41302,9 +41303,9 @@ } }, "moti": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/moti/-/moti-0.26.0.tgz", - "integrity": "sha512-430HDIwhPQi/DkMvocyAZGkAX3ibmbyF3Fj23GuhbTB+RUXYTOnbsvygr89ABJjllYuxx4Xjd2Z4Qab0Su5mcg==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/moti/-/moti-0.27.2.tgz", + "integrity": "sha512-QYH9Id14Zdjx9L75iMPyvxUN+GvHZ4lk6QhUyA63kWgXyqPT2yMnEIbk7hIeQ0WQDW2eLAXEi2/6FJkS7TEwsw==", "requires": { "framer-motion": "^6.5.1" } @@ -44896,9 +44897,9 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "react-native": { - "version": "0.72.5", - "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.5.tgz", - "integrity": "sha512-oIewslu5DBwOmo7x5rdzZlZXCqDIna0R4dUwVpfmVteORYLr4yaZo5wQnMeR+H7x54GaMhmgeqp0ZpULtulJFg==", + "version": "0.72.6", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.6.tgz", + "integrity": "sha512-RafPY2gM7mcrFySS8TL8x+TIO3q7oAlHpzEmC7Im6pmXni6n1AuufGaVh0Narbr1daxstw7yW7T9BKW5dpVc2A==", "requires": { "@jest/create-cache-key-function": "^29.2.1", "@react-native-community/cli": "11.3.7", @@ -45145,9 +45146,9 @@ } }, "react-native-gesture-handler": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.13.2.tgz", - "integrity": "sha512-EADHg1cFunvu47lyzlqCJQluQxUIGZwDpdq2GEBXxFmH8AWTI2ofurio5doWnFR+dLVEjaLAzI/dU2xQjP0/pA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz", + "integrity": "sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A==", "requires": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", diff --git a/package.json b/package.json index 4c4b3976..47f480e3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "crypto-js": "^4.2.0", "expo": "^49.0.13", "expo-app-loading": "^2.1.1", - "expo-av": "~13.4.1", + "expo-av": "~13.6.0", "expo-blur": "~12.4.1", "expo-file-system": "~15.4.5", "expo-status-bar": "~1.6.0", diff --git a/yarn.lock b/yarn.lock index e199637e..79b83ba1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1377,9 +1377,9 @@ dependencies: "@jridgewell/trace-mapping" "0.3.9" -"@ctrl/tinycolor@4.0.2": +"@ctrl/tinycolor@4.0.2 ": version "4.0.2" - resolved "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.0.2.tgz" + resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-4.0.2.tgz#7665b09c0163722ffc20ee885eb9a8ff80d9ebde" integrity sha512-fKQinXE9pJ83J1n+C3rDl2xNLJwfoYNvXLRy5cYZA9hBJJw2q+sbb/AOSNKmLxnTWyNTmy4994dueSwP4opi5g== "@egjs/hammerjs@^2.0.17": @@ -1416,10 +1416,10 @@ mv "~2" safe-json-stringify "~1" -"@expo/cli@0.10.13": - version "0.10.13" - resolved "https://registry.npmjs.org/@expo/cli/-/cli-0.10.13.tgz" - integrity sha512-8ciyz+yIDih6zCNMWK0IyEv411W7vej/TaWIFGarogPVbFokXrUKr0aKoQG1RU1SLlY4eUpHakbIzqog+rhJdQ== +"@expo/cli@0.10.16": + version "0.10.16" + resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-0.10.16.tgz#42f9aaf08884f70f3a671b7d6b4f138ad39192d7" + integrity sha512-EwgnRN5AMElg0JJjFLJTPk5hYkVXxnNMLIvZBiTfGoCq+rDw6u7Mg5l2Bbm/geSHOoplaHyPZ/Wr23FAuZWehA== dependencies: "@babel/runtime" "^7.20.0" "@expo/code-signing-certificates" "0.0.5" @@ -5223,9 +5223,9 @@ expect@^29.0.0, expect@^29.7.0: jest-message-util "^29.7.0" jest-util "^29.7.0" -expo-app-loading@2.1.1: +expo-app-loading@^2.1.1: version "2.1.1" - resolved "https://registry.npmjs.org/expo-app-loading/-/expo-app-loading-2.1.1.tgz" + resolved "https://registry.yarnpkg.com/expo-app-loading/-/expo-app-loading-2.1.1.tgz#5abde2e219ed4a6dcf8a9858a7317792fd9a18d2" integrity sha512-b3VNkPuFaI9J847HSpjI4uiuyE4+IWyAIPT9uzbkS7QFknL99DMoihtgzeWzKaJKSAmbYc3ph2Vl9skJAkVYUg== dependencies: expo-splash-screen "~0.17.0" @@ -5248,10 +5248,10 @@ expo-asset@~8.10.1: path-browserify "^1.0.0" url-parse "^1.5.9" -expo-av@~13.4.1: - version "13.4.1" - resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-13.4.1.tgz#83029b3202e64bf060f0a7a24591d93bf7ab728c" - integrity sha512-0K8QEFzZeNGrppzYUs8wOtjOyPPkxzlVYbEHM6WzIQOG1uYYNOJkJB3aQHVFXHmz+AzoHwMrUjcschofwaMNeg== +expo-av@~13.6.0: + version "13.6.0" + resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-13.6.0.tgz#76356223b30b94c0c6fe8dfe8d185515570cc2d1" + integrity sha512-42dDX53uao+IxuecNRcAvLuO7CiF9lriCufDfw2sSIGKRYox6m2RXYFstVpDSv2gzsuScGk7fwT23EUrUXbk8A== expo-blur@~12.4.1: version "12.4.1" @@ -5266,7 +5266,7 @@ expo-constants@~14.4.2: "@expo/config" "~8.1.0" uuid "^3.3.2" -expo-file-system@~15.4.0, expo-file-system@~15.4.4: +expo-file-system@~15.4.0: version "15.4.4" resolved "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.4.tgz" integrity sha512-F0xS88D85F7qVQ61r0qBnzh6VW/s6iIl+VaQEEi2nAIOQHw1JIEj4yCXPLTtbyn5VmArbe2dSL3KYz1V+BLkKA== @@ -5304,10 +5304,10 @@ expo-modules-autolinking@1.5.1: find-up "^5.0.0" fs-extra "^9.1.0" -expo-modules-core@1.5.11: - version "1.5.11" - resolved "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-1.5.11.tgz" - integrity sha512-1Dj2t74nVjxq6xEQf2b9WFfAMhPzVnR0thY0PfRFgob4STyj3sq1U4PIHVWvKQBtDKIa227DrNRb+Hu+LqKWQg== +expo-modules-core@1.5.12: + version "1.5.12" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.5.12.tgz#07eb4de4bf25a3ec3e1924403e73d13c656613fd" + integrity sha512-mY4wTDU458dhwk7IVxLNkePlYXjs9BTgk4NQHBUXf0LapXsvr+i711qPZaFNO4egf5qq6fQV+Yfd/KUguHstnQ== dependencies: compare-versions "^3.4.0" invariant "^2.2.4" @@ -5325,13 +5325,13 @@ expo-status-bar@~1.6.0: resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.6.0.tgz#e79ffdb9a84d2e0ec9a0dc7392d9ab364fefa9cf" integrity sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ== -expo@49.0.13: - version "49.0.13" - resolved "https://registry.npmjs.org/expo/-/expo-49.0.13.tgz" - integrity sha512-k2QFmT5XN490ksjKJgogfS5SFj6ZKCu1GwWz4VUV4S9gkPjzr8zQAZoVPKaWxUYRb6xDpTJXdhLt7gSnV3bJvw== +expo@^49.0.13: + version "49.0.21" + resolved "https://registry.yarnpkg.com/expo/-/expo-49.0.21.tgz#32a66b32d0a233879ec3afdec35fb63d2cc8a4c3" + integrity sha512-JpHL6V0yt8/fzsmkAdPdtsah+lU6Si4ac7MDklLYvzEil7HAFEsN/pf06wQ21ax4C+BL27hI6JJoD34tzXUCJA== dependencies: "@babel/runtime" "^7.20.0" - "@expo/cli" "0.10.13" + "@expo/cli" "0.10.16" "@expo/config" "8.1.2" "@expo/config-plugins" "7.2.5" "@expo/vector-icons" "^13.0.0" @@ -5339,11 +5339,11 @@ expo@49.0.13: expo-application "~5.3.0" expo-asset "~8.10.1" expo-constants "~14.4.2" - expo-file-system "~15.4.4" + expo-file-system "~15.4.5" expo-font "~11.4.0" expo-keep-awake "~12.3.0" expo-modules-autolinking "1.5.1" - expo-modules-core "1.5.11" + expo-modules-core "1.5.12" fbemitter "^3.0.0" invariant "^2.2.4" md5-file "^3.2.3"