Skip to content

Commit 00d998c

Browse files
build(deps-dev): Bump eslint-plugin-yml from 1.5.0 to 1.7.0
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.5.0 to 1.7.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.7.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>
1 parent eca30a2 commit 00d998c

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"eslint-plugin-prettier": "4.2.1",
123123
"eslint-plugin-promise": "6.1.1",
124124
"eslint-plugin-unicorn": "46.0.0",
125-
"eslint-plugin-yml": "1.5.0",
125+
"eslint-plugin-yml": "1.7.0",
126126
"graphql": "16.6.0",
127127
"graphql-config": "4.5.0",
128128
"growl": "1.10.5",

yarn.lock

+18-7
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ __metadata:
11461146
eslint-plugin-prettier: "npm:4.2.1"
11471147
eslint-plugin-promise: "npm:6.1.1"
11481148
eslint-plugin-unicorn: "npm:46.0.0"
1149-
eslint-plugin-yml: "npm:1.5.0"
1149+
eslint-plugin-yml: "npm:1.7.0"
11501150
graphql: "npm:16.6.0"
11511151
graphql-config: "npm:4.5.0"
11521152
growl: "npm:1.10.5"
@@ -4334,17 +4334,17 @@ __metadata:
43344334
languageName: node
43354335
linkType: hard
43364336

4337-
"eslint-plugin-yml@npm:1.5.0":
4338-
version: 1.5.0
4339-
resolution: "eslint-plugin-yml@npm:1.5.0"
4337+
"eslint-plugin-yml@npm:1.7.0":
4338+
version: 1.7.0
4339+
resolution: "eslint-plugin-yml@npm:1.7.0"
43404340
dependencies:
43414341
debug: "npm:^4.3.2"
43424342
lodash: "npm:^4.17.21"
43434343
natural-compare: "npm:^1.4.0"
4344-
yaml-eslint-parser: "npm:^1.1.0"
4344+
yaml-eslint-parser: "npm:^1.2.1"
43454345
peerDependencies:
43464346
eslint: ">=6.0.0"
4347-
checksum: b2f4ccc05d3fe3ca66a95fa663e932e27bbcf927e12f7ea8df14f068bd6ce90d85d997a63f042dac992f93ab58780e35bfc9349156823be3291fca3d5428bb6c
4347+
checksum: 8fcfcde833750f252e9847b89c58bca7151318c1921a88a494f7a6b7f8afac7f672ed32063dad406122e9f858eb1ce5f1a8c55c375cbfdf1ba335c53e7f79e4e
43484348
languageName: node
43494349
linkType: hard
43504350

@@ -9207,7 +9207,7 @@ __metadata:
92079207
languageName: node
92089208
linkType: hard
92099209

9210-
"yaml-eslint-parser@npm:1.2.0, yaml-eslint-parser@npm:^1.1.0":
9210+
"yaml-eslint-parser@npm:1.2.0":
92119211
version: 1.2.0
92129212
resolution: "yaml-eslint-parser@npm:1.2.0"
92139213
dependencies:
@@ -9218,6 +9218,17 @@ __metadata:
92189218
languageName: node
92199219
linkType: hard
92209220

9221+
"yaml-eslint-parser@npm:^1.2.1":
9222+
version: 1.2.2
9223+
resolution: "yaml-eslint-parser@npm:1.2.2"
9224+
dependencies:
9225+
eslint-visitor-keys: "npm:^3.0.0"
9226+
lodash: "npm:^4.17.21"
9227+
yaml: "npm:^2.0.0"
9228+
checksum: 1f13ad1a783943f0e277222a48cb3843b83722e6a2f52cec83a815579930c8bf60069d3e0f12bdb8c55ac0d8e29f340804b0b949cc7e6cea9d11076f38bd24cd
9229+
languageName: node
9230+
linkType: hard
9231+
92219232
"yaml@npm:^2.0.0, yaml@npm:^2.2.2":
92229233
version: 2.2.2
92239234
resolution: "yaml@npm:2.2.2"

0 commit comments

Comments
 (0)