From c8559db8393648783a1f81639b0dfa3be94f5d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:45:38 -0400 Subject: build(deps): bump uuid from 12.0.0 to 13.0.0 in /src/main/webui (#711) Bumps [uuid](https://github.com/uuidjs/uuid) from 12.0.0 to 13.0.0. - [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/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 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> --- src/main/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/webui/package.json') diff --git a/src/main/webui/package.json b/src/main/webui/package.json index d888ab2..2ef907c 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -35,7 +35,7 @@ "react-router-dom": "^7.8.2", "redux": "^5.0.1", "tailwindcss": "^4.1.13", - "uuid": "^12.0.0", + "uuid": "^13.0.0", "web-vitals": "^5.1.0" }, "devDependencies": { -- cgit