From 87c1b90704c2e58b865edc28b5588accd62a2286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 16:58:53 +0900 Subject: [PATCH] chore(deps): update npm to >=9.3.0 (#837) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 3498ec8..a79d670 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ }, "engines": { "node": ">=v16.19.0", - "npm": ">=9.2.0" + "npm": ">=9.3.0" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index b0c96ca..176aa80 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "engines": { "node": ">=v16.19.0", - "npm": ">=9.2.0" + "npm": ">=9.3.0" }, "scripts": { "postinstall": "npx husky install",