Skip to content

Commit 74ee1d3

Browse files
committed
Update dependency eslint to v8.25.0
1 parent afe332c commit 74ee1d3

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
@@ -30,7 +30,7 @@
3030
"bignumber.js": "9.1.0",
3131
"chai": "4.3.6",
3232
"dotenv": "16.0.3",
33-
"eslint": "8.24.0",
33+
"eslint": "8.25.0",
3434
"eslint-config-prettier": "8.5.0",
3535
"eslint-config-xo": "0.42.0",
3636
"eslint-config-xo-typescript": "0.53.0",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
6666
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
6767

68-
"@eslint/eslintrc@^1.3.2":
69-
version "1.3.2"
70-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
71-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
68+
"@eslint/eslintrc@^1.3.3":
69+
version "1.3.3"
70+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
71+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
7272
dependencies:
7373
ajv "^6.12.4"
7474
debug "^4.3.2"
@@ -931,11 +931,6 @@
931931
debug "^4.1.1"
932932
minimatch "^3.0.4"
933933

934-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
935-
version "1.0.2"
936-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
937-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
938-
939934
"@humanwhocodes/module-importer@^1.0.1":
940935
version "1.0.1"
941936
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3704,14 +3699,13 @@ eslint-visitor-keys@^3.3.0:
37043699
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
37053700
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
37063701

3707-
eslint@8.24.0:
3708-
version "8.24.0"
3709-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
3710-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
3702+
eslint@8.25.0:
3703+
version "8.25.0"
3704+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3705+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
37113706
dependencies:
3712-
"@eslint/eslintrc" "^1.3.2"
3707+
"@eslint/eslintrc" "^1.3.3"
37133708
"@humanwhocodes/config-array" "^0.10.5"
3714-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
37153709
"@humanwhocodes/module-importer" "^1.0.1"
37163710
ajv "^6.10.0"
37173711
chalk "^4.0.0"

0 commit comments

Comments
 (0)