From 21513cf4223c0fb43cbc7c6605a4a751e2bb3283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:35:15 +0000 Subject: [PATCH] build(deps): bump uuid from 14.0.0 to 14.0.1 in /src/static/client Bumps [uuid](https://github.com/uuidjs/uuid) from 14.0.0 to 14.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/v14.0.0...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/static/client/package-lock.json | 12 ++++++------ src/static/client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/static/client/package-lock.json b/src/static/client/package-lock.json index 253398bb..828486ea 100644 --- a/src/static/client/package-lock.json +++ b/src/static/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "client", - "version": "v1.0", + "version": "v1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "client", - "version": "v1.0", + "version": "v1.0.1", "dependencies": { "axios": "^1.18.0", "bootstrap": "^5.3.8", @@ -15,7 +15,7 @@ "oidc-client-ts": "^3.5.0", "pinia": "^3.0.4", "qrcode": "^1.5.4", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "vue": "^3.5.35", "vue-router": "^5.1.0" }, @@ -2971,9 +2971,9 @@ } }, "node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/src/static/client/package.json b/src/static/client/package.json index ce9413b5..9bd31da7 100644 --- a/src/static/client/package.json +++ b/src/static/client/package.json @@ -16,7 +16,7 @@ "oidc-client-ts": "^3.5.0", "pinia": "^3.0.4", "qrcode": "^1.5.4", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "vue": "^3.5.35", "vue-router": "^5.1.0" },