Skip to content

Commit 40e82c0

Browse files
fix(): pin typeorm ^0.3.27
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | typeorm | 0.2.45 | 0.3.27 |
1 parent 9e86edd commit 40e82c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"module-alias": "^2.2.2",
6262
"pg": "^8.7.3",
6363
"reflect-metadata": "^0.1.13",
64-
"typeorm": "^0.2.45"
64+
"typeorm": "^0.3.27"
6565
},
6666
"devDependencies": {
6767
"@types/bcryptjs": "^2.4.2",

0 commit comments

Comments
 (0)