Skip to content

Commit badcaee

Browse files
committed
chore(deps): update dependency eslint to ^8.41.0
1 parent 5e88921 commit badcaee

2 files changed

Lines changed: 20 additions & 26 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@sourcegraph/prettierrc": "^3.0.3",
4343
"@sourcegraph/tsconfig": "^4.0.1",
4444
"@sourcegraph/tslint-config": "^13.4.0",
45-
"@types/eslint": "8.37.0",
45+
"@types/eslint": "8.40.0",
4646
"@types/uuid": "8.3.4",
47-
"eslint": "^8.40.0",
47+
"eslint": "^8.41.0",
4848
"husky": "^3.1.0",
4949
"lsif-util": "^0.2.15",
5050
"prettier": "^2.8.8",

yarn.lock

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@
312312
minimatch "^3.1.2"
313313
strip-json-comments "^3.1.1"
314314

315-
"@eslint/js@8.40.0":
316-
version "8.40.0"
317-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
318-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
315+
"@eslint/js@8.41.0":
316+
version "8.41.0"
317+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
318+
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
319319

320320
"@humanwhocodes/config-array@^0.11.8":
321321
version "0.11.8"
@@ -662,10 +662,10 @@
662662
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
663663
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
664664

665-
"@types/eslint@8.37.0":
666-
version "8.37.0"
667-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.37.0.tgz#29cebc6c2a3ac7fea7113207bf5a828fdf4d7ef1"
668-
integrity sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==
665+
"@types/eslint@8.40.0":
666+
version "8.40.0"
667+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.40.0.tgz#ae73dc9ec5237f2794c4f79efd6a4c73b13daf23"
668+
integrity sha512-nbq2mvc/tBrK9zQQuItvjJl++GTN5j06DaPtp3hZCpngmG6Q3xoyEmd0TwZI0gAy/G1X0zhGBbr2imsGFdFV0g==
669669
dependencies:
670670
"@types/estree" "*"
671671
"@types/json-schema" "*"
@@ -2374,15 +2374,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
23742374
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
23752375
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
23762376

2377-
eslint@^8.40.0:
2378-
version "8.40.0"
2379-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
2380-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
2377+
eslint@^8.41.0:
2378+
version "8.41.0"
2379+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
2380+
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
23812381
dependencies:
23822382
"@eslint-community/eslint-utils" "^4.2.0"
23832383
"@eslint-community/regexpp" "^4.4.0"
23842384
"@eslint/eslintrc" "^2.0.3"
2385-
"@eslint/js" "8.40.0"
2385+
"@eslint/js" "8.41.0"
23862386
"@humanwhocodes/config-array" "^0.11.8"
23872387
"@humanwhocodes/module-importer" "^1.0.1"
23882388
"@nodelib/fs.walk" "^1.2.8"
@@ -2402,13 +2402,12 @@ eslint@^8.40.0:
24022402
find-up "^5.0.0"
24032403
glob-parent "^6.0.2"
24042404
globals "^13.19.0"
2405-
grapheme-splitter "^1.0.4"
2405+
graphemer "^1.4.0"
24062406
ignore "^5.2.0"
24072407
import-fresh "^3.0.0"
24082408
imurmurhash "^0.1.4"
24092409
is-glob "^4.0.0"
24102410
is-path-inside "^3.0.3"
2411-
js-sdsl "^4.1.4"
24122411
js-yaml "^4.1.0"
24132412
json-stable-stringify-without-jsonify "^1.0.1"
24142413
levn "^0.4.1"
@@ -2973,10 +2972,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
29732972
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
29742973
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
29752974

2976-
grapheme-splitter@^1.0.4:
2977-
version "1.0.4"
2978-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
2979-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
2975+
graphemer@^1.4.0:
2976+
version "1.4.0"
2977+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2978+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
29802979

29812980
handlebars@^4.4.0:
29822981
version "4.5.1"
@@ -3569,11 +3568,6 @@ java-properties@^1.0.0:
35693568
resolved "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
35703569
integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==
35713570

3572-
js-sdsl@^4.1.4:
3573-
version "4.1.5"
3574-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.5.tgz#1ff1645e6b4d1b028cd3f862db88c9d887f26e2a"
3575-
integrity sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==
3576-
35773571
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
35783572
version "4.0.0"
35793573
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)