From e71db2b2c402496376c102d36b37554b88f915a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:24:54 +0000 Subject: [PATCH] Bump uuid from 11.0.3 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.5. - [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.0.5) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... 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 3a83bed..941827c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "require-env-variable": "^4.0.2", "ssh2": "^1.16.0", "tmp": "^0.2.3", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "winston": "^3.17.0" }, "devDependencies": { @@ -10098,9 +10098,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "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.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 2e2b1e3..0b4d213 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "require-env-variable": "^4.0.2", "ssh2": "^1.16.0", "tmp": "^0.2.3", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "winston": "^3.17.0" } }