diff --git a/package-lock.json b/package-lock.json index ef0b7a3..9539f5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8566,9 +8566,9 @@ } }, "typeorm": { - "version": "0.2.41", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.41.tgz", - "integrity": "sha512-/d8CLJJxKPgsnrZWiMyPI0rz2MFZnBQrnQ5XP3Vu3mswv2WPexb58QM6BEtmRmlTMYN5KFWUz8SKluze+wS9xw==", + "version": "0.2.44", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.44.tgz", + "integrity": "sha512-yFyb9Ts73vGaS/O06TvLpzvT5U/ngO31GeciNc0eoH7P1QcG8kVZdOy9FHJqkTeDmIljMRgWjbYUoMw53ZY7Xw==", "requires": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", @@ -8583,6 +8583,7 @@ "reflect-metadata": "^0.1.13", "sha.js": "^2.4.11", "tslib": "^2.1.0", + "uuid": "^8.3.2", "xml2js": "^0.4.23", "yargs": "^17.0.1", "zen-observable-ts": "^1.0.0" @@ -8610,6 +8611,11 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" } } }, diff --git a/package.json b/package.json index 48f8641..56a3cd8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "pg": "~8.7.3", "reflect-metadata": "~0.1.13", "response-time": "~2.3.2", - "typeorm": "~0.2.41", + "typeorm": "~0.2.44", "winston": "~3.5.1" }, "devDependencies": {