diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 40f9c395..84b039d1 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -30,7 +30,7 @@ "expo-apple-authentication": "~6.3.0", "expo-application": "~5.8.3", "expo-auth-session": "~5.4.0", - "expo-constants": "~15.4.5", + "expo-constants": "~57.0.3", "expo-crypto": "~12.8.1", "expo-dev-client": "^3.3.8", "expo-device": "~5.9.3", @@ -9267,6 +9267,18 @@ "md5-file": "^3.2.3" } }, + "node_modules/expo-asset/node_modules/expo-constants": { + "version": "15.4.6", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-15.4.6.tgz", + "integrity": "sha512-vizE69dww2Vl0PTWWvDmK0Jo2/J+WzdcMZlA05YEnEYofQuhKxTVsiuipf79mSOmFavt4UQYC1UnzptzKyfmiQ==", + "license": "MIT", + "dependencies": { + "@expo/config": "~8.5.0" + }, + "peerDependencies": { + "expo": "*" + } + }, "node_modules/expo-auth-session": { "version": "5.4.0", "resolved": "https://registry.npmjs.org/expo-auth-session/-/expo-auth-session-5.4.0.tgz", @@ -9280,10 +9292,11 @@ "invariant": "^2.2.4" } }, - "node_modules/expo-constants": { - "version": "15.4.5", - "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-15.4.5.tgz", - "integrity": "sha512-1pVVjwk733hbbIjtQcvUFCme540v4gFemdNlaxM2UXKbfRCOh2hzgKN5joHMOysoXQe736TTUrRj7UaZI5Yyhg==", + "node_modules/expo-auth-session/node_modules/expo-constants": { + "version": "15.4.6", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-15.4.6.tgz", + "integrity": "sha512-vizE69dww2Vl0PTWWvDmK0Jo2/J+WzdcMZlA05YEnEYofQuhKxTVsiuipf79mSOmFavt4UQYC1UnzptzKyfmiQ==", + "license": "MIT", "dependencies": { "@expo/config": "~8.5.0" }, @@ -9291,6 +9304,42 @@ "expo": "*" } }, + "node_modules/expo-constants": { + "version": "57.0.3", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-57.0.3.tgz", + "integrity": "sha512-BghbZlzwFnA22BG0CWv6W29zx8w19FozYPfSeZ3HjMitoy4aAmF1FnFbbjYSmZz6HHXXTWOfqwobOEIaglfzxg==", + "license": "MIT", + "dependencies": { + "@expo/env": "~2.4.1" + }, + "peerDependencies": { + "expo": "*", + "react-native": "*" + } + }, + "node_modules/expo-constants/node_modules/@expo/env": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@expo/env/-/env-2.4.1.tgz", + "integrity": "sha512-3c9Mg9x0HmGPEsVrGAGyEDJsNUOZ55cZvZ47/HLmXh7MHV9Zv7My73wThklKrObaBBoMfE4YqpKjYKDRzojpjQ==", + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "debug": "^4.3.4", + "getenv": "^2.0.0" + }, + "engines": { + "node": ">=20.12.0" + } + }, + "node_modules/expo-constants/node_modules/getenv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/getenv/-/getenv-2.0.0.tgz", + "integrity": "sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/expo-crypto": { "version": "12.8.1", "resolved": "https://registry.npmjs.org/expo-crypto/-/expo-crypto-12.8.1.tgz", @@ -9516,6 +9565,18 @@ "invariant": "^2.2.4" } }, + "node_modules/expo-linking/node_modules/expo-constants": { + "version": "15.4.6", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-15.4.6.tgz", + "integrity": "sha512-vizE69dww2Vl0PTWWvDmK0Jo2/J+WzdcMZlA05YEnEYofQuhKxTVsiuipf79mSOmFavt4UQYC1UnzptzKyfmiQ==", + "license": "MIT", + "dependencies": { + "@expo/config": "~8.5.0" + }, + "peerDependencies": { + "expo": "*" + } + }, "node_modules/expo-localization": { "version": "14.8.3", "resolved": "https://registry.npmjs.org/expo-localization/-/expo-localization-14.8.3.tgz", diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index c1d4131d..0020ed63 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -58,7 +58,7 @@ "expo-apple-authentication": "~6.3.0", "expo-application": "~5.8.3", "expo-auth-session": "~5.4.0", - "expo-constants": "~15.4.5", + "expo-constants": "~57.0.3", "expo-crypto": "~12.8.1", "expo-dev-client": "^3.3.8", "expo-device": "~5.9.3",