From 083a2e6cad40294dcf1356e619df7e7d6c16403a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:56:34 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 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/v8.3.2...v11.0.5) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ea8394..f7540f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "sinon": "^15.1.2", "swagger-ui-express": "^4.3.0", "traverse": "^0.6.6", - "uuid": "^8.3.2", + "uuid": "^11.0.5", "winston": "^3.6.0" }, "devDependencies": { @@ -15928,10 +15928,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", + "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" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { @@ -27508,7 +27514,9 @@ "version": "1.0.1" }, "uuid": { - "version": "8.3.2" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "v8-to-istanbul": { "version": "9.3.0", diff --git a/package.json b/package.json index 5975b429..bf5c1dbb 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "sinon": "^15.1.2", "swagger-ui-express": "^4.3.0", "traverse": "^0.6.6", - "uuid": "^8.3.2", + "uuid": "^11.0.5", "winston": "^3.6.0" }, "jest": {