chore(deps): update npm to >=9.3.1 (#842)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-18 16:36:16 +09:00 committed by GitHub
parent 32e33dcd3a
commit 589f1617f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "actions-github-pages",
"version": "3.9.1",
"version": "3.9.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -41,7 +41,7 @@
},
"engines": {
"node": ">=v16.19.0",
"npm": ">=9.3.0"
"npm": ">=9.3.1"
}
},
"node_modules/@actions/core": {

View File

@ -5,7 +5,7 @@
"main": "lib/index.js",
"engines": {
"node": ">=v16.19.0",
"npm": ">=9.3.0"
"npm": ">=9.3.1"
},
"scripts": {
"postinstall": "npx husky install",