Skip to content

Commit a741f6e

Browse files
committed
Update dependency eslint to v8.42.0
1 parent b53a18f commit a741f6e

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
@@ -54,7 +54,7 @@
5454
"@types/node": "^20.1.3",
5555
"@typescript-eslint/eslint-plugin": "5.59.8",
5656
"@typescript-eslint/parser": "5.59.8",
57-
"eslint": "8.41.0",
57+
"eslint": "8.42.0",
5858
"jest": "29.5.0",
5959
"myzod": "1.10.0",
6060
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,10 @@
919919
minimatch "^3.1.2"
920920
strip-json-comments "^3.1.1"
921921

922-
"@eslint/js@8.41.0":
923-
version "8.41.0"
924-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
925-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
922+
"@eslint/js@8.42.0":
923+
version "8.42.0"
924+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
925+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
926926

927927
"@graphql-codegen/[email protected]":
928928
version "4.0.1"
@@ -1294,10 +1294,10 @@
12941294
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
12951295
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
12961296

1297-
"@humanwhocodes/config-array@^0.11.8":
1298-
version "0.11.8"
1299-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1300-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
1297+
"@humanwhocodes/config-array@^0.11.10":
1298+
version "0.11.10"
1299+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1300+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
13011301
dependencies:
13021302
"@humanwhocodes/object-schema" "^1.2.1"
13031303
debug "^4.1.1"
@@ -2790,16 +2790,16 @@ eslint-visitor-keys@^3.4.1:
27902790
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
27912791
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
27922792

2793-
eslint@8.41.0:
2794-
version "8.41.0"
2795-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
2796-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
2793+
eslint@8.42.0:
2794+
version "8.42.0"
2795+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
2796+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
27972797
dependencies:
27982798
"@eslint-community/eslint-utils" "^4.2.0"
27992799
"@eslint-community/regexpp" "^4.4.0"
28002800
"@eslint/eslintrc" "^2.0.3"
2801-
"@eslint/js" "8.41.0"
2802-
"@humanwhocodes/config-array" "^0.11.8"
2801+
"@eslint/js" "8.42.0"
2802+
"@humanwhocodes/config-array" "^0.11.10"
28032803
"@humanwhocodes/module-importer" "^1.0.1"
28042804
"@nodelib/fs.walk" "^1.2.8"
28052805
ajv "^6.10.0"

0 commit comments

Comments
 (0)