Skip to content

Commit 3c55abb

Browse files
chore(deps-dev): bump eslint from 8.29.0 to 8.31.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.29.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8004721 commit 3c55abb

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,15 +1531,15 @@
15311531
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
15321532
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
15331533

1534-
"@eslint/eslintrc@^1.3.3":
1535-
version "1.3.3"
1536-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1537-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
1534+
"@eslint/eslintrc@^1.4.1":
1535+
version "1.4.1"
1536+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1537+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
15381538
dependencies:
15391539
ajv "^6.12.4"
15401540
debug "^4.3.2"
15411541
espree "^9.4.0"
1542-
globals "^13.15.0"
1542+
globals "^13.19.0"
15431543
ignore "^5.2.0"
15441544
import-fresh "^3.2.1"
15451545
js-yaml "^4.1.0"
@@ -1551,10 +1551,10 @@
15511551
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
15521552
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
15531553

1554-
"@humanwhocodes/config-array@^0.11.6":
1555-
version "0.11.7"
1556-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
1557-
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
1554+
"@humanwhocodes/config-array@^0.11.8":
1555+
version "0.11.8"
1556+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1557+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
15581558
dependencies:
15591559
"@humanwhocodes/object-schema" "^1.2.1"
15601560
debug "^4.1.1"
@@ -5502,12 +5502,12 @@ eslint-visitor-keys@^3.3.0:
55025502
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
55035503

55045504
eslint@^8.13.0:
5505-
version "8.29.0"
5506-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
5507-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
5505+
version "8.31.0"
5506+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
5507+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
55085508
dependencies:
5509-
"@eslint/eslintrc" "^1.3.3"
5510-
"@humanwhocodes/config-array" "^0.11.6"
5509+
"@eslint/eslintrc" "^1.4.1"
5510+
"@humanwhocodes/config-array" "^0.11.8"
55115511
"@humanwhocodes/module-importer" "^1.0.1"
55125512
"@nodelib/fs.walk" "^1.2.8"
55135513
ajv "^6.10.0"
@@ -5526,7 +5526,7 @@ eslint@^8.13.0:
55265526
file-entry-cache "^6.0.1"
55275527
find-up "^5.0.0"
55285528
glob-parent "^6.0.2"
5529-
globals "^13.15.0"
5529+
globals "^13.19.0"
55305530
grapheme-splitter "^1.0.4"
55315531
ignore "^5.2.0"
55325532
import-fresh "^3.0.0"
@@ -6198,10 +6198,10 @@ globals@^11.1.0:
61986198
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
61996199
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
62006200

6201-
globals@^13.15.0:
6202-
version "13.15.0"
6203-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
6204-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
6201+
globals@^13.19.0:
6202+
version "13.19.0"
6203+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
6204+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
62056205
dependencies:
62066206
type-fest "^0.20.2"
62076207

0 commit comments

Comments
 (0)