chore(deps): update dependency uuid to v10

This commit is contained in:
renovate[bot]
2024-10-17 12:11:16 +00:00
committed by GitHub
parent 7d8383b737
commit 7c35b5b07f
2 changed files with 10 additions and 5 deletions

13
package-lock.json generated
View File

@@ -62,7 +62,7 @@
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"uuid": "9.0.0",
"uuid": "10.0.0",
"yargs": "17.7.2"
}
},
@@ -17395,10 +17395,15 @@
}
},
"node_modules/uuid": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}