diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 76da2d9..217b4de 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -82,7 +82,7 @@ "sentry-expo": "~7.2.0", "subscriptions-transport-ws": "^0.11.0", "uglify-js": "^3.17.4", - "uuid": "^9.0.1" + "uuid": "^13.0.0" }, "devDependencies": { "@expo/metro-config": "^0.17.3", @@ -17758,15 +17758,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/valid-url": { diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index c1de36a..d99aa32 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -107,7 +107,7 @@ "sentry-expo": "~7.2.0", "subscriptions-transport-ws": "^0.11.0", "uglify-js": "^3.17.4", - "uuid": "^9.0.1" + "uuid": "^13.0.0" }, "devDependencies": { "@expo/metro-config": "^0.17.3",