mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency uuid to v7.0.3
This commit is contained in:
parent
25f51056f5
commit
634b5e83a2
2 changed files with 6 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
"semver": "7.1.3",
|
||||
"simple-dom": "0.3.2",
|
||||
"simple-html-tokenizer": "0.5.9",
|
||||
"uuid": "7.0.2",
|
||||
"uuid": "7.0.3",
|
||||
"validator": "6.3.0",
|
||||
"xml": "1.0.1"
|
||||
},
|
||||
|
|
|
@ -9383,6 +9383,11 @@ uuid@7.0.2:
|
|||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
|
||||
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==
|
||||
|
||||
uuid@7.0.3:
|
||||
version "7.0.3"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
|
||||
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
|
||||
|
||||
uuid@^3.0.0, uuid@^3.2.1, uuid@^3.3.2, uuid@^3.3.3:
|
||||
version "3.3.3"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
|
||||
|
|
Loading…
Add table
Reference in a new issue