From cf1dbf7a77adc7dfcc24eae6ce7fe090275dc77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 22:07:20 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.20 to 1.2.21 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.20 to 1.2.21. - [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.20...v1.2.21) --- 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 c24a4783..14835fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -632,9 +632,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.20", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.20.tgz", - "integrity": "sha512-GiTpQQDqOwr/pwr/TavXIKgls2JHYk7SS6e1KwhJg9wIZbbfeZmnBrY+iMGpBcMBmQR/07IOAoye4/yFLmPxKQ==", + "version": "1.2.21", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.21.tgz", + "integrity": "sha512-pcNipZLuWmLZhpyHg1nsNxS4diC0nMfs5601LZdu7ymq/XHab+SLm6QqzIFC2+fnFhibGXph3XDKq8NUVimSaw==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index f2c0621e..a58dab99 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.20", + "action-input-parser": "^1.2.21", "fs-extra": "^10.0.0", "js-yaml": "^4.1.0", "node-readfiles": "^0.2.0"