From e62f3bdc2a95728b38265e783c269d3d86c45920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 22:07:24 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.6 to 1.2.7 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/BetaHuhn/action-input-parser/releases) - [Changelog](https://github.com/BetaHuhn/action-input-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.6...v1.2.7) --- updated-dependencies: - dependency-name: action-input-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1767911c..03800efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -596,9 +596,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.6.tgz", - "integrity": "sha512-hKQuwgYSLOgo7QhtyyfpYModIU+9skB91wEUXjfXL9F7yUfCd5E0USjIr4c413msT5FzjVSbwFVCEgF0cQ4tbA==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.7.tgz", + "integrity": "sha512-yk0Lljy5nSstKszv+sCrTM9wIEeMjPkzJMbD5pCtVhBhfXExaN2bH43BOzu2MkZ4tpxIGLquuOl9MVzj0uJOmw==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index bd6691ce..944bc6a1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.0.0", "@octokit/plugin-throttling": "^3.5.1", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.6", + "action-input-parser": "^1.2.7", "fs-extra": "^10.0.0", "js-yaml": "^4.1.0" },