Skip to content

Commit f7a1872

Browse files
committed
Update dependency eslint to v8.30.0
1 parent d1e80ea commit f7a1872

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"chai": "4.3.7",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.0.3",
34-
"eslint": "8.29.0",
34+
"eslint": "8.30.0",
3535
"eslint-config-prettier": "8.5.0",
3636
"eslint-config-xo": "0.43.1",
3737
"eslint-config-xo-typescript": "0.55.1",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
4747
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
4848

49-
"@eslint/eslintrc@^1.3.3":
50-
version "1.3.3"
51-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
52-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
49+
"@eslint/eslintrc@^1.4.0":
50+
version "1.4.0"
51+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
52+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
5353
dependencies:
5454
ajv "^6.12.4"
5555
debug "^4.3.2"
5656
espree "^9.4.0"
57-
globals "^13.15.0"
57+
globals "^13.19.0"
5858
ignore "^5.2.0"
5959
import-fresh "^3.2.1"
6060
js-yaml "^4.1.0"
@@ -1263,14 +1263,14 @@
12631263
"@ethersproject/properties" "^5.7.0"
12641264
"@ethersproject/strings" "^5.7.0"
12651265

1266-
"@humanwhocodes/config-array@^0.11.6":
1267-
version "0.11.6"
1268-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1269-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
1266+
"@humanwhocodes/config-array@^0.11.8":
1267+
version "0.11.8"
1268+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1269+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
12701270
dependencies:
12711271
"@humanwhocodes/object-schema" "^1.2.1"
12721272
debug "^4.1.1"
1273-
minimatch "^3.0.4"
1273+
minimatch "^3.0.5"
12741274

12751275
"@humanwhocodes/module-importer@^1.0.1":
12761276
version "1.0.1"
@@ -4126,13 +4126,13 @@ eslint-visitor-keys@^3.3.0:
41264126
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
41274127
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
41284128

4129-
eslint@8.29.0:
4130-
version "8.29.0"
4131-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
4132-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
4129+
eslint@8.30.0:
4130+
version "8.30.0"
4131+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
4132+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
41334133
dependencies:
4134-
"@eslint/eslintrc" "^1.3.3"
4135-
"@humanwhocodes/config-array" "^0.11.6"
4134+
"@eslint/eslintrc" "^1.4.0"
4135+
"@humanwhocodes/config-array" "^0.11.8"
41364136
"@humanwhocodes/module-importer" "^1.0.1"
41374137
"@nodelib/fs.walk" "^1.2.8"
41384138
ajv "^6.10.0"
@@ -4151,7 +4151,7 @@ eslint@8.29.0:
41514151
file-entry-cache "^6.0.1"
41524152
find-up "^5.0.0"
41534153
glob-parent "^6.0.2"
4154-
globals "^13.15.0"
4154+
globals "^13.19.0"
41554155
grapheme-splitter "^1.0.4"
41564156
ignore "^5.2.0"
41574157
import-fresh "^3.0.0"
@@ -5414,10 +5414,10 @@ globals@^11.7.0:
54145414
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
54155415
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
54165416

5417-
globals@^13.15.0:
5418-
version "13.15.0"
5419-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
5420-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
5417+
globals@^13.19.0:
5418+
version "13.19.0"
5419+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
5420+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
54215421
dependencies:
54225422
type-fest "^0.20.2"
54235423

@@ -7127,7 +7127,7 @@ minimatch@4.2.1:
71277127
dependencies:
71287128
brace-expansion "^1.1.7"
71297129

7130-
minimatch@^3.1.2:
7130+
minimatch@^3.0.5, minimatch@^3.1.2:
71317131
version "3.1.2"
71327132
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
71337133
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)