1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Bump nconf and yaml-lint

Bumps [nconf](https://github.com/flatiron/nconf) to 0.12.0 and updates ancestor dependency [yaml-lint](https://github.com/rasshofer/yaml-lint). These dependencies need to be updated together.


Updates `nconf` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/flatiron/nconf/releases)
- [Changelog](https://github.com/indexzero/nconf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flatiron/nconf/compare/0.10.0...v0.12.0)

Updates `yaml-lint` from 1.2.4 to 1.7.0
- [Release notes](https://github.com/rasshofer/yaml-lint/releases)
- [Commits](https://github.com/rasshofer/yaml-lint/compare/v1.2.4...v1.7.0)

---
updated-dependencies:
- dependency-name: nconf
  dependency-type: indirect
- dependency-name: yaml-lint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-30 11:09:21 +00:00 committed by GitHub
parent adea214356
commit d50fab9518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 112 additions and 257 deletions

View file

@ -41,6 +41,6 @@
"npm-check-updates": "11.8.3",
"npm-run-all": "4.1.5",
"typescript": "4.3.5",
"yaml-lint": "1.2.4"
"yaml-lint": "1.7.0"
}
}