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] authored Feb 14, 2023
1 parent 9a81cfa commit d68b554
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 163 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.6.0
WORKDIR /app

COPY . .
Expand Down
8 changes: 4 additions & 4 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.17",
"@types/jest": "29.4.0",
"@types/pg": "8.6.6",
"@types/supertest": "2.0.12",
"@types/uuid": "9.0.0",
"jest": "29.4.1",
"ts-jest": "29.0.4",
"ts-jest": "29.0.5",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "4.1.2",
"tsup": "6.5.0",
"typescript": "4.9.4"
"tsup": "6.6.3",
"typescript": "4.9.5"
},
"dependencies": {
"@sentry/node": "^7.0.0",
Expand Down
Loading

0 comments on commit d68b554

Please sign in to comment.