From 7a017a955c81abb94666afc475305ccff0634660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 03:08:02 +0000 Subject: [PATCH] feat: upgrade uuid from 8.3.2 to 11.0.3 Snyk has created this PR to upgrade uuid from 8.3.2 to 11.0.3. See this package in npm: uuid See this project in Snyk: https://app.snyk.io/org/contentstack-ghost/project/aa5614b9-feb5-4b0b-bb14-d064efda2c51?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ccf2c9b..00af9235 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lodash-es": "^4.17.21", "mustache": "^4.2.0", "preact": "^10.19.5", - "uuid": "^8.3.2" + "uuid": "^11.0.3" }, "devDependencies": { "@contentstack/advanced-post-message": "^0.0.2", @@ -8884,11 +8884,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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 b3bde6d5..964aed9d 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "lodash-es": "^4.17.21", "mustache": "^4.2.0", "preact": "^10.19.5", - "uuid": "^8.3.2" + "uuid": "^11.0.3" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.9.5"