Skip to content

Commit c52ef09

Browse files
chore(deps): update dependency eslint to v8.41.0 (#2335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cf2384 commit c52ef09

File tree

2 files changed

+52
-41
lines changed

2 files changed

+52
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"bob-the-bundler": "1.7.3",
5454
"chalk": "4.1.2",
5555
"dataloader": "2.1.0",
56-
"eslint": "8.35.0",
56+
"eslint": "8.41.0",
5757
"express": "4.18.1",
5858
"express-graphql": "0.12.0",
5959
"globby": "11.1.0",

yarn.lock

Lines changed: 51 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,25 +1516,37 @@
15161516
escape-string-regexp "^4.0.0"
15171517
rollup-plugin-node-polyfills "^0.2.1"
15181518

1519-
"@eslint/eslintrc@^2.0.0":
1520-
version "2.0.0"
1521-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
1522-
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
1519+
"@eslint-community/eslint-utils@^4.2.0":
1520+
version "4.4.0"
1521+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1522+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1523+
dependencies:
1524+
eslint-visitor-keys "^3.3.0"
1525+
1526+
"@eslint-community/regexpp@^4.4.0":
1527+
version "4.5.1"
1528+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1529+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1530+
1531+
"@eslint/eslintrc@^2.0.3":
1532+
version "2.0.3"
1533+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f27774bf356e3704818a0331"
1534+
integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==
15231535
dependencies:
15241536
ajv "^6.12.4"
15251537
debug "^4.3.2"
1526-
espree "^9.4.0"
1538+
espree "^9.5.2"
15271539
globals "^13.19.0"
15281540
ignore "^5.2.0"
15291541
import-fresh "^3.2.1"
15301542
js-yaml "^4.1.0"
15311543
minimatch "^3.1.2"
15321544
strip-json-comments "^3.1.1"
15331545

1534-
"@eslint/js@8.35.0":
1535-
version "8.35.0"
1536-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
1537-
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
1546+
"@eslint/js@8.41.0":
1547+
version "8.41.0"
1548+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
1549+
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
15381550

15391551
15401552
version "2.2.6"
@@ -5731,10 +5743,10 @@ eslint-scope@^5.1.1:
57315743
esrecurse "^4.3.0"
57325744
estraverse "^4.1.1"
57335745

5734-
eslint-scope@^7.1.1:
5735-
version "7.1.1"
5736-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
5737-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
5746+
eslint-scope@^7.2.0:
5747+
version "7.2.0"
5748+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
5749+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
57385750
dependencies:
57395751
esrecurse "^4.3.0"
57405752
estraverse "^5.2.0"
@@ -5751,18 +5763,20 @@ eslint-visitor-keys@^2.0.0:
57515763
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
57525764
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
57535765

5754-
eslint-visitor-keys@^3.3.0:
5755-
version "3.3.0"
5756-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
5757-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
5766+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
5767+
version "3.4.1"
5768+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
5769+
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
57585770

5759-
eslint@8.35.0:
5760-
version "8.35.0"
5761-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
5762-
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
5771+
eslint@8.41.0:
5772+
version "8.41.0"
5773+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
5774+
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
57635775
dependencies:
5764-
"@eslint/eslintrc" "^2.0.0"
5765-
"@eslint/js" "8.35.0"
5776+
"@eslint-community/eslint-utils" "^4.2.0"
5777+
"@eslint-community/regexpp" "^4.4.0"
5778+
"@eslint/eslintrc" "^2.0.3"
5779+
"@eslint/js" "8.41.0"
57665780
"@humanwhocodes/config-array" "^0.11.8"
57675781
"@humanwhocodes/module-importer" "^1.0.1"
57685782
"@nodelib/fs.walk" "^1.2.8"
@@ -5772,44 +5786,41 @@ [email protected]:
57725786
debug "^4.3.2"
57735787
doctrine "^3.0.0"
57745788
escape-string-regexp "^4.0.0"
5775-
eslint-scope "^7.1.1"
5776-
eslint-utils "^3.0.0"
5777-
eslint-visitor-keys "^3.3.0"
5778-
espree "^9.4.0"
5789+
eslint-scope "^7.2.0"
5790+
eslint-visitor-keys "^3.4.1"
5791+
espree "^9.5.2"
57795792
esquery "^1.4.2"
57805793
esutils "^2.0.2"
57815794
fast-deep-equal "^3.1.3"
57825795
file-entry-cache "^6.0.1"
57835796
find-up "^5.0.0"
57845797
glob-parent "^6.0.2"
57855798
globals "^13.19.0"
5786-
grapheme-splitter "^1.0.4"
5799+
graphemer "^1.4.0"
57875800
ignore "^5.2.0"
57885801
import-fresh "^3.0.0"
57895802
imurmurhash "^0.1.4"
57905803
is-glob "^4.0.0"
57915804
is-path-inside "^3.0.3"
5792-
js-sdsl "^4.1.4"
57935805
js-yaml "^4.1.0"
57945806
json-stable-stringify-without-jsonify "^1.0.1"
57955807
levn "^0.4.1"
57965808
lodash.merge "^4.6.2"
57975809
minimatch "^3.1.2"
57985810
natural-compare "^1.4.0"
57995811
optionator "^0.9.1"
5800-
regexpp "^3.2.0"
58015812
strip-ansi "^6.0.1"
58025813
strip-json-comments "^3.1.0"
58035814
text-table "^0.2.0"
58045815

5805-
espree@^9.4.0:
5806-
version "9.4.0"
5807-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
5808-
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
5816+
espree@^9.5.2:
5817+
version "9.5.2"
5818+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.2.tgz#e994e7dc33a082a7a82dceaf12883a829353215b"
5819+
integrity sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==
58095820
dependencies:
58105821
acorn "^8.8.0"
58115822
acorn-jsx "^5.3.2"
5812-
eslint-visitor-keys "^3.3.0"
5823+
eslint-visitor-keys "^3.4.1"
58135824

58145825
58155826
version "1.2.2"
@@ -6551,6 +6562,11 @@ grapheme-splitter@^1.0.4:
65516562
resolved "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
65526563
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
65536564

6565+
graphemer@^1.4.0:
6566+
version "1.4.0"
6567+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
6568+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
6569+
65546570
65556571
version "2.0.0"
65566572
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a"
@@ -7771,11 +7787,6 @@ joycon@^3.0.1:
77717787
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.0.1.tgz#9074c9b08ccf37a6726ff74a18485f85efcaddaf"
77727788
integrity sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==
77737789

7774-
js-sdsl@^4.1.4:
7775-
version "4.1.4"
7776-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
7777-
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
7778-
77797790
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
77807791
version "4.0.0"
77817792
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)