Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Jul 10, 2024
1 parent b5b83ce commit 19ee9c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"redis": "^4.6.15",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"testcontainers": "^10.10.1",
"testcontainers": "^10.10.3",
"typeorm": "^0.3.20",
"uuid": "^10.0.0"
},
Expand Down 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": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -160,8 +160,8 @@
"prettier": "^3.3.2",
"rimraf": "^5.0.8",
"supertest": "^7.0.0",
"testcontainers": "^10.10.1",
"ts-jest": "^29.1.5",
"testcontainers": "^10.10.3",
"ts-jest": "^29.2.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"nock": "^13.5.4",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.3"
},
"dependencies": {
"nock": "^13.5.4",
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.3"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.4.0",
Expand Down

0 comments on commit 19ee9c5

Please sign in to comment.