Skip to content

Commit

Permalink
chore(deps): update node.js to v20.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 7b82d34 commit 6be4931
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node runtime as a parent image
FROM node:20.2.0-alpine
FROM node:20.11.1-alpine

# Set the working directory to /app
WORKDIR /app
Expand Down
16 changes: 12 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 @@ -33,7 +33,7 @@
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"@types/node": "^20.0.0",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^9.0.1",
"@vitest/coverage-c8": "^0.29.8",
Expand Down

0 comments on commit 6be4931

Please sign in to comment.