🔀 Merge #215 (⬆️ Bump action-input-parser from 1.2.32 to 1.2.33)

⬆️ Bump action-input-parser from 1.2.32 to 1.2.33
This commit is contained in:
BetaHuhn Bot 2022-05-31 02:35:47 +02:00 committed by GitHub
commit f813b69b8c
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.32",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.32.tgz",
"integrity": "sha512-OT4xX0NT37dlxdqQm1XaHXBS53DsUZ9cav5mE7MTBjMQJl0zoeeb2hfrZcoX5Ukgfxv9cP/BSqY5iXuuL77QIQ==",
"version": "1.2.33",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz",
"integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==",
"requires": {
"dotenv": "^8.6.0"
}

View File

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