Skip to content

Commit

Permalink
chore(services): Auto-update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 22, 2023
1 parent 8a757a6 commit 9cd4b86
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 563 deletions.
38 changes: 19 additions & 19 deletions services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"@elastic/elasticsearch": "^8.9.0",
"@mean-stream/nestx": "^0.10.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.2.5",
"@nestjs/core": "^10.2.5",
"@nestjs/common": "^10.2.6",
"@nestjs/core": "^10.2.6",
"@nestjs/elasticsearch": "^10.0.1",
"@nestjs/event-emitter": "^2.0.2",
"@nestjs/jwt": "^10.1.1",
"@nestjs/microservices": "^10.2.5",
"@nestjs/microservices": "^10.2.6",
"@nestjs/mongoose": "^10.0.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.5",
"@nestjs/schedule": "^3.0.3",
"@nestjs/swagger": "^7.1.11",
"@nestjs/websockets": "^10.2.5",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/schedule": "^3.0.4",
"@nestjs/swagger": "^7.1.12",
"@nestjs/websockets": "^10.2.6",
"@ntegral/nestjs-sentry": "^4.0.0",
"@sentry/node": "^7.68.0",
"@sentry/node": "^7.70.0",
"@types/dockerode": "^3.3.19",
"@types/passport-jwt": "^3.0.9",
"axios": "^1.5.0",
Expand All @@ -49,10 +49,10 @@
"express": "^4.18.2",
"glob-to-regexp": "^0.4.1",
"jsdom": "^22.1.0",
"mongoose": "^7.5.1",
"mongoose": "^7.5.2",
"multer": "1.4.5-lts.1",
"nats": "^2.16.0",
"openai": "^4.6.0",
"nats": "^2.17.0",
"openai": "^4.10.0",
"openapi-merge": "^1.3.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
Expand All @@ -66,21 +66,21 @@
"unzipper": "^0.10.14"
},
"devDependencies": {
"@nestjs/cli": "^10.1.17",
"@nestjs/cli": "^10.1.18",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.5",
"@nestjs/testing": "^10.2.6",
"@types/chownr": "^1.0.1",
"@types/cron": "^2.4.0",
"@types/express": "^4.17.17",
"@types/glob-to-regexp": "^0.4.1",
"@types/jest": "^29.5.4",
"@types/jsdom": "^21.1.2",
"@types/glob-to-regexp": "^0.4.2",
"@types/jest": "^29.5.5",
"@types/jsdom": "^21.1.3",
"@types/multer": "^1.4.7",
"@types/node": "^20.6.0",
"@types/node": "^20.6.3",
"@types/supertest": "^2.0.12",
"@types/unzipper": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
Loading

0 comments on commit 9cd4b86

Please sign in to comment.