Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-yml to ^1.4.0 (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 25, 2022
1 parent 888fcf0 commit 5aa7e0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-yml": "^1.3.0",
"eslint-plugin-yml": "^1.4.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ __metadata:
eslint-plugin-n: ^15.6.0
eslint-plugin-promise: ^6.1.1
eslint-plugin-unicorn: ^45.0.2
eslint-plugin-yml: ^1.3.0
eslint-plugin-yml: ^1.4.0
jsonc-eslint-parser: ^2.1.0
yaml-eslint-parser: ^1.1.0
peerDependencies:
Expand Down Expand Up @@ -9848,17 +9848,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-yml@npm:^1.3.0":
version: 1.3.0
resolution: "eslint-plugin-yml@npm:1.3.0"
"eslint-plugin-yml@npm:^1.4.0":
version: 1.4.0
resolution: "eslint-plugin-yml@npm:1.4.0"
dependencies:
debug: ^4.3.2
lodash: ^4.17.21
natural-compare: ^1.4.0
yaml-eslint-parser: ^1.1.0
peerDependencies:
eslint: ">=6.0.0"
checksum: 7427a8a9735ba7923faac91641973d8acf7bfd9e3ab8d5d0b8cfc47d9ff924fd9b3a1af46c0ad9a8dca84d9d9b2e766dd95f57286ec715594ecf32930c78f3cf
checksum: 2e2d9098920b8cdbac49035d03a934abb8d45510b09e750698224365648d9ab0edfa25b9ff536d9076e9448b4319c93cea731c45dce0524ef8ed1fb79b483024
languageName: node
linkType: hard

Expand Down

0 comments on commit 5aa7e0b

Please sign in to comment.