⬆️ Bump action-input-parser from 1.2.31 to 1.2.38

Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.31 to 1.2.38.
- [Release notes](https://github.com/BetaHuhn/action-input-parser/releases)
- [Changelog](https://github.com/BetaHuhn/action-input-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.31...v1.2.38)

---
updated-dependencies:
- dependency-name: action-input-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-11 11:55:35 +00:00 committed by GitHub
parent f5e582fc37
commit 1d1486faca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@actions/github": "^5.0.3",
"@octokit/plugin-throttling": "^3.6.2",
"@putout/git-status-porcelain": "^1.1.0",
"action-input-parser": "^1.2.33",
"action-input-parser": "^1.2.38",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"node-readfiles": "0.2.0"
@ -767,9 +767,9 @@
}
},
"node_modules/action-input-parser": {
"version": "1.2.33",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz",
"integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==",
"version": "1.2.38",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.38.tgz",
"integrity": "sha512-Csu3Dy+ywx3PlHI687jWnk2YrkVtteg3xjT7VrEWEJCOsaW+utz+AJiFmp6Chvw1izAb81scWZsjHZNiVxV6KA==",
"dependencies": {
"dotenv": "^8.6.0"
}
@ -8493,9 +8493,9 @@
"requires": {}
},
"action-input-parser": {
"version": "1.2.33",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.33.tgz",
"integrity": "sha512-21zXbWbLZETgw3XqR7X2t0JVZVec0WXpPaXKgiqJAL9Q4VX937ZDLWSJY128774ZvRqmnN737a5gOtf+zzV09Q==",
"version": "1.2.38",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.38.tgz",
"integrity": "sha512-Csu3Dy+ywx3PlHI687jWnk2YrkVtteg3xjT7VrEWEJCOsaW+utz+AJiFmp6Chvw1izAb81scWZsjHZNiVxV6KA==",
"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.33",
"action-input-parser": "^1.2.38",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"node-readfiles": "0.2.0"