Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent d8fef62 commit f24d0de
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 140 deletions.
2 changes: 1 addition & 1 deletion front-end/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#base image

FROM node:20.18.0-alpine AS base
FROM node:20.18.2-alpine AS base


# Install dependencies only when needed
Expand Down
2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@types/gapi": "^0.0.47",
"@types/gapi.client.calendar-v3": "^0.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.16.12",
"@types/node": "^20.17.14",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.3",
"@types/react-big-calendar": "^1.8.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.12",
"@types/node": "^20.17.14",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@local/eslint-config": "workspace:*",
"@local/prettier-config": "workspace:*",
"@local/tsconfig": "workspace:*",
"@types/node": "^20.16.12",
"@types/node": "^20.17.14",
"@types/pg": "^8.11.10",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.2",
Expand Down
Loading

0 comments on commit f24d0de

Please sign in to comment.