Skip to content

Commit ca7c19d

Browse files
committed
Update dependency eslint to v8.57.0
1 parent 4a69a74 commit ca7c19d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vitejs/plugin-react": "1.3.2",
4141
"autoprefixer": "10.4.19",
4242
"babel-eslint": "10.1.0",
43-
"eslint": "8.56.0",
43+
"eslint": "8.57.0",
4444
"eslint-config-react-app": "7.0.1",
4545
"eslint-plugin-flowtype": "8.0.3",
4646
"eslint-plugin-import": "2.29.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,10 +1799,10 @@
17991799
minimatch "^3.1.2"
18001800
strip-json-comments "^3.1.1"
18011801

1802-
"@eslint/js@8.56.0":
1803-
version "8.56.0"
1804-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1805-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
1802+
"@eslint/js@8.57.0":
1803+
version "8.57.0"
1804+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1805+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
18061806

18071807
"@graphql-codegen/[email protected]":
18081808
version "2.16.5"
@@ -2231,7 +2231,7 @@
22312231
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
22322232
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
22332233

2234-
"@humanwhocodes/config-array@^0.11.13":
2234+
"@humanwhocodes/config-array@^0.11.14":
22352235
version "0.11.14"
22362236
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
22372237
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
@@ -5352,16 +5352,16 @@ eslint-visitor-keys@^3.4.3:
53525352
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
53535353
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
53545354

5355-
eslint@8.56.0:
5356-
version "8.56.0"
5357-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
5358-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
5355+
eslint@8.57.0:
5356+
version "8.57.0"
5357+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
5358+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
53595359
dependencies:
53605360
"@eslint-community/eslint-utils" "^4.2.0"
53615361
"@eslint-community/regexpp" "^4.6.1"
53625362
"@eslint/eslintrc" "^2.1.4"
5363-
"@eslint/js" "8.56.0"
5364-
"@humanwhocodes/config-array" "^0.11.13"
5363+
"@eslint/js" "8.57.0"
5364+
"@humanwhocodes/config-array" "^0.11.14"
53655365
"@humanwhocodes/module-importer" "^1.0.1"
53665366
"@nodelib/fs.walk" "^1.2.8"
53675367
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)