From 96c10cd13f9e521504e9032fdb07df51ded18502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:52:52 +0000 Subject: [PATCH] chore(deps): bump uuid from 9.0.1 to 11.0.3 in /web Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 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/v9.0.1...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 54b70a2d79a..6ad516e8469 100644 --- a/web/package.json +++ b/web/package.json @@ -68,7 +68,7 @@ "tailwind-merge": "^2.0.0", "use-debounce": "^9.0.4", "use-font-face-observer": "^1.2.2", - "uuid": "^9.0.0", + "uuid": "^11.0.3", "zxcvbn": "^4.4.2" }, "devDependencies": {