From e7b3f5a1d7bada706b033ca7fab91029a4d9530d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 22:06:58 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.28 to 1.2.29 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.28 to 1.2.29. - [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.28...v1.2.29) --- 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 ae09fcb5..59fe2f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -655,9 +655,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.28", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.28.tgz", - "integrity": "sha512-PwFixrGLsSfLyvnqx0kQ/7jO6PoVN5KAI0lLnVta6XT4OaeWbU4oIiTN0HBqGmvsCHY0Ep0FhpMHoXfAK/lPGw==", + "version": "1.2.29", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.29.tgz", + "integrity": "sha512-O9y2TaYtyrmHJ/A3n7rC0m4ucQtkeSi6OmSpXqIBLcOU8ySd0OpKq3ar6JZyI7cowY4z1yF+1cn4VNCk6ix+Aw==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index b893e597..50bd144a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.0.0", "@octokit/plugin-throttling": "^3.6.1", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.28", + "action-input-parser": "^1.2.29", "fs-extra": "^10.0.1", "js-yaml": "^4.1.0", "node-readfiles": "^0.2.0"