From 415dceac4fa3b81e137ac78bd248b9258af85533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:55:10 +0200 Subject: [PATCH] chore(deps): bump uuid from 9.0.1 to 10.0.0 (#247) Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9a30ed..824b848 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "semver": "^7.0.0", "source-map-support": "^0.x", "teen_process": "^2.0.0", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "which": "^4.0.0" }, "scripts": {