From 86b423bc1f92fa6ecd3814f0e4b85ad9c338ce4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 14:02:20 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.33 to 1.2.38 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.33 to 1.2.38. - [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.33...v1.2.38) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14dcbeb8..1f8d4514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-throttling": "^3.6.2", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.33", + "action-input-parser": "^1.2.38", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "node-readfiles": "0.2.0", @@ -774,9 +774,9 @@ } }, "node_modules/action-input-parser": { - "version": "1.2.33", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz", - "integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==", + "version": "1.2.38", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.38.tgz", + "integrity": "sha512-Csu3Dy+ywx3PlHI687jWnk2YrkVtteg3xjT7VrEWEJCOsaW+utz+AJiFmp6Chvw1izAb81scWZsjHZNiVxV6KA==", "dependencies": { "dotenv": "^8.6.0" } @@ -8551,9 +8551,9 @@ "requires": {} }, "action-input-parser": { - "version": "1.2.33", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz", - "integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==", + "version": "1.2.38", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.38.tgz", + "integrity": "sha512-Csu3Dy+ywx3PlHI687jWnk2YrkVtteg3xjT7VrEWEJCOsaW+utz+AJiFmp6Chvw1izAb81scWZsjHZNiVxV6KA==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index 4b8d62f9..a10b7bcd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-throttling": "^3.6.2", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.33", + "action-input-parser": "^1.2.38", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "node-readfiles": "0.2.0",