From c08444e45ace30f09ad9ae6575c7b6fe8cb2546f Mon Sep 17 00:00:00 2001 From: technote-space Date: Sun, 22 Nov 2020 17:15:28 +0000 Subject: [PATCH 1/2] chore: update npm dependencies --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d900d64..1ee34eb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@technote-space/filter-github-action": "^0.5.7", - "@technote-space/github-action-helper": "^4.3.0", + "@technote-space/github-action-helper": "^4.3.1", "moment": "^2.29.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6dcf76e..82fd193 100644 --- a/yarn.lock +++ b/yarn.lock @@ -772,10 +772,10 @@ "@actions/core" "^1.2.6" "@actions/github" "^4.0.0" -"@technote-space/github-action-helper@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.3.0.tgz#9c73bf822d9f8818cbf23140a3d46346ed3de505" - integrity sha512-EUoHQoY3GYdFllWjl/j6a0oOZDpFkBkDhZwUoKK/F43Fg4NBSETMjz1AU5456AlWOAC+gzVp77G4ZCJCz7VQug== +"@technote-space/github-action-helper@^4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.3.1.tgz#e079ae025b174bc77de07a03d698361f29a43dbf" + integrity sha512-hYfo9Oxx/mX114AJy66p75B8wK69/59f7wIfAh8Ck4Jnv22LtRFMUgkRwnD9+q1ob777UwBqFcykXOSYdHfKQg== dependencies: "@actions/core" "^1.2.6" "@actions/github" "^4.0.0" From 05bd9aa008d3f21a97d4eb93bdd5d47ba4a10f05 Mon Sep 17 00:00:00 2001 From: Technote Date: Mon, 23 Nov 2020 02:16:25 +0900 Subject: [PATCH 2/2] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ee34eb..018f423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-pr-helper", - "version": "1.11.5", + "version": "1.11.6", "description": "PullRequest Helper for GitHub Actions.", "keywords": [ "github",