Skip to content

Commit 7edfa85

Browse files
Bump yaml-eslint-parser from 1.2.3 to 1.3.0 in the eslint group (#6958)
Bumps the eslint group with 1 update: [yaml-eslint-parser](https://github.com/ota-meshi/yaml-eslint-parser). Updates `yaml-eslint-parser` from 1.2.3 to 1.3.0 - [Release notes](https://github.com/ota-meshi/yaml-eslint-parser/releases) - [Changelog](https://github.com/ota-meshi/yaml-eslint-parser/blob/master/CHANGELOG.md) - [Commits](ota-meshi/yaml-eslint-parser@v1.2.3...v1.3.0) --- updated-dependencies: - dependency-name: yaml-eslint-parser dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ea7690 commit 7edfa85

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@
120120
"webpack": "^5.98.0",
121121
"webpack-cli": "^6.0.1",
122122
"webpack-dev-server": "^5.2.0",
123-
"yaml-eslint-parser": "^1.2.3"
123+
"yaml-eslint-parser": "^1.3.0"
124124
}
125125
}

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -9694,13 +9694,12 @@ yallist@^4.0.0:
96949694
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
96959695
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
96969696

9697-
yaml-eslint-parser@^1.2.1, yaml-eslint-parser@^1.2.2, yaml-eslint-parser@^1.2.3:
9698-
version "1.2.3"
9699-
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-1.2.3.tgz#3a8ae839fc8df376ef8497add7f40942b493389c"
9700-
integrity sha512-4wZWvE398hCP7O8n3nXKu/vdq1HcH01ixYlCREaJL5NUMwQ0g3MaGFUBNSlmBtKmhbtVG/Cm6lyYmSVTEVil8A==
9697+
yaml-eslint-parser@^1.2.1, yaml-eslint-parser@^1.2.2, yaml-eslint-parser@^1.3.0:
9698+
version "1.3.0"
9699+
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-1.3.0.tgz#975dd11f8349e18c15c88b0e41a6d0b0377969cd"
9700+
integrity sha512-E/+VitOorXSLiAqtTd7Yqax0/pAS3xaYMP+AUUJGOK1OZG3rhcj9fcJOM5HJ2VrP1FrStVCWr1muTfQCdj4tAA==
97019701
dependencies:
97029702
eslint-visitor-keys "^3.0.0"
9703-
lodash "^4.17.21"
97049703
yaml "^2.0.0"
97059704

97069705
yaml@^2.0.0:

0 commit comments

Comments
 (0)