diff --git a/package-lock.json b/package-lock.json index 8479f8f..b1f2215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "expo-build-properties": "~1.0.9", "expo-constants": "~18.0.9", "expo-dev-client": "~6.0.18", - "expo-font": "~14.0.8", + "expo-font": "~55.0.6", "expo-haptics": "~15.0.7", "expo-image": "~3.0.10", "expo-linking": "~8.0.9", @@ -7066,9 +7066,9 @@ } }, "node_modules/expo-font": { - "version": "14.0.9", - "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.9.tgz", - "integrity": "sha512-xCoQbR/36qqB6tew/LQ6GWICpaBmHLhg/Loix5Rku/0ZtNaXMJv08M9o1AcrdiGTn/Xf/BnLu6DgS45cWQEHZg==", + "version": "55.0.6", + "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-55.0.6.tgz", + "integrity": "sha512-x9czUA3UQWjIwa0ZUEs/eWJNqB4mAue/m4ltESlNPLZhHL0nWWqIfsyHmklTLFH7mVfcHSJvew6k+pR2FE1zVw==", "license": "MIT", "dependencies": { "fontfaceobserver": "^2.1.0" @@ -7443,6 +7443,20 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "license": "MIT" }, + "node_modules/expo/node_modules/expo-font": { + "version": "14.0.11", + "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.11.tgz", + "integrity": "sha512-ga0q61ny4s/kr4k8JX9hVH69exVSIfcIc19+qZ7gt71Mqtm7xy2c6kwsPTCyhBW2Ro5yXTT8EaZOpuRi35rHbg==", + "license": "MIT", + "dependencies": { + "fontfaceobserver": "^2.1.0" + }, + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*" + } + }, "node_modules/expo/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", diff --git a/package.json b/package.json index fbc778b..4639db2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "expo-build-properties": "~1.0.9", "expo-constants": "~18.0.9", "expo-dev-client": "~6.0.18", - "expo-font": "~14.0.8", + "expo-font": "~55.0.6", "expo-haptics": "~15.0.7", "expo-image": "~3.0.10", "expo-linking": "~8.0.9",