mirror of
https://github.com/appium/appium.git
synced 2026-02-21 18:59:08 -06:00
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:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user