mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
chore(deps): update dependency uuid to v11 (#593)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f67e0358d1
commit
0b636f67cf
10
package-lock.json
generated
10
package-lock.json
generated
@ -35,7 +35,7 @@
|
||||
"shx": "0.3.4",
|
||||
"svg-sprite": "2.0.4",
|
||||
"svgtofont": "6.0.0",
|
||||
"uuid": "10.0.0",
|
||||
"uuid": "11.0.1",
|
||||
"webpack": "5.95.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-manifest-plugin": "5.0.0",
|
||||
@ -9733,9 +9733,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
||||
"version": "11.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
|
||||
"integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
@ -9743,7 +9743,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
"uuid": "dist/esm/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/vinyl": {
|
||||
|
@ -60,7 +60,7 @@
|
||||
"shx": "0.3.4",
|
||||
"svg-sprite": "2.0.4",
|
||||
"svgtofont": "6.0.0",
|
||||
"uuid": "10.0.0",
|
||||
"uuid": "11.0.1",
|
||||
"webpack": "5.95.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-manifest-plugin": "5.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user