From b277ff0fd31081b9e9c960e60d220aadeb2e3c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:25:56 +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 07c6dc8f..eb02b447 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 0bb37252..f1169580 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": {