chore: downgrade sqlite3

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2024-01-11 14:29:17 +05:30
parent e718b94296
commit 12fd7acb6a

View File

@@ -30,7 +30,9 @@
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"express": "^4.17.3",
"nocodb": "0.202.10",
"nocodb": "0.202.10"
},
"overrides": {
"sqlite3": "5.1.6"
}
}