Skip to content

Commit

Permalink
chore(deps): update node.js to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent a420886 commit cd15c31
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 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.5-alpine
FROM node:20.17-alpine
COPY app/dist /opt/app/
WORKDIR /opt/app/

Expand Down
36 changes: 27 additions & 9 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/async-lock": "1.4.0",
"@types/jest": "29.5.3",
"@types/node": "20.5.1",
"@types/node": "20.16.10",
"@types/node-cron": "3.0.8",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
Expand Down

0 comments on commit cd15c31

Please sign in to comment.