Skip to content

Commit b6c6a3c

Browse files
committed
Update dependency eslint to v8.25.0
1 parent f548553 commit b6c6a3c

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
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.1.2",
5151
"@typescript-eslint/eslint-plugin": "5.39.0",
5252
"@typescript-eslint/parser": "5.39.0",
53-
"eslint": "8.24.0",
53+
"eslint": "8.25.0",
5454
"jest": "29.1.2",
5555
"myzod": "1.8.8",
5656
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,10 @@
806806
dependencies:
807807
"@jridgewell/trace-mapping" "0.3.9"
808808

809-
"@eslint/eslintrc@^1.3.2":
810-
version "1.3.2"
811-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
812-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
809+
"@eslint/eslintrc@^1.3.3":
810+
version "1.3.3"
811+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
812+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
813813
dependencies:
814814
ajv "^6.12.4"
815815
debug "^4.3.2"
@@ -1348,11 +1348,6 @@
13481348
debug "^4.1.1"
13491349
minimatch "^3.0.4"
13501350

1351-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1352-
version "1.0.2"
1353-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1354-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1355-
13561351
"@humanwhocodes/module-importer@^1.0.1":
13571352
version "1.0.1"
13581353
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -2939,14 +2934,13 @@ eslint-visitor-keys@^3.3.0:
29392934
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
29402935
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
29412936

2942-
eslint@8.24.0:
2943-
version "8.24.0"
2944-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
2945-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
2937+
eslint@8.25.0:
2938+
version "8.25.0"
2939+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
2940+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
29462941
dependencies:
2947-
"@eslint/eslintrc" "^1.3.2"
2942+
"@eslint/eslintrc" "^1.3.3"
29482943
"@humanwhocodes/config-array" "^0.10.5"
2949-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
29502944
"@humanwhocodes/module-importer" "^1.0.1"
29512945
ajv "^6.10.0"
29522946
chalk "^4.0.0"

0 commit comments

Comments
 (0)