diff --git a/package-lock.json b/package-lock.json index e394538..ed7b106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,13 @@ "": { "name": "p61-project", "version": "1.0.0", + "hasInstallScript": true, "dependencies": { "@expo/vector-icons": "14.0.0", "@react-native-async-storage/async-storage": "1.21.0", "@react-navigation/native": "6.1.10", - "expo": "50.0.6", - "expo-font": "11.10.2", + "expo": "50.0.7", + "expo-font": "11.10.3", "expo-linking": "6.2.2", "expo-router": "3.4.7", "expo-splash-screen": "0.26.4", @@ -11673,9 +11674,9 @@ } }, "node_modules/expo": { - "version": "50.0.6", - "resolved": "https://registry.npmjs.org/expo/-/expo-50.0.6.tgz", - "integrity": "sha512-CVg0h9bmYeTWtw4EOL0HKNL+zu84YZl5nLWRPKrcpt8jox1VQQAYmvJGMdM5gSRxq5CFNLlWGxq9O8Zvfi1SOQ==", + "version": "50.0.7", + "resolved": "https://registry.npmjs.org/expo/-/expo-50.0.7.tgz", + "integrity": "sha512-lTqIrKOUTKHLdTuAaJzZihi1v7F8Ix1dOXVWMpToDy9zPC/s+fet0fbyXdFUxYsCUyuEDIB9tvejrTYZk8Hm0Q==", "dependencies": { "@babel/runtime": "^7.20.0", "@expo/cli": "0.17.5", @@ -11686,10 +11687,10 @@ "babel-preset-expo": "~10.0.1", "expo-asset": "~9.0.2", "expo-file-system": "~16.0.6", - "expo-font": "~11.10.2", + "expo-font": "~11.10.3", "expo-keep-awake": "~12.8.2", "expo-modules-autolinking": "1.10.3", - "expo-modules-core": "1.11.8", + "expo-modules-core": "1.11.9", "fbemitter": "^3.0.0", "whatwg-url-without-unicode": "8.0.0-3" }, @@ -11730,9 +11731,9 @@ } }, "node_modules/expo-font": { - "version": "11.10.2", - "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-11.10.2.tgz", - "integrity": "sha512-AE0Q0LiWiVosQ/jlKUPoWoob7p3GwYM2xmLoUkuopO9RYh9NL1hZKHiMKcWBZyDG8Gww1GtBQwh7ZREST8+jjQ==", + "version": "11.10.3", + "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-11.10.3.tgz", + "integrity": "sha512-q1Td2zUvmLbCA9GV4OG4nLPw5gJuNY1VrPycsnemN1m8XWTzzs8nyECQQqrcBhgulCgcKZZJJ6U0kC2iuSoQHQ==", "dependencies": { "fontfaceobserver": "^2.1.0" }, @@ -11871,9 +11872,9 @@ } }, "node_modules/expo-modules-core": { - "version": "1.11.8", - "resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-1.11.8.tgz", - "integrity": "sha512-rlctE3nCNLCGv3LosGQNaTuwGrr2SyQA+hOgci/0l+VRc0gFNtvl0gskph9C0tnN1jzBeb8rRZQYVj5ih1yxcA==", + "version": "1.11.9", + "resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-1.11.9.tgz", + "integrity": "sha512-GTUb81vcPaF+5MtlBI1u9IjrZbGdF1ZUwz3u8Gc+rOLBblkZ7pYsj2mU/tu+k0khTckI9vcH4ZBksXWvE1ncjQ==", "dependencies": { "invariant": "^2.2.4" } diff --git a/package.json b/package.json index 3bff15e..2454684 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "@expo/vector-icons": "14.0.0", "@react-native-async-storage/async-storage": "1.21.0", "@react-navigation/native": "6.1.10", - "expo": "50.0.6", - "expo-font": "11.10.2", + "expo": "50.0.7", + "expo-font": "11.10.3", "expo-linking": "6.2.2", "expo-router": "3.4.7", "expo-splash-screen": "0.26.4",