From 3b42e197512ca2b614cb007b34911eafe95c180c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:44:57 +0900 Subject: [PATCH] chore(deps): update npm to v9 (#811) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dc541a..d227dd4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "engines": { "node": ">=v16.19.0", - "npm": ">=8.19.3" + "npm": ">=9.2.0" }, "scripts": { "postinstall": "npx husky install",