From 8f6e4a909f6107a880b348e55409813ec27e2fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:44:57 +0000 Subject: [PATCH] deps: bump uuid from 13.0.1 to 14.0.0 in /angular-app Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.1 to 14.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/v13.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- angular-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-app/package.json b/angular-app/package.json index 67ccd70c..7a3fc8e2 100644 --- a/angular-app/package.json +++ b/angular-app/package.json @@ -37,7 +37,7 @@ "papaparse": "^5.5.3", "rxjs": "~7.8.2", "tslib": "^2.8.1", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "zone.js": "~0.15.1" }, "devDependencies": {