🔀 Merge #152 (⬆️ Bump action-input-parser from 1.2.25 to 1.2.26)

⬆️ Bump action-input-parser from 1.2.25 to 1.2.26
This commit is contained in:
BetaHuhn Bot 2021-12-28 01:21:30 +01:00 committed by GitHub
commit c9d6264dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -655,9 +655,9 @@
"dev": true
},
"action-input-parser": {
"version": "1.2.25",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.25.tgz",
"integrity": "sha512-tqSgPQQsNPcaBnDSoc0yjt7rQTRgavExYXeKwyYzCRQIUsCKJ5hN/zlSiAV3RAUUB5kf3d/N6hbZ6kIbDfODyQ==",
"version": "1.2.26",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.26.tgz",
"integrity": "sha512-avmusWvNxxpIVmGHakNlVxqELtC+2n1BkcvyoQ8YXvAP0eHvvSjd3pLwxfzm2LpPQ9thY+pzPvS9tbGr+I1bWw==",
"requires": {
"dotenv": "^8.6.0"
}

View File

@ -31,7 +31,7 @@
"@actions/github": "^5.0.0",
"@octokit/plugin-throttling": "^3.5.2",
"@putout/git-status-porcelain": "^1.1.0",
"action-input-parser": "^1.2.25",
"action-input-parser": "^1.2.26",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"node-readfiles": "^0.2.0"