From 77b0508c294766cf85bc84a78c12960a7934e586 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Tue, 16 Jan 2024 13:14:00 +0000 Subject: [PATCH] chore: Update npm and node engines versions Signed-off-by: nextcloud-command Signed-off-by: Richard Steinmetz --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28cff761..32bab868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 10128f02..6b577957 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ ], "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "devDependencies": { "@babel/core": "^7.16.0",