Skip to content

Commit

Permalink
Update Node.js to v18.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent f5906a7 commit 31de210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14.1-alpine
FROM node:18.20.4-alpine
WORKDIR /app
RUN apk update && apk upgrade && \
apk add --no-cache bash git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ethers": "5.7.2"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/node": "18.19.42",
"ts-node": "10.8.1",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
Expand Down

0 comments on commit 31de210

Please sign in to comment.