Skip to content
Snippets Groups Projects
Commit b0f4e83a authored by michael.minelli's avatar michael.minelli
Browse files

Package => Add UUID

parent eb9ac2c9
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
"multer": "^1.4.5-lts.1", "multer": "^1.4.5-lts.1",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"node": "^20.2.0", "node": "^20.2.0",
"uuid": "^9.0.0",
"winston": "^3.8.2" "winston": "^3.8.2"
}, },
"devDependencies": { "devDependencies": {
...@@ -33,6 +34,7 @@ ...@@ -33,6 +34,7 @@
"@types/morgan": "^1.9.4", "@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7", "@types/multer": "^1.4.7",
"@types/node": "^20.2.4", "@types/node": "^20.2.4",
"@types/uuid": "^9.0.2",
"nodemon": "^2.0.22", "nodemon": "^2.0.22",
"npm": "^9.6.7", "npm": "^9.6.7",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
...@@ -252,6 +254,12 @@ ...@@ -252,6 +254,12 @@
"resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.2.tgz", "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.2.tgz",
"integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g=="
}, },
"node_modules/@types/uuid": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz",
"integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==",
"dev": true
},
"node_modules/abbrev": { "node_modules/abbrev": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
...@@ -5414,6 +5422,14 @@ ...@@ -5414,6 +5422,14 @@
"node": ">= 0.4.0" "node": ">= 0.4.0"
} }
}, },
"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==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/v8-compile-cache-lib": { "node_modules/v8-compile-cache-lib": {
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
......
...@@ -26,8 +26,9 @@ ...@@ -26,8 +26,9 @@
"morgan" : "^1.10.0", "morgan" : "^1.10.0",
"multer" : "^1.4.5-lts.1", "multer" : "^1.4.5-lts.1",
"mysql" : "^2.18.1", "mysql" : "^2.18.1",
"winston" : "^3.8.2", "node" : "^20.2.0",
"node" : "^20.2.0" "uuid" : "^9.0.0",
"winston" : "^3.8.2"
}, },
"devDependencies": { "devDependencies": {
"@types/bcryptjs" : "^2.4.2", "@types/bcryptjs" : "^2.4.2",
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
"@types/morgan" : "^1.9.4", "@types/morgan" : "^1.9.4",
"@types/multer" : "^1.4.7", "@types/multer" : "^1.4.7",
"@types/node" : "^20.2.4", "@types/node" : "^20.2.4",
"@types/uuid" : "^9.0.2",
"nodemon" : "^2.0.22", "nodemon" : "^2.0.22",
"ts-node" : "^10.9.1", "ts-node" : "^10.9.1",
"typescript" : "^5.0.4", "typescript" : "^5.0.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment