Skip to content

Commit 52b578d

Browse files
build(deps-dev): Bump eslint-plugin-yml from 1.5.0 to 1.7.0 (#119)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0840a5 commit 52b578d

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
@@ -141,7 +141,7 @@
141141
"eslint-plugin-prettier": "4.2.1",
142142
"eslint-plugin-promise": "6.1.1",
143143
"eslint-plugin-unicorn": "46.0.0",
144-
"eslint-plugin-yml": "1.5.0",
144+
"eslint-plugin-yml": "1.7.0",
145145
"graphql": "16.6.0",
146146
"graphql-config": "4.5.0",
147147
"growl": "1.10.5",

yarn.lock

+18-7
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ __metadata:
10851085
eslint-plugin-prettier: "npm:4.2.1"
10861086
eslint-plugin-promise: "npm:6.1.1"
10871087
eslint-plugin-unicorn: "npm:46.0.0"
1088-
eslint-plugin-yml: "npm:1.5.0"
1088+
eslint-plugin-yml: "npm:1.7.0"
10891089
graphql: "npm:16.6.0"
10901090
graphql-config: "npm:4.5.0"
10911091
growl: "npm:1.10.5"
@@ -4339,17 +4339,17 @@ __metadata:
43394339
languageName: node
43404340
linkType: hard
43414341

4342-
"eslint-plugin-yml@npm:1.5.0":
4343-
version: 1.5.0
4344-
resolution: "eslint-plugin-yml@npm:1.5.0"
4342+
"eslint-plugin-yml@npm:1.7.0":
4343+
version: 1.7.0
4344+
resolution: "eslint-plugin-yml@npm:1.7.0"
43454345
dependencies:
43464346
debug: "npm:^4.3.2"
43474347
lodash: "npm:^4.17.21"
43484348
natural-compare: "npm:^1.4.0"
4349-
yaml-eslint-parser: "npm:^1.1.0"
4349+
yaml-eslint-parser: "npm:^1.2.1"
43504350
peerDependencies:
43514351
eslint: ">=6.0.0"
4352-
checksum: b2f4ccc05d3fe3ca66a95fa663e932e27bbcf927e12f7ea8df14f068bd6ce90d85d997a63f042dac992f93ab58780e35bfc9349156823be3291fca3d5428bb6c
4352+
checksum: 8fcfcde833750f252e9847b89c58bca7151318c1921a88a494f7a6b7f8afac7f672ed32063dad406122e9f858eb1ce5f1a8c55c375cbfdf1ba335c53e7f79e4e
43534353
languageName: node
43544354
linkType: hard
43554355

@@ -9189,7 +9189,7 @@ __metadata:
91899189
languageName: node
91909190
linkType: hard
91919191

9192-
"yaml-eslint-parser@npm:1.2.0, yaml-eslint-parser@npm:^1.1.0":
9192+
"yaml-eslint-parser@npm:1.2.0":
91939193
version: 1.2.0
91949194
resolution: "yaml-eslint-parser@npm:1.2.0"
91959195
dependencies:
@@ -9200,6 +9200,17 @@ __metadata:
92009200
languageName: node
92019201
linkType: hard
92029202

9203+
"yaml-eslint-parser@npm:^1.2.1":
9204+
version: 1.2.2
9205+
resolution: "yaml-eslint-parser@npm:1.2.2"
9206+
dependencies:
9207+
eslint-visitor-keys: "npm:^3.0.0"
9208+
lodash: "npm:^4.17.21"
9209+
yaml: "npm:^2.0.0"
9210+
checksum: 1f13ad1a783943f0e277222a48cb3843b83722e6a2f52cec83a815579930c8bf60069d3e0f12bdb8c55ac0d8e29f340804b0b949cc7e6cea9d11076f38bd24cd
9211+
languageName: node
9212+
linkType: hard
9213+
92039214
"yaml@npm:^2.0.0, yaml@npm:^2.2.2":
92049215
version: 2.2.2
92059216
resolution: "yaml@npm:2.2.2"

0 commit comments

Comments
 (0)