Skip to content

Commit f58e415

Browse files
committed
chore(deps): update dependency eslint to ^8.56.0
1 parent 4b6caa3 commit f58e415

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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.44.8",
45+
"@types/eslint": "8.56.0",
4646
"@types/uuid": "8.3.4",
47-
"eslint": "^8.55.0",
47+
"eslint": "^8.56.0",
4848
"husky": "^3.1.0",
4949
"lsif-util": "^0.2.15",
5050
"prettier": "^3.1.1",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@
317317
minimatch "^3.1.2"
318318
strip-json-comments "^3.1.1"
319319

320-
"@eslint/js@8.55.0":
321-
version "8.55.0"
322-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
323-
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
320+
"@eslint/js@8.56.0":
321+
version "8.56.0"
322+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
323+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
324324

325325
"@humanwhocodes/config-array@^0.11.13":
326326
version "0.11.13"
@@ -599,10 +599,10 @@
599599
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
600600
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
601601

602-
"@types/eslint@8.44.8":
603-
version "8.44.8"
604-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.8.tgz#f4fe1dab9b3d3dd98082d4b9f80e59ab40f1261c"
605-
integrity sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==
602+
"@types/eslint@8.56.0":
603+
version "8.56.0"
604+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.0.tgz#e28d045b8e530a33c9cbcfbf02332df0d1380a2c"
605+
integrity sha512-FlsN0p4FhuYRjIxpbdXovvHQhtlG05O1GG/RNWvdAxTboR438IOTwmrY/vLA+Xfgg06BTkP045M3vpFwTMv1dg==
606606
dependencies:
607607
"@types/estree" "*"
608608
"@types/json-schema" "*"
@@ -2344,15 +2344,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
23442344
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
23452345
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
23462346

2347-
eslint@^8.55.0:
2348-
version "8.55.0"
2349-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
2350-
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
2347+
eslint@^8.56.0:
2348+
version "8.56.0"
2349+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2350+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
23512351
dependencies:
23522352
"@eslint-community/eslint-utils" "^4.2.0"
23532353
"@eslint-community/regexpp" "^4.6.1"
23542354
"@eslint/eslintrc" "^2.1.4"
2355-
"@eslint/js" "8.55.0"
2355+
"@eslint/js" "8.56.0"
23562356
"@humanwhocodes/config-array" "^0.11.13"
23572357
"@humanwhocodes/module-importer" "^1.0.1"
23582358
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)