From a7e7c21812d394334ad2c6b98b0fe08e2a431683 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 01:47:15 +0000 Subject: [PATCH] feat: upgrade uuid from 9.0.1 to 11.0.3 Snyk has created this PR to upgrade uuid from 9.0.1 to 11.0.3. See this package in npm: uuid See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/8c256562-76be-4d18-8632-871b111d6aac?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 24 +++++++++++++++++++----- package.json | 2 +- 2 files changed, 20 insertions(+), 6 deletions(-) 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": {