Skip to content

Commit

Permalink
update packages and fix broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed May 22, 2024
1 parent f7c3c1d commit 7546ee1
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 270 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@img/sharp-linux-x64": "^0.33.3",
"@img/sharp-linux-x64": "^0.33.4",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
Expand All @@ -39,9 +39,9 @@
"@nestjs/websockets": "^10.3.8",
"@types/stream-throttle": "^0.1.4",
"async-g-i-s": "^1.5.2",
"axios": "^1.6.8",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^9.0.0",
"builder-pattern": "^2.2.0",
"chokidar": "^3.6.0",
"class-transformer": "^0.5.1",
Expand All @@ -50,24 +50,24 @@
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fastify": "^4.26.2",
"fastify": "^4.27.0",
"file-type-checker": "^1.0.9",
"helmet": "^7.1.0",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"morgan": "^1.10.0",
"nest-winston": "^1.9.4",
"nest-winston": "^1.10.0",
"nestjs-asyncapi": "^1.3.0",
"nestjs-paginate": "^8.6.2",
"node-7z": "^3.0.0",
"passport": "^0.7.0",
"passport-http": "^0.3.0",
"pg": "^8.11.5",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"sanitize-filename": "^1.6.3",
"sharp": "^0.33.3",
"sharp": "^0.33.4",
"socket.io": "^4.7.5",
"stream-throttle": "^0.1.3",
"string-similarity-js": "^2.1.4",
Expand All @@ -90,14 +90,14 @@
"@types/mime": "^3.0.4",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.8",
"@types/node": "^20.12.12",
"@types/node-7z": "^2.1.8",
"@types/passport-http": "^0.3.11",
"@types/pg": "^8.11.6",
"@types/string-similarity": "^4.0.2",
"@types/unidecode": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -107,7 +107,7 @@
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"simple-git-hooks": "^2.11.1",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 7546ee1

Please sign in to comment.