Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Nov 13, 2024
1 parent 7bc6f1c commit 4c49773
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"@types/pug": "^2.0.10",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"directory": "../../dist/aws-sqs"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.687.0",
"@aws-sdk/client-sqs": "^3.689.0",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.687.0"
"@aws-sdk/client-sqs": "^3.689.0"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"directory": "../../dist/elk"
},
"peerDependencies": {
"@elastic/elasticsearch": "^8.15.0",
"@elastic/elasticsearch": "^8.15.2",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@elastic/elasticsearch": "^8.15.0",
"@elastic/elasticsearch": "^8.15.2",
"@tresdoce-nestjs-toolkit/utils": "^1.2.5"
},
"devDependencies": {
Expand Down

0 comments on commit 4c49773

Please sign in to comment.