Skip to content

Commit e7e7fb4

Browse files
chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#357)
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bb4ee0 commit e7e7fb4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,10 @@
569569
minimatch "^3.1.2"
570570
strip-json-comments "^3.1.1"
571571

572-
"@eslint/js@8.55.0":
573-
version "8.55.0"
574-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
575-
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
572+
"@eslint/js@8.56.0":
573+
version "8.56.0"
574+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
575+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
576576

577577
"@humanwhocodes/config-array@^0.11.13":
578578
version "0.11.13"
@@ -2295,14 +2295,14 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
22952295
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
22962296

22972297
eslint@^8.33.0:
2298-
version "8.55.0"
2299-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
2300-
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
2298+
version "8.56.0"
2299+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2300+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
23012301
dependencies:
23022302
"@eslint-community/eslint-utils" "^4.2.0"
23032303
"@eslint-community/regexpp" "^4.6.1"
23042304
"@eslint/eslintrc" "^2.1.4"
2305-
"@eslint/js" "8.55.0"
2305+
"@eslint/js" "8.56.0"
23062306
"@humanwhocodes/config-array" "^0.11.13"
23072307
"@humanwhocodes/module-importer" "^1.0.1"
23082308
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)