From b280aa36d3633fa17d8acaaf2f2da4ff981e9155 Mon Sep 17 00:00:00 2001 From: technote-space Date: Mon, 30 Aug 2021 09:11:09 +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 b15c4e3..b4d1d8a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@octokit/types": "^6.25.0", "@technote-space/github-action-test-helper": "^0.7.25", "@types/jest": "^27.0.1", - "@types/node": "^16.7.5", + "@types/node": "^16.7.6", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 9b55c42..6affef0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -917,10 +917,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@^16.7.5": - version "16.7.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.5.tgz#96142b243977b03d99c338fdb09241d286102711" - integrity sha512-E7SpxDXoHEpmZ9C1gSqwadhE6zPRtf3g0gJy9Y51DsImnR5TcDs3QEiV/3Q7zOM8LWaZp5Gph71NK6ElVMG1IQ== +"@types/node@*", "@types/node@^16.7.6": + version "16.7.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.6.tgz#8666478db8095aa66e25b7e469f3e7b53ea2855e" + integrity sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg== "@types/normalize-package-data@^2.4.0": version "2.4.1" From 80fe518a3c710aae50bda70296b7d3de90ae4cac Mon Sep 17 00:00:00 2001 From: Technote Date: Mon, 30 Aug 2021 18:12:05 +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 b4d1d8a..011be5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-version-helper", - "version": "0.5.19", + "version": "0.5.20", "description": "Version helper for GitHub Actions.", "keywords": [ "github",