Bump uuid from 11.0.1 to 11.0.2 (#34420)
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.1 to 11.0.2. - [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.1...v11.0.2) --- 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:
parent
b47a8b3f05
commit
33d8aebaf5
3 changed files with 9 additions and 9 deletions
|
@ -117,7 +117,7 @@
|
|||
"ldap-server-mock": "^6.0.1",
|
||||
"lightningcss": "^1.27.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"uuid": "^11.0.1",
|
||||
"uuid": "^11.0.2",
|
||||
"vite": "^5.4.10",
|
||||
"vite-plugin-checker": "^0.8.0",
|
||||
"vite-plugin-dts": "^4.3.0",
|
||||
|
|
|
@ -284,8 +284,8 @@ importers:
|
|||
specifier: ^10.9.2
|
||||
version: 10.9.2(@swc/core@1.7.36)(@types/node@22.8.2)(typescript@5.6.3)
|
||||
uuid:
|
||||
specifier: ^11.0.1
|
||||
version: 11.0.1
|
||||
specifier: ^11.0.2
|
||||
version: 11.0.2
|
||||
vite:
|
||||
specifier: ^5.4.10
|
||||
version: 5.4.10(@types/node@22.8.2)(lightningcss@1.27.0)(terser@5.36.0)
|
||||
|
@ -471,8 +471,8 @@ importers:
|
|||
specifier: ^1.5.3
|
||||
version: 1.5.3
|
||||
uuid:
|
||||
specifier: ^11.0.1
|
||||
version: 11.0.1
|
||||
specifier: ^11.0.2
|
||||
version: 11.0.2
|
||||
devDependencies:
|
||||
'@rollup/plugin-commonjs':
|
||||
specifier: ^28.0.1
|
||||
|
@ -4786,8 +4786,8 @@ packages:
|
|||
util-deprecate@1.0.2:
|
||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||
|
||||
uuid@11.0.1:
|
||||
resolution: {integrity: sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==}
|
||||
uuid@11.0.2:
|
||||
resolution: {integrity: sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==}
|
||||
hasBin: true
|
||||
|
||||
uuid@8.3.2:
|
||||
|
@ -9752,7 +9752,7 @@ snapshots:
|
|||
|
||||
util-deprecate@1.0.2: {}
|
||||
|
||||
uuid@11.0.1: {}
|
||||
uuid@11.0.2: {}
|
||||
|
||||
uuid@8.3.2: {}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"rfc4648": "^1.5.3",
|
||||
"uuid": "^11.0.1"
|
||||
"uuid": "^11.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.1",
|
||||
|
|
Loading…
Reference in a new issue