Skip to content

Commit 347f7c8

Browse files
committed
chore(deps): update dependency eslint to ^8.50.0
1 parent 5fe95a8 commit 347f7c8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@sourcegraph/eslint-config": "^0.33.0",
2727
"@sourcegraph/prettierrc": "^3.0.3",
2828
"@sourcegraph/tsconfig": "^4.0.1",
29-
"eslint": "^8.48.0",
29+
"eslint": "^8.50.0",
3030
"husky": "^5.0.9",
3131
"prettier": "^2.5.1",
3232
"semantic-release": "^17.3.9",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,15 @@
342342
minimatch "^3.1.2"
343343
strip-json-comments "^3.1.1"
344344

345-
"@eslint/js@8.48.0":
346-
version "8.48.0"
347-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
348-
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
345+
"@eslint/js@8.50.0":
346+
version "8.50.0"
347+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
348+
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
349349

350-
"@humanwhocodes/config-array@^0.11.10":
351-
version "0.11.10"
352-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
353-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
350+
"@humanwhocodes/config-array@^0.11.11":
351+
version "0.11.11"
352+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
353+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
354354
dependencies:
355355
"@humanwhocodes/object-schema" "^1.2.1"
356356
debug "^4.1.1"
@@ -2336,16 +2336,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
23362336
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
23372337
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
23382338

2339-
eslint@^8.48.0:
2340-
version "8.48.0"
2341-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
2342-
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
2339+
eslint@^8.50.0:
2340+
version "8.50.0"
2341+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
2342+
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
23432343
dependencies:
23442344
"@eslint-community/eslint-utils" "^4.2.0"
23452345
"@eslint-community/regexpp" "^4.6.1"
23462346
"@eslint/eslintrc" "^2.1.2"
2347-
"@eslint/js" "8.48.0"
2348-
"@humanwhocodes/config-array" "^0.11.10"
2347+
"@eslint/js" "8.50.0"
2348+
"@humanwhocodes/config-array" "^0.11.11"
23492349
"@humanwhocodes/module-importer" "^1.0.1"
23502350
"@nodelib/fs.walk" "^1.2.8"
23512351
ajv "^6.12.4"

0 commit comments

Comments
 (0)