Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 9a81cfa commit 765e37b
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 510 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19.4.0
FROM node:19.9.0
WORKDIR /app

COPY . .
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"test": "jest"
},
"devDependencies": {
"@types/express": "4.17.15",
"@types/express": "4.17.21",
"@types/jest": "29.4.0",
"@types/pg": "8.6.6",
"@types/supertest": "2.0.12",
"@types/uuid": "9.0.0",
"@types/pg": "8.11.5",
"@types/supertest": "2.0.16",
"@types/uuid": "9.0.8",
"jest": "29.4.1",
"ts-jest": "29.0.4",
"ts-jest": "29.1.2",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "4.1.2",
"tsup": "6.5.0",
"typescript": "4.9.4"
"tsconfig-paths": "4.2.0",
"tsup": "6.7.0",
"typescript": "4.9.5"
},
"dependencies": {
"@sentry/node": "^7.0.0",
Expand All @@ -32,7 +32,7 @@
"ioredis": "^5.0.6",
"knex": "^2.0.0",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.0",
"supertest": "^6.2.3",
"tsyringe": "^4.7.0",
"uuid": "^9.0.0"
Expand Down
Loading

0 comments on commit 765e37b

Please sign in to comment.