Skip to content

Commit 0142a7a

Browse files
committed
Update dependency eslint to v8.35.0
1 parent b21cac6 commit 0142a7a

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/jest": "29.4.0",
5454
"@typescript-eslint/eslint-plugin": "5.53.0",
5555
"@typescript-eslint/parser": "5.53.0",
56-
"eslint": "8.34.0",
56+
"eslint": "8.35.0",
5757
"jest": "29.4.3",
5858
"myzod": "1.8.8",
5959
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,10 @@
818818
dependencies:
819819
"@jridgewell/trace-mapping" "0.3.9"
820820

821-
"@eslint/eslintrc@^1.4.1":
822-
version "1.4.1"
823-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
824-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
821+
"@eslint/eslintrc@^2.0.0":
822+
version "2.0.0"
823+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
824+
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
825825
dependencies:
826826
ajv "^6.12.4"
827827
debug "^4.3.2"
@@ -833,6 +833,11 @@
833833
minimatch "^3.1.2"
834834
strip-json-comments "^3.1.1"
835835

836+
837+
version "8.35.0"
838+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
839+
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
840+
836841
"@graphql-codegen/[email protected]":
837842
version "2.16.1"
838843
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.16.1.tgz#72df7197e3d2d9261cffdf084ddb4f3845a4bb53"
@@ -3001,12 +3006,13 @@ eslint-visitor-keys@^3.3.0:
30013006
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
30023007
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
30033008

3004-
eslint@8.34.0:
3005-
version "8.34.0"
3006-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
3007-
integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
3009+
eslint@8.35.0:
3010+
version "8.35.0"
3011+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3012+
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
30083013
dependencies:
3009-
"@eslint/eslintrc" "^1.4.1"
3014+
"@eslint/eslintrc" "^2.0.0"
3015+
"@eslint/js" "8.35.0"
30103016
"@humanwhocodes/config-array" "^0.11.8"
30113017
"@humanwhocodes/module-importer" "^1.0.1"
30123018
"@nodelib/fs.walk" "^1.2.8"
@@ -3020,7 +3026,7 @@ [email protected]:
30203026
eslint-utils "^3.0.0"
30213027
eslint-visitor-keys "^3.3.0"
30223028
espree "^9.4.0"
3023-
esquery "^1.4.0"
3029+
esquery "^1.4.2"
30243030
esutils "^2.0.2"
30253031
fast-deep-equal "^3.1.3"
30263032
file-entry-cache "^6.0.1"
@@ -3060,10 +3066,10 @@ esprima@^4.0.0:
30603066
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
30613067
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
30623068

3063-
esquery@^1.4.0:
3064-
version "1.4.0"
3065-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
3066-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
3069+
esquery@^1.4.2:
3070+
version "1.4.2"
3071+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
3072+
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
30673073
dependencies:
30683074
estraverse "^5.1.0"
30693075

0 commit comments

Comments
 (0)