From 31e91ea09a15dc7b8672fd0260865e932d756226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:47:04 +0000 Subject: [PATCH] Bump uuid from 11.0.3 to 11.1.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.1.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.0.3...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 4bb0cfa..a092a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/yargs": "^17.0.33", "ts-node": "^10.9.1", "typescript": "^5.0.0", - "uuid": "^11.0.3", + "uuid": "^11.1.0", "winston": "^3.17.0", "yaml": "^2.7.0", "yargs": "^17.7.2" @@ -1220,9 +1220,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "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" diff --git a/package.json b/package.json index 6f25b5f..b9476f4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/yargs": "^17.0.33", "ts-node": "^10.9.1", "typescript": "^5.0.0", - "uuid": "^11.0.3", + "uuid": "^11.1.0", "winston": "^3.17.0", "yaml": "^2.7.0", "yargs": "^17.7.2"