Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump yaml-validator from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [yaml-validator](https://github.com/paazmaya/yaml-validator) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/paazmaya/yaml-validator/blob/master/CHANGELOG.md)
- [Commits](paazmaya/yaml-validator@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: yaml-validator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Aug 11, 2023
1 parent 8e9bdfc commit 633644f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"github-action-readme-generator": "^1.2.7",
"yaml-validator": "^5.0.0"
"yaml-validator": "^5.1.0"
},
"scripts": {
"lint": "yaml-validator action.yml",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1065,10 +1065,10 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml-validator@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/yaml-validator/-/yaml-validator-5.0.0.tgz#4bfc1eed420f0ba780d65357670430ba3fda14d0"
integrity sha512-XoJDUJPrLOE/nKRB5ptcMxQSFkhKn52mEjvKDnKPHL6sz6cAtqmvJC2Oix17g/ZAc5eQq9sOnQQonDRrgx4eKQ==
yaml-validator@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/yaml-validator/-/yaml-validator-5.1.0.tgz#c31d29ecde7f7f4109692251ef7bbb29cb293001"
integrity sha512-DvfUGsQ1ZAeKBabG1NfkSCEL2U0NdPlSrX85V7zS1yh6Xl8bEMjm8y2OUy9Uig4PLYEb0AKN1rAoxZvhiKzYzA==
dependencies:
check-type "0.4.11"
js-yaml "4.1.0"
Expand Down

0 comments on commit 633644f

Please sign in to comment.