diff --git a/package-lock.json b/package-lock.json index bbf446f..03b2914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hapi/boom": "9.1.4", "bcrypt": "^5.1.1", - "cliam": "^2.2.8", + "cliam": "^2.2.10", "compression": "1.7.4", "cors": "2.8.5", "dayjs": "^1.11.10", @@ -4025,9 +4025,9 @@ } }, "node_modules/cliam": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/cliam/-/cliam-2.2.8.tgz", - "integrity": "sha512-Pa/KYso3BGqwOL5P6wiNbD5Aa6cswPorsFgQkSX0V6FCMpGbeUTFYBM6Sc5MYZutpMGexnKrixG53Et6Ie1myg==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/cliam/-/cliam-2.2.10.tgz", + "integrity": "sha512-PeyHFtXKkDu4dSaVLue7qOfCGiLOse0UxUS9djeT1rPfW91HO2g0gaeyeayRAfCBzU3Agy/L4ixwPUgcs3vvCQ==", "dependencies": { "chalk": "^4.1.0", "color": "^4.2.3", diff --git a/package.json b/package.json index 7fa8a90..9965157 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "dependencies": { "@hapi/boom": "9.1.4", "bcrypt": "^5.1.1", - "cliam": "^2.2.8", + "cliam": "^2.2.10", "compression": "1.7.4", "cors": "2.8.5", "dayjs": "^1.11.10", diff --git a/src/api/config/datasource.config.ts b/src/api/config/datasource.config.ts index 39cb8e5..3fd84f8 100644 --- a/src/api/config/datasource.config.ts +++ b/src/api/config/datasource.config.ts @@ -28,8 +28,5 @@ export const dataSource = new DataSource({ ], synchronize: false, logging: false, - cache: false, - cli: { - migrationsDir: './dist/migrations' - } + cache: false }); \ No newline at end of file