From 6c8719badb3200d1229d056bbc1eb93751e0c323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:16:59 +0000 Subject: [PATCH] chore(deps): update npm to >=8.19.3 (#815) 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 be06b53..57bc527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ }, "engines": { "node": ">=v16.19.0", - "npm": ">=8.19.0" + "npm": ">=8.19.3" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index f687cd6..a027d10 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "engines": { "node": ">=v16.19.0", - "npm": ">=8.19.0" + "npm": ">=8.19.3" }, "scripts": { "postinstall": "npx husky install",