🔀 Merge #118 (⬆️ Bump action-input-parser from 1.2.19 to 1.2.20)

⬆️ Bump action-input-parser from 1.2.19 to 1.2.20
This commit is contained in:
BetaHuhn Bot 2021-10-05 02:19:00 +02:00 committed by GitHub
commit 7142837e02
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

@ -632,9 +632,9 @@
"dev": true "dev": true
}, },
"action-input-parser": { "action-input-parser": {
"version": "1.2.19", "version": "1.2.20",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.19.tgz", "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.20.tgz",
"integrity": "sha512-iIXdDPelGWBpTg8GYlTMMSwaOd6SLx3tVwhOBqygLw6zJP0gFfWzOZOaGQ+H5gaypTxfh5OshrHVieqOzPxe0w==", "integrity": "sha512-GiTpQQDqOwr/pwr/TavXIKgls2JHYk7SS6e1KwhJg9wIZbbfeZmnBrY+iMGpBcMBmQR/07IOAoye4/yFLmPxKQ==",
"requires": { "requires": {
"dotenv": "^8.6.0" "dotenv": "^8.6.0"
} }

View File

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