Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.2 (#1288)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent af7a6aa commit 61924b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
20.18.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0
FROM node:20.18.1
WORKDIR /app

# Install FFMPEG
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MagiBot - a Discord bot to build communities",
"main": "dist/index.js",
"engines": {
"node": "20.18.1"
"node": "20.18.2"
},
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/centra": "2.2.3",
"@types/ffprobe": "1.1.8",
"@types/node": "20.17.6",
"@types/node": "20.17.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down

0 comments on commit 61924b2

Please sign in to comment.