Bump uuid from 10.0.0 to 11.0.1 (#34375)

Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.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/v10.0.0...v11.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-28 12:10:29 +01:00 committed by GitHub
parent 4984900bae
commit a888bf5eb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -117,7 +117,7 @@
"ldap-server-mock": "^6.0.1",
"lightningcss": "^1.27.0",
"ts-node": "^10.9.2",
"uuid": "^10.0.0",
"uuid": "^11.0.1",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",

View file

@ -281,8 +281,8 @@ importers:
specifier: ^10.9.2
version: 10.9.2(@swc/core@1.7.36)(@types/node@22.7.9)(typescript@5.6.3)
uuid:
specifier: ^10.0.0
version: 10.0.0
specifier: ^11.0.1
version: 11.0.1
vite:
specifier: ^5.4.10
version: 5.4.10(@types/node@22.7.9)(lightningcss@1.27.0)(terser@5.36.0)
@ -468,8 +468,8 @@ importers:
specifier: ^1.5.3
version: 1.5.3
uuid:
specifier: ^10.0.0
version: 10.0.0
specifier: ^11.0.1
version: 11.0.1
devDependencies:
'@rollup/plugin-commonjs':
specifier: ^28.0.1
@ -4650,8 +4650,8 @@ packages:
util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
uuid@10.0.0:
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
uuid@11.0.1:
resolution: {integrity: sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==}
hasBin: true
uuid@8.3.2:
@ -9475,7 +9475,7 @@ snapshots:
util-deprecate@1.0.2: {}
uuid@10.0.0: {}
uuid@11.0.1: {}
uuid@8.3.2: {}

View file

@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rfc4648": "^1.5.3",
"uuid": "^10.0.0"
"uuid": "^11.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",