Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-yml from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-yml
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent f6b5726 commit 0c867da
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-yml": "1.5.0",
"eslint-plugin-yml": "1.6.0",
"graphql": "16.6.0",
"graphql-config": "4.5.0",
"growl": "1.10.5",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ __metadata:
eslint-plugin-prettier: "npm:4.2.1"
eslint-plugin-promise: "npm:6.1.1"
eslint-plugin-unicorn: "npm:46.0.0"
eslint-plugin-yml: "npm:1.5.0"
eslint-plugin-yml: "npm:1.6.0"
graphql: "npm:16.6.0"
graphql-config: "npm:4.5.0"
growl: "npm:1.10.5"
Expand Down Expand Up @@ -4297,17 +4297,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-yml@npm:1.5.0":
version: 1.5.0
resolution: "eslint-plugin-yml@npm:1.5.0"
"eslint-plugin-yml@npm:1.6.0":
version: 1.6.0
resolution: "eslint-plugin-yml@npm:1.6.0"
dependencies:
debug: "npm:^4.3.2"
lodash: "npm:^4.17.21"
natural-compare: "npm:^1.4.0"
yaml-eslint-parser: "npm:^1.1.0"
yaml-eslint-parser: "npm:^1.2.1"
peerDependencies:
eslint: ">=6.0.0"
checksum: b2f4ccc05d3fe3ca66a95fa663e932e27bbcf927e12f7ea8df14f068bd6ce90d85d997a63f042dac992f93ab58780e35bfc9349156823be3291fca3d5428bb6c
checksum: 9a10125cdfd6feb872d35c5da16deba22594b41b703275b18607b94e3ad102a1d66b3087a68b9c88e8fa3ff83aa8596643e75de348ffb7f4e7c3b07573daa18d
languageName: node
linkType: hard

Expand Down Expand Up @@ -9154,7 +9154,7 @@ __metadata:
languageName: node
linkType: hard

"yaml-eslint-parser@npm:1.2.0, yaml-eslint-parser@npm:^1.1.0":
"yaml-eslint-parser@npm:1.2.0":
version: 1.2.0
resolution: "yaml-eslint-parser@npm:1.2.0"
dependencies:
Expand All @@ -9165,6 +9165,17 @@ __metadata:
languageName: node
linkType: hard

"yaml-eslint-parser@npm:^1.2.1":
version: 1.2.1
resolution: "yaml-eslint-parser@npm:1.2.1"
dependencies:
eslint-visitor-keys: "npm:^3.0.0"
lodash: "npm:^4.17.21"
yaml: "npm:^2.0.0"
checksum: 2a2117d65bcb07ba658cfa675e21a00f0d29e70df8075abd50656b2b855c2b076acc1a55cb104c9562da8d70499d3d8d93d02924397b7c5177252aa73e3d8bde
languageName: node
linkType: hard

"yaml@npm:^2.0.0, yaml@npm:^2.2.2":
version: 2.2.2
resolution: "yaml@npm:2.2.2"
Expand Down

0 comments on commit 0c867da

Please sign in to comment.