From 4f7eacca9a3759b9a0da7692598171de1a6d6cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:29:04 +0000 Subject: [PATCH] fix(deps): bump uuid from 11.0.2 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3. - [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.2...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/server-analysis-manager/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a37121a7..59d818646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26162,9 +26162,9 @@ "license": "MIT" }, "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" @@ -28204,7 +28204,7 @@ "tar": "^7.4.3", "tar-fs": "^3.0.6", "tar-stream": "^3.1.6", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@types/dockerode": "^3.3.31", diff --git a/packages/server-analysis-manager/package.json b/packages/server-analysis-manager/package.json index cadf3d813..2f9610f96 100644 --- a/packages/server-analysis-manager/package.json +++ b/packages/server-analysis-manager/package.json @@ -44,7 +44,7 @@ "tar": "^7.4.3", "tar-fs": "^3.0.6", "tar-stream": "^3.1.6", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@types/dockerode": "^3.3.31",