From 5309d10feb815a833f0a983f18eaf6efc60ff94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 07:43:27 +0000 Subject: [PATCH] chore(deps): bump @actions/core from 1.2.6 to 1.2.7 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78b6910..4070836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.2.7", "@azure/identity": "^1.2.5", "@azure/storage-blob": "^12.5.0", "glob": "^7.1.6", @@ -28,8 +28,9 @@ } }, "node_modules/@actions/core": { - "version": "1.2.6", - "license": "MIT" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz", + "integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==" }, "node_modules/@azure/abort-controller": { "version": "1.0.4", @@ -10870,7 +10871,9 @@ }, "dependencies": { "@actions/core": { - "version": "1.2.6" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz", + "integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==" }, "@azure/abort-controller": { "version": "1.0.4", diff --git a/package.json b/package.json index 131b6cd..f1dba9d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.2.7", "@azure/identity": "^1.2.5", "@azure/storage-blob": "^12.5.0", "glob": "^7.1.6",