🔀 Merge #193 (⬆️ Bump action-input-parser from 1.2.30 to 1.2.31)

⬆️ Bump action-input-parser from 1.2.30 to 1.2.31
This commit is contained in:
BetaHuhn Bot 2022-03-29 02:34:28 +02:00 committed by GitHub
commit 2f0ae50fdb
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

@ -663,9 +663,9 @@
"dev": true
},
"action-input-parser": {
"version": "1.2.30",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.30.tgz",
"integrity": "sha512-YaYzEWxdD3oCoxPpNu8ydFKulQbdaXhjYZ49MXelj7Zt2MoAB43ui8j6bC+300YgBL1aR2IsYgQ+CH/Pc3+yBA==",
"version": "1.2.31",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.31.tgz",
"integrity": "sha512-x/5YHPXirEU0tRbosp64LnXru1woxp9R/HtmqDUdiH/J6yZz58WyZ6tuUY80+9MjHKq30bdqzVBvxVblb0F09w==",
"requires": {
"dotenv": "^8.6.0"
}

View File

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