diff --git a/package-lock.json b/package-lock.json index a809660e..3cd6eef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -629,9 +629,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.18", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.18.tgz", - "integrity": "sha512-gLM9YbO/TqTuajhcVXzxtdNjsIL5ILyqNh/vEZefWVdowAwTZa7YfSz6KwH4bmKRhW+pFo4tbF1PqIt3JIhZRw==", + "version": "1.2.19", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.19.tgz", + "integrity": "sha512-iIXdDPelGWBpTg8GYlTMMSwaOd6SLx3tVwhOBqygLw6zJP0gFfWzOZOaGQ+H5gaypTxfh5OshrHVieqOzPxe0w==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index 4571abd1..ed86a1d4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.0.0", "@octokit/plugin-throttling": "^3.5.2", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.18", + "action-input-parser": "^1.2.19", "fs-extra": "^10.0.0", "js-yaml": "^4.1.0", "node-readfiles": "^0.2.0"