Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 1751c3a commit e56e3ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine AS builder
FROM node:20.12.2-alpine AS builder
ENV NODE_ENV production
WORKDIR /app

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/react": "14.3.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "7.6.0",
Expand Down

0 comments on commit e56e3ec

Please sign in to comment.