diff --git a/lib/import/package-lock.json b/lib/import/package-lock.json index d0526fa59d..3587625912 100644 --- a/lib/import/package-lock.json +++ b/lib/import/package-lock.json @@ -20,7 +20,7 @@ "client-oauth2": "^4.3.3", "p-retry": "^5.0.0", "temp-dir": "^3.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.0" }, "bin": { "pathling-import": "lib/index.js" @@ -1941,15 +1941,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } } } diff --git a/lib/import/package.json b/lib/import/package.json index 2dd539dc12..e1cbf15778 100644 --- a/lib/import/package.json +++ b/lib/import/package.json @@ -23,7 +23,7 @@ "client-oauth2": "^4.3.3", "p-retry": "^5.0.0", "temp-dir": "^3.0.0", - "uuid": "^9.0.0" + "uuid": "^11.1.0" }, "devDependencies": { "prettier": "^2.4.1",