diff --git a/package-lock.json b/package-lock.json index 7ef4fba..4197598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "jsonexport": "^3.2.0", "safe-regex": "^2.1.1", "tslib": "^2.6.2", - "uuid": "^9.0.1" + "uuid": "^11.0.3" }, "devDependencies": { "@oclif/plugin-help": "^6.0.22", @@ -744,6 +744,19 @@ "tslib": "^2.1.0" } }, + "node_modules/@contentstack/cli-utilities/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@contentstack/management": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/@contentstack/management/-/management-1.16.1.tgz", @@ -15979,15 +15992,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.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache": { diff --git a/package.json b/package.json index 2066afe..63a91f0 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "jsonexport": "^3.2.0", "safe-regex": "^2.1.1", "tslib": "^2.6.2", - "uuid": "^9.0.1" + "uuid": "^11.0.3" }, "csdxConfig": { "shortCommandName": {