fix(typeorm): update typeorm to latest 0.2.x for secpatch

This commit is contained in:
Amruth Pillai 2022-04-30 13:01:45 +02:00
parent 87d381fe8e
commit 5bdb92b1cf
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ importers:
ts-loader: ^9.2.9
ts-node: ^10.7.0
tsconfig-paths: ^3.14.1
typeorm: '0.2'
typeorm: 0.2.45
typescript: ^4.6.4
uuid: ^8.3.2
webpack: ^5.72.0

View File

@ -47,7 +47,7 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
"typeorm": "0.2",
"typeorm": "0.2.45",
"uuid": "^8.3.2"
},
"devDependencies": {