Skip to content

Commit 520bcf4

Browse files
Bump eslint from 8.40.0 to 8.42.0 (#824)
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.42.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.40.0...v8.42.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 f7d4329 commit 520bcf4

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

yarn.lock

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,10 +1051,10 @@
10511051
minimatch "^3.1.2"
10521052
strip-json-comments "^3.1.1"
10531053

1054-
"@eslint/js@8.40.0":
1055-
version "8.40.0"
1056-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
1057-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
1054+
"@eslint/js@8.42.0":
1055+
version "8.42.0"
1056+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1057+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
10581058

10591059
"@graphql-tools/load-files@^6.3.2":
10601060
version "6.6.1"
@@ -1096,10 +1096,10 @@
10961096
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
10971097
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
10981098

1099-
"@humanwhocodes/config-array@^0.11.8":
1100-
version "0.11.8"
1101-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1102-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
1099+
"@humanwhocodes/config-array@^0.11.10":
1100+
version "0.11.10"
1101+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1102+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
11031103
dependencies:
11041104
"@humanwhocodes/object-schema" "^1.2.1"
11051105
debug "^4.1.1"
@@ -2270,15 +2270,15 @@ eslint@^7.32.0:
22702270
v8-compile-cache "^2.0.3"
22712271

22722272
eslint@^8.10.0:
2273-
version "8.40.0"
2274-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
2275-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
2273+
version "8.42.0"
2274+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
2275+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
22762276
dependencies:
22772277
"@eslint-community/eslint-utils" "^4.2.0"
22782278
"@eslint-community/regexpp" "^4.4.0"
22792279
"@eslint/eslintrc" "^2.0.3"
2280-
"@eslint/js" "8.40.0"
2281-
"@humanwhocodes/config-array" "^0.11.8"
2280+
"@eslint/js" "8.42.0"
2281+
"@humanwhocodes/config-array" "^0.11.10"
22822282
"@humanwhocodes/module-importer" "^1.0.1"
22832283
"@nodelib/fs.walk" "^1.2.8"
22842284
ajv "^6.10.0"
@@ -2297,13 +2297,12 @@ eslint@^8.10.0:
22972297
find-up "^5.0.0"
22982298
glob-parent "^6.0.2"
22992299
globals "^13.19.0"
2300-
grapheme-splitter "^1.0.4"
2300+
graphemer "^1.4.0"
23012301
ignore "^5.2.0"
23022302
import-fresh "^3.0.0"
23032303
imurmurhash "^0.1.4"
23042304
is-glob "^4.0.0"
23052305
is-path-inside "^3.0.3"
2306-
js-sdsl "^4.1.4"
23072306
js-yaml "^4.1.0"
23082307
json-stable-stringify-without-jsonify "^1.0.1"
23092308
levn "^0.4.1"
@@ -2819,10 +2818,10 @@ graceful-fs@~4.2.10:
28192818
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
28202819
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
28212820

2822-
grapheme-splitter@^1.0.4:
2823-
version "1.0.4"
2824-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
2825-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
2821+
graphemer@^1.4.0:
2822+
version "1.4.0"
2823+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2824+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
28262825

28272826
graphql-scalars@^1.15.0:
28282827
version "1.22.1"
@@ -3340,11 +3339,6 @@ js-beautify@~1.14.7:
33403339
glob "^8.0.3"
33413340
nopt "^6.0.0"
33423341

3343-
js-sdsl@^4.1.4:
3344-
version "4.3.0"
3345-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711"
3346-
integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==
3347-
33483342
js-tokens@^4.0.0:
33493343
version "4.0.0"
33503344
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)