🔀 Merge #142 (⬆️ Bump action-input-parser from 1.2.23 to 1.2.24)

⬆️ Bump action-input-parser from 1.2.23 to 1.2.24
This commit is contained in:
BetaHuhn Bot 2021-12-14 01:20:56 +01:00 committed by GitHub
commit 66545bc739
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.23",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.23.tgz",
"integrity": "sha512-3GvQP4/cVMFnP2RWqQlD4joUxX3wVdxWSAfL/GNvM76xyDqIYnqLz3clAz4pyTPZJESXx1KaSF/WOYWjFpHmNw==",
"version": "1.2.24",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.24.tgz",
"integrity": "sha512-ws6GMLJyN61cJb+bd2+VUCEhDPR/HZCNx6JUL0t+BuckZrNuq8ahBJXZzUo7BRvscdWTXURI/M8VaS5i5X4ySQ==",
"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.23",
"action-input-parser": "^1.2.24",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"node-readfiles": "^0.2.0"