diff --git a/package-lock.json b/package-lock.json index 42e21bec..43d9f24f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,8 +32,8 @@ "vue-tsc": "3.1.0" }, "engines": { - "node": ">=22.11.0 <23.0.0", - "npm": ">=10.9.0" + "node": ">=24.11.0 <25.0.0", + "npm": ">=11.6.1" }, "peerDependencies": { "@vue/shared": "*" diff --git a/package.json b/package.json index 77dd30ef..6e4fa36a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": { "url": "https://github.com/jellyfin/jellyfin-vue/issues" }, - "packageManager": "npm@10.9.3", + "packageManager": "npm@11.6.1", "repository": { "type": "git", "url": "https://github.com/jellyfin/jellyfin-vue/" @@ -19,8 +19,8 @@ "packages/*" ], "engines": { - "node": ">=22.11.0 <23.0.0", - "npm": ">=10.9.0" + "node": ">=24.11.0 <25.0.0", + "npm": ">=11.6.1" }, "scripts": { "lint": "npm run lint -ws --include-workspace-root=false",