From b49b18f39a8d732284ba8d580bc9dee3c7c9a6cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:07:27 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11.0.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e5d79e5..55fab911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "semver": "7.6.3", "shelljs": "0.8.5", "unified": "11.0.5", - "uuid": "11.0.2", + "uuid": "11.0.3", "yargs": "17.7.2" }, "bin": { @@ -15737,9 +15737,9 @@ } }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "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" diff --git a/package.json b/package.json index 682f0aee..fccda02e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "semver": "7.6.3", "shelljs": "0.8.5", "unified": "11.0.5", - "uuid": "11.0.2", + "uuid": "11.0.3", "yargs": "17.7.2" }, "devDependencies": {