From e759495296970b15be9ac461825ba55a40186fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:02:06 +0000 Subject: [PATCH] build(deps-dev): bump uuid from 10.0.0 to 11.0.2 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2. - [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/v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a681e4e..8d3c03c 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "proxyquire": "^2.1.3", "standard": "^17.0.0", "tap": "^16.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.2" } }