Skip to content

Commit 5ca9cfd

Browse files
chore: update dependency eslint to v8.16.0 (conventional-changelog#3189)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 83b1f52 commit 5ca9cfd

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

yarn.lock

+28-16
Original file line numberDiff line numberDiff line change
@@ -1154,15 +1154,15 @@
11541154
dependencies:
11551155
"@cspotcode/source-map-consumer" "0.8.0"
11561156

1157-
"@eslint/eslintrc@^1.2.3":
1158-
version "1.2.3"
1159-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1160-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
1157+
"@eslint/eslintrc@^1.3.0":
1158+
version "1.3.0"
1159+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1160+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
11611161
dependencies:
11621162
ajv "^6.12.4"
11631163
debug "^4.3.2"
11641164
espree "^9.3.2"
1165-
globals "^13.9.0"
1165+
globals "^13.15.0"
11661166
ignore "^5.2.0"
11671167
import-fresh "^3.2.1"
11681168
js-yaml "^4.1.0"
@@ -4496,11 +4496,11 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
44964496
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
44974497

44984498
eslint@^8.0.0:
4499-
version "8.15.0"
4500-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
4501-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
4499+
version "8.16.0"
4500+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
4501+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
45024502
dependencies:
4503-
"@eslint/eslintrc" "^1.2.3"
4503+
"@eslint/eslintrc" "^1.3.0"
45044504
"@humanwhocodes/config-array" "^0.9.2"
45054505
ajv "^6.10.0"
45064506
chalk "^4.0.0"
@@ -4518,7 +4518,7 @@ eslint@^8.0.0:
45184518
file-entry-cache "^6.0.1"
45194519
functional-red-black-tree "^1.0.1"
45204520
glob-parent "^6.0.1"
4521-
globals "^13.6.0"
4521+
globals "^13.15.0"
45224522
ignore "^5.2.0"
45234523
import-fresh "^3.0.0"
45244524
imurmurhash "^0.1.4"
@@ -5074,7 +5074,7 @@ [email protected]:
50745074
once "^1.3.0"
50755075
path-is-absolute "^1.0.0"
50765076

5077-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5077+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.4, glob@^7.1.6:
50785078
version "7.2.0"
50795079
resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
50805080
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -5086,6 +5086,18 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
50865086
once "^1.3.0"
50875087
path-is-absolute "^1.0.0"
50885088

5089+
glob@^7.1.3:
5090+
version "7.2.3"
5091+
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
5092+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
5093+
dependencies:
5094+
fs.realpath "^1.0.0"
5095+
inflight "^1.0.4"
5096+
inherits "2"
5097+
minimatch "^3.1.1"
5098+
once "^1.3.0"
5099+
path-is-absolute "^1.0.0"
5100+
50895101
global-dirs@^0.1.1:
50905102
version "0.1.1"
50915103
resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -5125,10 +5137,10 @@ globals@^11.1.0:
51255137
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
51265138
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
51275139

5128-
globals@^13.6.0, globals@^13.9.0:
5129-
version "13.13.0"
5130-
resolved "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b"
5131-
integrity sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==
5140+
globals@^13.15.0:
5141+
version "13.15.0"
5142+
resolved "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
5143+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
51325144
dependencies:
51335145
type-fest "^0.20.2"
51345146

@@ -6824,7 +6836,7 @@ [email protected]:
68246836
dependencies:
68256837
brace-expansion "^1.1.7"
68266838

6827-
minimatch@^3.0.4, minimatch@^3.1.2:
6839+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
68286840
version "3.1.2"
68296841
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
68306842
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)