From 4ade9a523fc574c446e0cb20ccde41a11c7d42f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:23:33 +0000 Subject: [PATCH] Bump @actions/core from 1.9.0 to 1.9.1 (#1132) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. - [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) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com> --- package-lock.json | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00f3acfed..ec6248340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.17.3", "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.8.2", + "@actions/core": "^1.9.1", "@actions/github": "^4.0.0", "@npcz/magic": "^1.3.12", "@octokit/core": "^3.5.1", @@ -78,10 +78,12 @@ } }, "node_modules/@actions/core": { - "version": "1.9.0", - "license": "MIT", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz", + "integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==", "dependencies": { - "@actions/http-client": "^2.0.1" + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" } }, "node_modules/@actions/github": { @@ -7617,9 +7619,12 @@ }, "dependencies": { "@actions/core": { - "version": "1.9.0", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz", + "integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==", "requires": { - "@actions/http-client": "^2.0.1" + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" } }, "@actions/github": { diff --git a/package.json b/package.json index 993752f68..c4536cba2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "colors": "1.4.0" }, "dependencies": { - "@actions/core": "^1.8.2", + "@actions/core": "^1.9.1", "@actions/github": "^4.0.0", "@npcz/magic": "^1.3.12", "@octokit/core": "^3.5.1",