From e20da7da16495bb2dc932e848d75380473e9d881 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 03:01:48 +0000 Subject: [PATCH] fix: upgrade @actions/core from 1.2.4 to 1.2.6 Snyk has created this PR to upgrade @actions/core from 1.2.4 to 1.2.6. See this package in npm: https://www.npmjs.com/package/@actions/core See this project in Snyk: https://app.snyk.io/org/orex/project/ea6c5413-20e5-40f4-b374-bd14decb6cd8?utm_source=github&utm_medium=upgrade-pr --- comment-pr/package-lock.json | 6 +++--- comment-pr/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/comment-pr/package-lock.json b/comment-pr/package-lock.json index 61d4a17..09dd1be 100644 --- a/comment-pr/package-lock.json +++ b/comment-pr/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz", - "integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", + "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" }, "@actions/github": { "version": "4.0.0", diff --git a/comment-pr/package.json b/comment-pr/package.json index 563afce..a6c1f16 100644 --- a/comment-pr/package.json +++ b/comment-pr/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "@actions/core": "^1.2.4", + "@actions/core": "^1.2.6", "@actions/github": "^4.0.0" }, "devDependencies": {