Skip to content

Commit 0b9c074

Browse files
committed
fix(deps): update dependency eslint to ^8.51.0
1 parent 1e15807 commit 0b9c074

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/eslint-plugin": "^6.7.4",
4343
"@typescript-eslint/parser": "^6.7.4",
4444
"commitizen": "^4.3.0",
45-
"eslint": "^8.50.0",
45+
"eslint": "^8.51.0",
4646
"eslint-formatter-pretty": "^5.0.0",
4747
"eslint-plugin-eslint-comments": "^3.2.0",
4848
"eslint-plugin-import": "^2.28.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,10 @@
599599
minimatch "^3.1.2"
600600
strip-json-comments "^3.1.1"
601601

602-
"@eslint/js@8.50.0":
603-
version "8.50.0"
604-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
605-
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
602+
"@eslint/js@8.51.0":
603+
version "8.51.0"
604+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
605+
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
606606

607607
"@gar/promisify@^1.1.3":
608608
version "1.1.3"
@@ -3660,15 +3660,15 @@ eslint-visitor-keys@^3.4.3:
36603660
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
36613661
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
36623662

3663-
eslint@^8.50.0:
3664-
version "8.50.0"
3665-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
3666-
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
3663+
eslint@^8.51.0:
3664+
version "8.51.0"
3665+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
3666+
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
36673667
dependencies:
36683668
"@eslint-community/eslint-utils" "^4.2.0"
36693669
"@eslint-community/regexpp" "^4.6.1"
36703670
"@eslint/eslintrc" "^2.1.2"
3671-
"@eslint/js" "8.50.0"
3671+
"@eslint/js" "8.51.0"
36723672
"@humanwhocodes/config-array" "^0.11.11"
36733673
"@humanwhocodes/module-importer" "^1.0.1"
36743674
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)