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 Mar 23, 2023
1 parent 9a81cfa commit 074dc9b
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 407 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.8.1
WORKDIR /app

COPY . .
Expand Down
10 changes: 5 additions & 5 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",
"@types/uuid": "9.0.1",
"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.7.0",
"typescript": "4.9.5"
},
"dependencies": {
"@sentry/node": "^7.0.0",
Expand Down
Loading

0 comments on commit 074dc9b

Please sign in to comment.