diff --git a/package.json b/package.json index dfe1fbe..d42a3e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-log-helper", - "version": "0.1.23", + "version": "0.1.24", "description": "Logging helpers for GitHub Actions.", "keywords": [ "github", @@ -43,7 +43,7 @@ "devDependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", - "@technote-space/github-action-test-helper": "^0.7.6", + "@technote-space/github-action-test-helper": "^0.7.8", "@types/jest": "^26.0.23", "@types/node": "^15.0.1", "@typescript-eslint/eslint-plugin": "^4.22.0", diff --git a/yarn.lock b/yarn.lock index c146c0d..0532f7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@actions/core@^1.2.6", "@actions/core@^1.2.7": +"@actions/core@^1.2.7": version "1.2.7" resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7.tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab" integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig== @@ -723,10 +723,10 @@ "@octokit/types" "^6.0.3" universal-user-agent "^6.0.0" -"@octokit/openapi-types@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-6.2.0.tgz#6ea796b20c7111b9e422a4d607f796c1179622cd" - integrity sha512-V2vFYuawjpP5KUb8CPYsq20bXT4qnE8sH1QKpYqUlcNOntBiRr/VzGVvY0s+YXGgrVbFUVO4EI0VnHYSVBWfBg== +"@octokit/openapi-types@^6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-6.2.1.tgz#5830395622ca0d8e945532c7ace722aec3670508" + integrity sha512-rSyuVb2zVwEbWpl1FJzVziyDfvEhNcvIsp6QxmEJkpiFuPfcZ4LwXz2/fhVdVC8Xy7BCugUQr7/ISdhYwgs3zQ== "@octokit/plugin-paginate-rest@^2.2.3": version "2.13.3" @@ -743,12 +743,12 @@ "@octokit/types" "^6.13.0" deprecation "^2.3.1" -"@octokit/plugin-rest-endpoint-methods@^5.0.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.1.0.tgz#fb28e6a33aa6d51ef1e3af53ff3b9fdc3bca80a8" - integrity sha512-CTx2QbqUTg6G2fVJggh4VzeG6NM4Y6nN3cq6gUPwtV72H2SQRgn5qTcmJMIny4XuiQpbrC+kylrh4gU6nG6x6A== +"@octokit/plugin-rest-endpoint-methods@^5.1.0": + version "5.1.1" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.1.1.tgz#1720de3511944ebcca5c391ea82605e13e8f95eb" + integrity sha512-u4zy0rVA8darm/AYsIeWkRalhQR99qPL1D/EXHejV2yaECMdHfxXiTXtba8NMBSajOJe8+C9g+EqMKSvysx0dg== dependencies: - "@octokit/types" "^6.14.0" + "@octokit/types" "^6.14.1" deprecation "^2.3.1" "@octokit/request-error@^2.0.0", "@octokit/request-error@^2.0.5": @@ -772,12 +772,12 @@ node-fetch "^2.6.1" universal-user-agent "^6.0.0" -"@octokit/types@^6.0.3", "@octokit/types@^6.11.0", "@octokit/types@^6.13.0", "@octokit/types@^6.14.0", "@octokit/types@^6.7.1": - version "6.14.0" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.14.0.tgz#587529b4a461d8b7621b99845718dc5c79281f52" - integrity sha512-43qHvDsPsKgNt4W4al3dyU6s2XZ7ZMsiiIw8rQcM9CyEo7g9W8/6m1W4xHuRqmEjTfG1U4qsE/E4Jftw1/Ak1g== +"@octokit/types@^6.0.3", "@octokit/types@^6.11.0", "@octokit/types@^6.13.0", "@octokit/types@^6.14.1", "@octokit/types@^6.7.1": + version "6.14.1" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.14.1.tgz#4579bbdabee9a8349ce302f29ebc6f81775f0f5c" + integrity sha512-RDzkeFPaT2TgZcNtB2s1HtaMmtOrvXsc5VsAdpzApNkTwNN7Jk76RRCzGYhjm+hQ/HHuQXZkxUDWhJlt2QAyKQ== dependencies: - "@octokit/openapi-types" "^6.2.0" + "@octokit/openapi-types" "^6.2.1" "@sinonjs/commons@^1.7.0": version "1.8.3" @@ -793,15 +793,15 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@technote-space/github-action-test-helper@^0.7.6": - version "0.7.6" - resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.6.tgz#3c29f121262c9b34257cea107f9aa644fa93c340" - integrity sha512-vMiENa5FFgKZXQrGYFf3fLL11WrxbXauBazycDBPyya3oFlna/TMwolTkg6X4EpN+3I/iXNeP53SX+tEBzFVcg== +"@technote-space/github-action-test-helper@^0.7.8": + version "0.7.8" + resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.8.tgz#27cd4d8db2b6fe12c18954d79f53a1fd5418e014" + integrity sha512-gU5E+Br2+x49hvwfU7NOJeJzbDHq3RsBlreiptPGYYUnlmObL7Xxr/0Dmaf6vTS872dUxN6sCsXiqb0lZf2cjA== dependencies: - "@actions/core" "^1.2.6" + "@actions/core" "^1.2.7" "@actions/github" "^4.0.0" - "@octokit/plugin-rest-endpoint-methods" "^5.0.0" - js-yaml "^4.0.0" + "@octokit/plugin-rest-endpoint-methods" "^5.1.0" + js-yaml "^4.1.0" "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": version "7.1.14" @@ -3233,7 +3233,7 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@^4.0.0: +js-yaml@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==