From da64ed8dcd56781d8081d8028f2c0556a1c742d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:44:38 -0700 Subject: [PATCH] chore(deps): update dependency npm to v10 (#2765) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b841aac82..2fd37cf39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ }, "engines": { "node": ">=14.15.0", - "npm": "<10" + "npm": "<11" } }, "composition-js": { diff --git a/package.json b/package.json index b802471ba..f1263ff25 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "engines": { "node": ">=14.15.0", - "npm": "<10" + "npm": "<11" }, "workspaces": [ "internals-js", @@ -108,6 +108,6 @@ }, "volta": { "node": "18.18.0", - "npm": "9.8.1" + "npm": "10.1.0" } }