Skip to content

Commit 4e941f1

Browse files
committed
Update dependency eslint to v8.24.0
1 parent 1632409 commit 4e941f1

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
@@ -50,7 +50,7 @@
5050
"@types/jest": "29.0.3",
5151
"@typescript-eslint/eslint-plugin": "5.38.0",
5252
"@typescript-eslint/parser": "5.38.0",
53-
"eslint": "8.23.1",
53+
"eslint": "8.24.0",
5454
"jest": "29.0.3",
5555
"myzod": "1.8.8",
5656
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,10 +1290,10 @@
12901290
tslib "^2.4.0"
12911291
value-or-promise "1.0.11"
12921292

1293-
"@humanwhocodes/config-array@^0.10.4":
1294-
version "0.10.4"
1295-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
1296-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
1293+
"@humanwhocodes/config-array@^0.10.5":
1294+
version "0.10.5"
1295+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1296+
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
12971297
dependencies:
12981298
"@humanwhocodes/object-schema" "^1.2.1"
12991299
debug "^4.1.1"
@@ -2870,13 +2870,13 @@ eslint-visitor-keys@^3.3.0:
28702870
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
28712871
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
28722872

2873-
eslint@8.23.1:
2874-
version "8.23.1"
2875-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
2876-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
2873+
eslint@8.24.0:
2874+
version "8.24.0"
2875+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
2876+
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
28772877
dependencies:
28782878
"@eslint/eslintrc" "^1.3.2"
2879-
"@humanwhocodes/config-array" "^0.10.4"
2879+
"@humanwhocodes/config-array" "^0.10.5"
28802880
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
28812881
"@humanwhocodes/module-importer" "^1.0.1"
28822882
ajv "^6.10.0"

0 commit comments

Comments
 (0)