Skip to content

Commit

Permalink
chore(deps): update node.js to v20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 6cc9bf8 commit 88029b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 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.8.1-bullseye-slim as base
FROM node:20.9.0-bullseye-slim as base
RUN mkdir -p /home/papergirl && chown www-data:www-data /home/papergirl
USER www-data
WORKDIR /home/papergirl
Expand Down
16 changes: 4 additions & 12 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 @@ -55,7 +55,7 @@
"@types/express": "4.17.20",
"@types/jest": "29.5.7",
"@types/js-yaml": "4.0.8",
"@types/node": "18.18.8",
"@types/node": "20.8.10",
"@types/supertest": "2.0.15",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
Expand Down

0 comments on commit 88029b9

Please sign in to comment.