From 1e2c9791e9bc27577c5f55157a1dda645d654f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 22:11:09 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.22 to 1.2.23 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.22 to 1.2.23. - [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.22...v1.2.23) --- 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 c69ad3cf..b44ba034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -655,9 +655,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.22", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.22.tgz", - "integrity": "sha512-r+NaSctC1CAX8ICwJJdGaUF7s+jCMjL3Ar5VnNYA/qRFzFhFPee0gXAYR5dz42UxCFu15bmpRRwyX1imBVO4Cw==", + "version": "1.2.23", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.23.tgz", + "integrity": "sha512-3GvQP4/cVMFnP2RWqQlD4joUxX3wVdxWSAfL/GNvM76xyDqIYnqLz3clAz4pyTPZJESXx1KaSF/WOYWjFpHmNw==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index 81e598b4..b16cfdb3 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.22", + "action-input-parser": "^1.2.23", "fs-extra": "^10.0.0", "js-yaml": "^4.1.0", "node-readfiles": "^0.2.0"