From 5bd0109433a8072f76a704b3456641902f88f208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:42:54 +0000 Subject: [PATCH] Bump actions-exec-listener from 0.0.1 to 0.0.2 Bumps [actions-exec-listener](https://github.com/satackey/actions-exec-listener) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/satackey/actions-exec-listener/releases) - [Commits](https://github.com/satackey/actions-exec-listener/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98c4797b..f845a61c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@actions/cache": "^1.0.1", "@actions/core": "^1.2.4", - "actions-exec-listener": "^0.0.1", + "actions-exec-listener": "^0.0.2", "crypto": "^1.0.1", "string-format": "^2.0.0", "typescript-is": "^0.16.3" diff --git a/yarn.lock b/yarn.lock index 8cf6426b..0d6e7a98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -215,10 +215,10 @@ abort-controller@^3.0.0: dependencies: event-target-shim "^5.0.0" -actions-exec-listener@^0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/actions-exec-listener/-/actions-exec-listener-0.0.1.tgz#480e0ca41b34b19e3a29598691134724aeb9b1c1" - integrity sha512-cpRoiZ3Fs+VarnnbSQJRdkqirQTGzY8dcFOOny8iSzkqg+BZGZzUxN4Af57HjcIo2QdaFn5jljEGeQ84+7a6JQ== +actions-exec-listener@^0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/actions-exec-listener/-/actions-exec-listener-0.0.2.tgz#432de329a6dd0e3e9154ba7cadd1ce16fb00bc0c" + integrity sha512-Z3CFR2PYYuV8lRy744QxYu6hCIlf7AUcQzRR2FhIH/r0S2QVAyExex2mPZirThY4+wSmIN/xfC0J55hd2pHpzg== dependencies: "@actions/exec" "^1.0.3"