Skip to content

Commit 2d0eaf7

Browse files
committed
Update dependency eslint to v8.30.0
1 parent 27a57b8 commit 2d0eaf7

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/jest": "29.2.4",
5454
"@typescript-eslint/eslint-plugin": "5.46.1",
5555
"@typescript-eslint/parser": "5.46.1",
56-
"eslint": "8.29.0",
56+
"eslint": "8.30.0",
5757
"jest": "29.3.1",
5858
"myzod": "1.8.8",
5959
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,15 @@
818818
dependencies:
819819
"@jridgewell/trace-mapping" "0.3.9"
820820

821-
"@eslint/eslintrc@^1.3.3":
822-
version "1.3.3"
823-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
824-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
821+
"@eslint/eslintrc@^1.4.0":
822+
version "1.4.0"
823+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
824+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
825825
dependencies:
826826
ajv "^6.12.4"
827827
debug "^4.3.2"
828828
espree "^9.4.0"
829-
globals "^13.15.0"
829+
globals "^13.19.0"
830830
ignore "^5.2.0"
831831
import-fresh "^3.2.1"
832832
js-yaml "^4.1.0"
@@ -1390,14 +1390,14 @@
13901390
tslib "^2.4.0"
13911391
value-or-promise "1.0.11"
13921392

1393-
"@humanwhocodes/config-array@^0.11.6":
1394-
version "0.11.6"
1395-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1396-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
1393+
"@humanwhocodes/config-array@^0.11.8":
1394+
version "0.11.8"
1395+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1396+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
13971397
dependencies:
13981398
"@humanwhocodes/object-schema" "^1.2.1"
13991399
debug "^4.1.1"
1400-
minimatch "^3.0.4"
1400+
minimatch "^3.0.5"
14011401

14021402
"@humanwhocodes/module-importer@^1.0.1":
14031403
version "1.0.1"
@@ -3017,13 +3017,13 @@ eslint-visitor-keys@^3.3.0:
30173017
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
30183018
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
30193019

3020-
eslint@8.29.0:
3021-
version "8.29.0"
3022-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
3023-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
3020+
eslint@8.30.0:
3021+
version "8.30.0"
3022+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
3023+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
30243024
dependencies:
3025-
"@eslint/eslintrc" "^1.3.3"
3026-
"@humanwhocodes/config-array" "^0.11.6"
3025+
"@eslint/eslintrc" "^1.4.0"
3026+
"@humanwhocodes/config-array" "^0.11.8"
30273027
"@humanwhocodes/module-importer" "^1.0.1"
30283028
"@nodelib/fs.walk" "^1.2.8"
30293029
ajv "^6.10.0"
@@ -3042,7 +3042,7 @@ [email protected]:
30423042
file-entry-cache "^6.0.1"
30433043
find-up "^5.0.0"
30443044
glob-parent "^6.0.2"
3045-
globals "^13.15.0"
3045+
globals "^13.19.0"
30463046
grapheme-splitter "^1.0.4"
30473047
ignore "^5.2.0"
30483048
import-fresh "^3.0.0"
@@ -3389,10 +3389,10 @@ globals@^11.1.0:
33893389
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
33903390
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
33913391

3392-
globals@^13.15.0:
3393-
version "13.15.0"
3394-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
3395-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
3392+
globals@^13.19.0:
3393+
version "13.19.0"
3394+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
3395+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
33963396
dependencies:
33973397
type-fest "^0.20.2"
33983398

@@ -4664,7 +4664,7 @@ minimatch@^3.0.4:
46644664
dependencies:
46654665
brace-expansion "^1.1.7"
46664666

4667-
minimatch@^3.1.2:
4667+
minimatch@^3.0.5, minimatch@^3.1.2:
46684668
version "3.1.2"
46694669
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
46704670
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)