fix(support): update dependency uuid to v11.0.2 (#20708)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-29 12:53:34 +02:00
committed by GitHub
parent f243787481
commit 905f84faf5
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -19989,7 +19989,7 @@
"supports-color": "8.1.1",
"teen_process": "2.2.0",
"type-fest": "4.26.1",
"uuid": "11.0.1",
"uuid": "11.0.2",
"which": "4.0.0",
"yauzl": "3.1.3"
},
@@ -20179,9 +20179,9 @@
}
},
"packages/support/node_modules/uuid": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
"integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
@@ -20906,7 +20906,7 @@
"supports-color": "8.1.1",
"teen_process": "2.2.0",
"type-fest": "4.26.1",
"uuid": "11.0.1",
"uuid": "11.0.2",
"which": "4.0.0",
"yauzl": "3.1.3"
},
@@ -21032,9 +21032,9 @@
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg=="
},
"uuid": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
"integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ=="
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ=="
},
"which": {
"version": "4.0.0",

View File

@@ -90,7 +90,7 @@
"supports-color": "8.1.1",
"teen_process": "2.2.0",
"type-fest": "4.26.1",
"uuid": "11.0.1",
"uuid": "11.0.2",
"which": "4.0.0",
"yauzl": "3.1.3"
},