From ba48f8abf7eeff35d91446de69d1483f514cd9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 00:41:37 +0000 Subject: [PATCH] :arrow_up: Bump action-input-parser from 1.2.10 to 1.2.11 Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.10 to 1.2.11. - [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.10...v1.2.11) --- 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 2f76031e..e5187999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -478,9 +478,9 @@ "dev": true }, "action-input-parser": { - "version": "1.2.10", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.10.tgz", - "integrity": "sha512-EFpV3mbaohx0kr8wFV9IQbnSgz86erUQ5XtYWceDrLMaABZtPWtJB1+fKxc6p1b5TfAk8fiI3gSPCseQC5UKBQ==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.11.tgz", + "integrity": "sha512-dccGFnzz9062r8v/kXt7uU/2Qe+EZHRXOj7c8+zU9sySaQkVfzHeBFxG8GA1I++S9AX7/3SjBJYbRScPLSFRbw==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index 8162b30c..e85e8ad7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/betahuhn/do-spaces-action#readme", "dependencies": { "@actions/core": "^1.4.0", - "action-input-parser": "^1.2.10", + "action-input-parser": "^1.2.11", "aws-sdk": "^2.959.0", "mime-types": "^2.1.32" },