From fdf8707fe0f7cf880d2748b4efce80b991b84e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:41:52 +0000 Subject: [PATCH] Bump token-who-am-i-action from 1.0.4 to 1.0.5 Bumps [token-who-am-i-action](https://github.com/CatChen/typescript-github-action-template) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/CatChen/typescript-github-action-template/releases) - [Commits](https://github.com/CatChen/typescript-github-action-template/commits) --- updated-dependencies: - dependency-name: token-who-am-i-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index a7ee49a..03afe52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1642,9 +1642,9 @@ to-regex-range@^5.0.1: is-number "^7.0.0" token-who-am-i-action@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/token-who-am-i-action/-/token-who-am-i-action-1.0.4.tgz#d340800a95030a95a1f9f9282794ddc61715e7df" - integrity sha512-K3+zG1ReDCKyZSZGFj6xwyGFRk47v1FHWeBJlId5sqgQtYwMws2UAdD9PfPY5pDG9Q27a38Zr7ppzTm/5U8i/w== + version "1.0.5" + resolved "https://registry.yarnpkg.com/token-who-am-i-action/-/token-who-am-i-action-1.0.5.tgz#e65ee64c0b7e32aa8f87b6155cde772cc243bd0f" + integrity sha512-vSIf2TAJPnkvB5AZV2k83vhpFLC0CJUKrV0Y3nz8d+RFUp3n6JzTr2OixTUqGro/gcvv9NV+kPtPX5vWglqhcw== dependencies: "@actions/core" "^1.10.0" "@actions/github" "^6.0.0"