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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-13 20:35:15 +00:00
committed by GitHub
parent 56ac97b15c
commit 21513cf422
2 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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"
},