Skip to content

Commit

Permalink
chore: update dependency node to v20.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 6150761 commit e0cd68e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.13.1
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile:1.6
FROM node:20.9.0-alpine AS base
FROM node:20.13.0-alpine AS base

# DEPS
FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion docker/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 docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sideEffects": false,
"type": "module",
"engines": {
"node": "20.9.0"
"node": "20.13.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@andipaetzold/realtime-common": "^0.0.3",
"@socket.io/admin-ui": "^0.5.1",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"body-parser": "^1.0.0",
"cors": "^2.0.0",
"express": "^4.0.0",
Expand Down

0 comments on commit e0cd68e

Please sign in to comment.