Bump yaml-loader from 0.4.0 to 0.5.0

Bumps [yaml-loader](https://github.com/okonet/yaml-loader) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/okonet/yaml-loader/releases)
- [Commits](https://github.com/okonet/yaml-loader/compare/v0.4.0...v0.5.0)
This commit is contained in:
dependabot-preview[bot] 2019-05-24 18:49:27 +00:00 committed by GitHub
parent 44cf23ec08
commit dfa95dbd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -50,7 +50,7 @@
"val-loader": "0.5.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"yaml-loader": "0.4.0",
"yaml-loader": "0.5.0",
"yarn": "^1.10.1"
},
"resolutions": {

View File

@ -6922,9 +6922,10 @@ yallist@^3.0.0, yallist@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9"
yaml-loader@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/yaml-loader/-/yaml-loader-0.4.0.tgz#4aae447d13c1aa73a989d8a2a5309b0b1a3ca353"
yaml-loader@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/yaml-loader/-/yaml-loader-0.5.0.tgz#86b1982d84a8e429e6647d93de9a0169e1c15827"
integrity sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==
dependencies:
js-yaml "^3.5.2"