Skip to content

Commit 0ab4ae2

Browse files
chore(deps-dev): bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 015f186 commit 0ab4ae2

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

Diff for: yarn.lock

+23-30
Original file line numberDiff line numberDiff line change
@@ -687,29 +687,29 @@
687687
minimatch "^3.1.2"
688688
strip-json-comments "^3.1.1"
689689

690-
"@eslint/js@8.56.0":
691-
version "8.56.0"
692-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
693-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
694-
695-
"@humanwhocodes/config-array@^0.11.13":
696-
version "0.11.13"
697-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
698-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
699-
dependencies:
700-
"@humanwhocodes/object-schema" "^2.0.1"
701-
debug "^4.1.1"
690+
"@eslint/js@8.57.0":
691+
version "8.57.0"
692+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
693+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
694+
695+
"@humanwhocodes/config-array@^0.11.14":
696+
version "0.11.14"
697+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
698+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
699+
dependencies:
700+
"@humanwhocodes/object-schema" "^2.0.2"
701+
debug "^4.3.1"
702702
minimatch "^3.0.5"
703703

704704
"@humanwhocodes/module-importer@^1.0.1":
705705
version "1.0.1"
706706
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
707707
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
708708

709-
"@humanwhocodes/object-schema@^2.0.1":
710-
version "2.0.1"
711-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
712-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
709+
"@humanwhocodes/object-schema@^2.0.2":
710+
version "2.0.2"
711+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
712+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
713713

714714
"@istanbuljs/load-nyc-config@^1.0.0":
715715
version "1.1.0"
@@ -2364,7 +2364,7 @@ date-fns@^1.27.2:
23642364
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
23652365
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
23662366

2367-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
2367+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
23682368
version "4.3.4"
23692369
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
23702370
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -2657,15 +2657,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
26572657
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26582658

26592659
eslint@^8.8.0:
2660-
version "8.56.0"
2661-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2662-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
2660+
version "8.57.0"
2661+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2662+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
26632663
dependencies:
26642664
"@eslint-community/eslint-utils" "^4.2.0"
26652665
"@eslint-community/regexpp" "^4.6.1"
26662666
"@eslint/eslintrc" "^2.1.4"
2667-
"@eslint/js" "8.56.0"
2668-
"@humanwhocodes/config-array" "^0.11.13"
2667+
"@eslint/js" "8.57.0"
2668+
"@humanwhocodes/config-array" "^0.11.14"
26692669
"@humanwhocodes/module-importer" "^1.0.1"
26702670
"@nodelib/fs.walk" "^1.2.8"
26712671
"@ungap/structured-clone" "^1.2.0"
@@ -4380,7 +4380,7 @@ mimic-response@^4.0.0:
43804380
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-4.0.0.tgz#35468b19e7c75d10f5165ea25e75a5ceea7cf70f"
43814381
integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
43824382

4383-
4383+
[email protected], minimatch@^9.0.0:
43844384
version "9.0.3"
43854385
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
43864386
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -4394,13 +4394,6 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
43944394
dependencies:
43954395
brace-expansion "^1.1.7"
43964396

4397-
minimatch@^9.0.0:
4398-
version "9.0.1"
4399-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
4400-
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
4401-
dependencies:
4402-
brace-expansion "^2.0.1"
4403-
44044397
minimist@^1.2.0:
44054398
version "1.2.7"
44064399
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"

0 commit comments

Comments
 (0)