diff --git a/package-lock.json b/package-lock.json index 14dcbeb8..1f8d4514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-throttling": "^3.6.2", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.33", + "action-input-parser": "^1.2.38", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "node-readfiles": "0.2.0", @@ -774,9 +774,9 @@ } }, "node_modules/action-input-parser": { - "version": "1.2.33", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz", - "integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==", + "version": "1.2.38", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.38.tgz", + "integrity": "sha512-Csu3Dy+ywx3PlHI687jWnk2YrkVtteg3xjT7VrEWEJCOsaW+utz+AJiFmp6Chvw1izAb81scWZsjHZNiVxV6KA==", "dependencies": { "dotenv": "^8.6.0" } @@ -8551,9 +8551,9 @@ "requires": {} }, "action-input-parser": { - "version": "1.2.33", - "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz", - "integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==", + "version": "1.2.38", + "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.38.tgz", + "integrity": "sha512-Csu3Dy+ywx3PlHI687jWnk2YrkVtteg3xjT7VrEWEJCOsaW+utz+AJiFmp6Chvw1izAb81scWZsjHZNiVxV6KA==", "requires": { "dotenv": "^8.6.0" } diff --git a/package.json b/package.json index 4b8d62f9..a10b7bcd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-throttling": "^3.6.2", "@putout/git-status-porcelain": "^1.1.0", - "action-input-parser": "^1.2.33", + "action-input-parser": "^1.2.38", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "node-readfiles": "0.2.0",