Merge pull request #1191 from gnmyt/dependabot/npm_and_yarn/client/uuid-13.0.0

chore(deps): bump uuid from 12.0.0 to 13.0.0 in /client
This commit is contained in:
github-actions[bot]
2025-09-08 21:18:32 +00:00
committed by GitHub
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"
},