From 3d691c7183520b45251b48888d5928056ce0a364 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jun 2020 07:46:28 +0000 Subject: [PATCH] fix: upgrade @actions/core from 1.2.0 to 1.2.4 Snyk has created this PR to upgrade @actions/core from 1.2.0 to 1.2.4. See this package in NPM: https://www.npmjs.com/package/@actions/core See this project in Snyk: https://app.snyk.io/org/foundation-secure/project/72c9ee6c-c904-492d-880a-35728449381e?utm_source=github&utm_medium=upgrade-pr --- 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 ae247d4a..8e1401fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.0.tgz", - "integrity": "sha512-ZKdyhlSlyz38S6YFfPnyNgCDZuAF2T0Qv5eHflNWytPS8Qjvz39bZFMry9Bb/dpSnqWcNeav5yM2CTYpJeY+Dw==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz", + "integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==" }, "@actions/exec": { "version": "1.0.1", diff --git a/package.json b/package.json index 66619c25..73eb784e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "stCarolas", "license": "MIT", "dependencies": { - "@actions/core": "^1.0.0", + "@actions/core": "^1.2.4", "@actions/github": "^1.0.0", "@actions/io": "^1.0.0", "@actions/tool-cache": "^1.0.0",