chore(deps): bump uuid from 12.0.0 to 13.0.0 in /client

Bumps [uuid](https://github.com/uuidjs/uuid) from 12.0.0 to 13.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/v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-08 21:18:19 +00:00
committed by GitHub
parent 6978d00c46
commit 758670ffbd
2 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
"react-i18next": "^15.7.3",
"react-router-dom": "^7.8.2",
"sass-embedded": "^1.92.1",
"uuid": "^12.0.0",
"uuid": "^13.0.0",
"vite": "^7.1.5",
"vite-plugin-pwa": "^1.0.3"
},
@@ -6183,15 +6183,15 @@
}
},
"node_modules/uuid": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz",
"integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/bin/uuid"
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/varint": {
@@ -10334,9 +10334,9 @@
}
},
"uuid": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz",
"integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA=="
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w=="
},
"varint": {
"version": "6.0.0",

View File

@@ -24,7 +24,7 @@
"react-i18next": "^15.7.3",
"react-router-dom": "^7.8.2",
"sass-embedded": "^1.92.1",
"uuid": "^12.0.0",
"uuid": "^13.0.0",
"vite": "^7.1.5",
"vite-plugin-pwa": "^1.0.3"
},