Skip to content

Commit 21bf9ed

Browse files
Bump eslint from 8.29.0 to 8.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.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.30.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 91d74fc commit 21bf9ed

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1038,15 +1038,15 @@
10381038
dependencies:
10391039
source-map "^0.5.6"
10401040

1041-
"@eslint/eslintrc@^1.3.3":
1042-
version "1.3.3"
1043-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1044-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
1041+
"@eslint/eslintrc@^1.4.0":
1042+
version "1.4.0"
1043+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
1044+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
10451045
dependencies:
10461046
ajv "^6.12.4"
10471047
debug "^4.3.2"
10481048
espree "^9.4.0"
1049-
globals "^13.15.0"
1049+
globals "^13.19.0"
10501050
ignore "^5.2.0"
10511051
import-fresh "^3.2.1"
10521052
js-yaml "^4.1.0"
@@ -1058,14 +1058,14 @@
10581058
resolved "https://registry.yarnpkg.com/@gar%2fpromisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
10591059
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
10601060

1061-
"@humanwhocodes/config-array@^0.11.6":
1062-
version "0.11.6"
1063-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1064-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
1061+
"@humanwhocodes/config-array@^0.11.8":
1062+
version "0.11.8"
1063+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1064+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
10651065
dependencies:
10661066
"@humanwhocodes/object-schema" "^1.2.1"
10671067
debug "^4.1.1"
1068-
minimatch "^3.0.4"
1068+
minimatch "^3.0.5"
10691069

10701070
"@humanwhocodes/module-importer@^1.0.1":
10711071
version "1.0.1"
@@ -2510,12 +2510,12 @@ eslint-visitor-keys@^3.3.0:
25102510
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25112511

25122512
eslint@^8.15.0:
2513-
version "8.29.0"
2514-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
2515-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
2513+
version "8.30.0"
2514+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
2515+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
25162516
dependencies:
2517-
"@eslint/eslintrc" "^1.3.3"
2518-
"@humanwhocodes/config-array" "^0.11.6"
2517+
"@eslint/eslintrc" "^1.4.0"
2518+
"@humanwhocodes/config-array" "^0.11.8"
25192519
"@humanwhocodes/module-importer" "^1.0.1"
25202520
"@nodelib/fs.walk" "^1.2.8"
25212521
ajv "^6.10.0"
@@ -2534,7 +2534,7 @@ eslint@^8.15.0:
25342534
file-entry-cache "^6.0.1"
25352535
find-up "^5.0.0"
25362536
glob-parent "^6.0.2"
2537-
globals "^13.15.0"
2537+
globals "^13.19.0"
25382538
grapheme-splitter "^1.0.4"
25392539
ignore "^5.2.0"
25402540
import-fresh "^3.0.0"
@@ -3026,10 +3026,10 @@ globals@^11.1.0:
30263026
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
30273027
integrity sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=
30283028

3029-
globals@^13.15.0:
3030-
version "13.15.0"
3031-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
3032-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
3029+
globals@^13.19.0:
3030+
version "13.19.0"
3031+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
3032+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
30333033
dependencies:
30343034
type-fest "^0.20.2"
30353035

@@ -4073,7 +4073,7 @@ min-indent@^1.0.0:
40734073
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
40744074
integrity sha1-pj9oFnOzBXH76LwlaGrnRu76mGk=
40754075

4076-
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
4076+
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
40774077
version "3.1.2"
40784078
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
40794079
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)