From 1ec3cb197d40fef1b2748b5bd78b625df612da25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 22:05:44 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.31 to 1.2.32 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.31 to 1.2.32. - [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.31...v1.2.32) --- 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 1df507fb..8b8c5f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -663,9 +663,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.31", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.31.tgz", - "integrity": "sha512-x/5YHPXirEU0tRbosp64LnXru1woxp9R/HtmqDUdiH/J6yZz58WyZ6tuUY80+9MjHKq30bdqzVBvxVblb0F09w==", + "version": "1.2.32", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.32.tgz", + "integrity": "sha512-OT4xX0NT37dlxdqQm1XaHXBS53DsUZ9cav5mE7MTBjMQJl0zoeeb2hfrZcoX5Ukgfxv9cP/BSqY5iXuuL77QIQ==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index c005076f..8ad968f1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.0.1", "@octokit/plugin-throttling": "^3.6.2", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.31", + "action-input-parser": "^1.2.32", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "node-readfiles": "^0.2.0"