From 0108d57f28847f42f5e1911a6ffa4770903187f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:43:15 +0000 Subject: [PATCH] chore(deps): update npm to v11 --- 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 7bae410a..eb8d9db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ }, "engines": { "node": "22.x", - "npm": "10.9.x" + "npm": "11.0.x" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index cd5193e2..0994afe4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "postinstall": "husky install" }, "engines": { - "npm": "10.9.x", + "npm": "11.0.x", "node": "22.x" }, "nyc": {