Bump uuid from 11.0.2 to 11.0.3 (#34807)

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3.
- [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/v11.0.2...v11.0.3)

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

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-11-11 12:25:43 +01:00 committed by GitHub
parent 4fb6abfee2
commit 99cbba0e44
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.28.1",
"ts-node": "^10.9.2",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",

14
pnpm-lock.yaml generated
View File

@ -284,8 +284,8 @@ importers:
specifier: ^10.9.2
version: 10.9.2(@swc/core@1.7.36)(@types/node@22.9.0)(typescript@5.6.3)
uuid:
specifier: ^11.0.2
version: 11.0.2
specifier: ^11.0.3
version: 11.0.3
vite:
specifier: ^5.4.10
version: 5.4.10(@types/node@22.9.0)(lightningcss@1.28.1)(terser@5.36.0)
@ -471,8 +471,8 @@ importers:
specifier: ^1.5.3
version: 1.5.3
uuid:
specifier: ^11.0.2
version: 11.0.2
specifier: ^11.0.3
version: 11.0.3
devDependencies:
'@rollup/plugin-commonjs':
specifier: ^28.0.1
@ -4792,8 +4792,8 @@ packages:
util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
uuid@11.0.2:
resolution: {integrity: sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==}
uuid@11.0.3:
resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==}
hasBin: true
uuid@8.3.2:
@ -9760,7 +9760,7 @@ snapshots:
util-deprecate@1.0.2: {}
uuid@11.0.2: {}
uuid@11.0.3: {}
uuid@8.3.2: {}

View File

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