From 3ab5d6d4d6c2548fb3cf704842375b6d637d296b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:51:54 +0000 Subject: [PATCH] Bump @actions/exec from 1.0.1 to 1.1.0 Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/core@1.1.0/packages/exec) --- updated-dependencies: - dependency-name: "@actions/exec" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8ecac4fe..2fec4c745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/artifact": "^0.5.1", "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.1", + "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0", "@actions/http-client": "^1.0.8", "@actions/io": "^1.1.0", @@ -81,8 +81,12 @@ "license": "MIT" }, "node_modules/@actions/exec": { - "version": "1.0.1", - "license": "MIT" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.0.tgz", + "integrity": "sha512-LImpN9AY0J1R1mEYJjVJfSZWU4zYOlEcwSTgPve1rFQqK5AwrEs6uWW5Rv70gbDIQIAUwI86z6B+9mPK4w9Sbg==", + "dependencies": { + "@actions/io": "^1.0.1" + } }, "node_modules/@actions/github": { "version": "4.0.0", @@ -5436,7 +5440,12 @@ "version": "1.2.6" }, "@actions/exec": { - "version": "1.0.1" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.0.tgz", + "integrity": "sha512-LImpN9AY0J1R1mEYJjVJfSZWU4zYOlEcwSTgPve1rFQqK5AwrEs6uWW5Rv70gbDIQIAUwI86z6B+9mPK4w9Sbg==", + "requires": { + "@actions/io": "^1.0.1" + } }, "@actions/github": { "version": "4.0.0", diff --git a/package.json b/package.json index 0837b3a45..8394a9271 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/artifact": "^0.5.1", "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.1", + "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0", "@actions/http-client": "^1.0.8", "@actions/io": "^1.1.0",