From 6eb57eb39d39489666481c1fac9773192dc0e0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:28:28 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 9.0.1 in /LearningHub.Nhs.WebUI Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. - [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.0...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- LearningHub.Nhs.WebUI/package-lock.json | 13 +++++++++---- LearningHub.Nhs.WebUI/package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/LearningHub.Nhs.WebUI/package-lock.json b/LearningHub.Nhs.WebUI/package-lock.json index 17125bf85..d7d5fb0c2 100644 --- a/LearningHub.Nhs.WebUI/package-lock.json +++ b/LearningHub.Nhs.WebUI/package-lock.json @@ -29,7 +29,7 @@ "save": "^2.9.0", "ts-debounce": "2.3.0", "tus-js-client": "^2.3.2", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "vue": "2.7.14", "vue-carousel": "^0.18.0", "vue-carousel-3d": "^1.0.1", @@ -19026,9 +19026,14 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } diff --git a/LearningHub.Nhs.WebUI/package.json b/LearningHub.Nhs.WebUI/package.json index 1759001f8..8583a72fd 100644 --- a/LearningHub.Nhs.WebUI/package.json +++ b/LearningHub.Nhs.WebUI/package.json @@ -41,7 +41,7 @@ "save": "^2.9.0", "ts-debounce": "2.3.0", "tus-js-client": "^2.3.2", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "vue": "2.7.14", "vue-carousel": "^0.18.0", "vue-carousel-3d": "^1.0.1",