diff --git a/package.json b/package.json index ac33768..153e8ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-version-helper", - "version": "0.5.5", + "version": "0.5.6", "description": "Version helper for GitHub Actions.", "keywords": [ "github", @@ -36,7 +36,7 @@ "dependencies": { "@actions/github": "^4.0.0", "@octokit/openapi-types": "^2.0.0", - "@technote-space/github-action-helper": "^4.4.2", + "@technote-space/github-action-helper": "^4.4.4", "@technote-space/github-action-log-helper": "^0.1.9" }, "devDependencies": { @@ -49,7 +49,7 @@ "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "eslint": "^7.15.0", - "husky": "^4.3.4", + "husky": "^4.3.5", "jest": "^26.6.3", "jest-circus": "^26.6.3", "lint-staged": "^10.5.3", diff --git a/yarn.lock b/yarn.lock index f6c5d0e..8ae9a71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -770,10 +770,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@technote-space/github-action-helper@^4.4.2": - version "4.4.2" - resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.4.2.tgz#e88ecbcacc38f460e10a9184d9e927f258146881" - integrity sha512-V2xZwuNwLkizK2Pbj3g2Y5b8X16+9JfEoWbJaT7B48l7CB8mh1qEg5uoqK0X4bx2nIe4/2CtumlA1SA2U1P64Q== +"@technote-space/github-action-helper@^4.4.4": + version "4.4.4" + resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.4.4.tgz#09acc6e4439523d2503adb115d8665e627a2aa44" + integrity sha512-3sy/b+V2GBKVxttEgjVQO+ZL2c0+UsVI10QMdMMR7evyF/wTXv6Pzarh2sHKqiKtnnzjXvfIT8ztfFR0vke7xQ== dependencies: "@actions/core" "^1.2.6" "@actions/github" "^4.0.0" @@ -2447,10 +2447,10 @@ human-signals@^1.1.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -husky@^4.3.4: - version "4.3.4" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.4.tgz#676275a10ec5be2e893bd6ff71113bb829cc1f5b" - integrity sha512-wykHsss5kQtmbFrjQv0R7YyW1uFd7fv7gT1sA54potoDYmOTENJtBC/X1/AyoSAi1obp8CiGODOIdOGnPxSmFg== +husky@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.5.tgz#ab8d2a0eb6b62fef2853ee3d442c927d89290902" + integrity sha512-E5S/1HMoDDaqsH8kDF5zeKEQbYqe3wL9zJDyqyYqc8I4vHBtAoxkDBGXox0lZ9RI+k5GyB728vZdmnM4bYap+g== dependencies: chalk "^4.0.0" ci-info "^2.0.0"