mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-26 07:45:09 +00:00
chore(deps): update dependency uuid to v10
This commit is contained in:
13
package-lock.json
generated
13
package-lock.json
generated
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user