From 4515c43352c7ce66c5c79b4b535d868c8c3dfff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:38:17 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 14.0.0 in /starters/angular/basic Bumps [uuid](https://github.com/uuidjs/uuid) from 9.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/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- starters/angular/basic/package-lock.json | 11 ++++++----- starters/angular/basic/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/starters/angular/basic/package-lock.json b/starters/angular/basic/package-lock.json index bcc950545..b6e075d5b 100644 --- a/starters/angular/basic/package-lock.json +++ b/starters/angular/basic/package-lock.json @@ -21,7 +21,7 @@ "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "zone.js": "~0.15.0" }, "devDependencies": { @@ -13667,15 +13667,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/validate-npm-package-license": { diff --git a/starters/angular/basic/package.json b/starters/angular/basic/package.json index 3753cd14c..efd5e404d 100644 --- a/starters/angular/basic/package.json +++ b/starters/angular/basic/package.json @@ -24,7 +24,7 @@ "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "zone.js": "~0.15.0" }, "devDependencies": {