From 3bdebfa649d2f2ea5ed0c42e2512cfee92fb8439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:55:52 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- Dockerfile | 2 +- dashboard/package.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02d3b3989..71f9aa350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17.9.1-alpine +FROM node:22.11.0-alpine WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/dashboard/package.json b/dashboard/package.json index 6223c87bc..0362afb01 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -20,7 +20,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@types/node": "17.0.41", + "@types/node": "22.10.0", "@types/react": "18.0.16", "eslint": "8.19.0", "eslint-config-next": "12.2.4", diff --git a/package.json b/package.json index 0cc864010..bd6788292 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "git+https://github.com/SudhanPlayz/Discord-MusicBot.git" }, "engines": { - "node": ">=16.x <=16.16" + "node": ">=16.x <=22.11" }, "keywords": [ "discord", @@ -77,7 +77,7 @@ "prettier": "2.6.2" }, "volta": { - "node": "16.15.1", + "node": "22.11.0", "yarn": "3.3.0" } }