Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Oct 25, 2024
1 parent e59641e commit c3ff291
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 210 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/common": "^10.4.5",
"@nestjs/core": "^10.4.5",
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/platform-socket.io": "^10.4.5",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/platform-socket.io": "^10.4.6",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^7.4.2",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.4.5",
"@nestjs/websockets": "^10.4.6",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.0.0",
"builder-pattern": "^2.2.0",
Expand All @@ -53,16 +53,16 @@
"morgan": "^1.10.0",
"nest-winston": "^1.10.0",
"nestjs-asyncapi": "^1.3.0",
"nestjs-paginate": "^9.1.2",
"nestjs-paginate": "^9.3.0",
"node-7z": "^3.0.0",
"passport": "^0.7.0",
"passport-http": "^0.3.0",
"pg": "^8.13.0",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"sanitize-filename": "^1.6.3",
"socket.io": "^4.8.0",
"socket.io": "^4.8.1",
"stream-throttle": "^0.1.3",
"string-similarity-js": "^2.1.4",
"ts-igdb-client": "^0.4.2",
Expand All @@ -81,17 +81,17 @@
"@eslint/js": "^9.13.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.2",
"@nestjs/testing": "^10.4.5",
"@nestjs/testing": "^10.4.6",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/mime": "^3.0.4",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.12",
"@types/node": "^22.7.8",
"@types/node": "^22.7.9",
"@types/node-7z": "^2.1.10",
"@types/passport-http": "^0.3.11",
"@types/pg": "^8.11.10",
Expand Down Expand Up @@ -120,7 +120,10 @@
"json",
"ts"
],
"roots": ["src", ".local/plugins"],
"roots": [
"src",
".local/plugins"
],
"setupFiles": [
"./src/testing/setup-jest.ts"
],
Expand Down
Loading

0 comments on commit c3ff291

Please sign in to comment.