Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ab22e1

Browse files
Merge pull request #194 from ruby-syntax-tree/dependabot/npm_and_yarn/eslint-8.30.0
Bump eslint from 8.29.0 to 8.30.0
2 parents e2deeeb + ca85e3c commit 2ab22e1

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -112,29 +112,29 @@
112112
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.7.tgz#966ac3fc41758e6843cbd5844b2466bbdc34dada"
113113
integrity sha512-QaQ8IH0JLacfGf5cf0HCCPnQuCTd/dAI257vXBgb/cccKGbH/6pVtI1gwhdAQ0Y48QSpTIFrh9etVyNdZY+zzw==
114114

115-
"@eslint/eslintrc@^1.3.3":
116-
version "1.3.3"
117-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
118-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
115+
"@eslint/eslintrc@^1.4.0":
116+
version "1.4.0"
117+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
118+
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
119119
dependencies:
120120
ajv "^6.12.4"
121121
debug "^4.3.2"
122122
espree "^9.4.0"
123-
globals "^13.15.0"
123+
globals "^13.19.0"
124124
ignore "^5.2.0"
125125
import-fresh "^3.2.1"
126126
js-yaml "^4.1.0"
127127
minimatch "^3.1.2"
128128
strip-json-comments "^3.1.1"
129129

130-
"@humanwhocodes/config-array@^0.11.6":
131-
version "0.11.6"
132-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
133-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
130+
"@humanwhocodes/config-array@^0.11.8":
131+
version "0.11.8"
132+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
133+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
134134
dependencies:
135135
"@humanwhocodes/object-schema" "^1.2.1"
136136
debug "^4.1.1"
137-
minimatch "^3.0.4"
137+
minimatch "^3.0.5"
138138

139139
"@humanwhocodes/module-importer@^1.0.1":
140140
version "1.0.1"
@@ -826,12 +826,12 @@ eslint-visitor-keys@^3.3.0:
826826
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
827827

828828
eslint@^8.22.0:
829-
version "8.29.0"
830-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
831-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
829+
version "8.30.0"
830+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
831+
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
832832
dependencies:
833-
"@eslint/eslintrc" "^1.3.3"
834-
"@humanwhocodes/config-array" "^0.11.6"
833+
"@eslint/eslintrc" "^1.4.0"
834+
"@humanwhocodes/config-array" "^0.11.8"
835835
"@humanwhocodes/module-importer" "^1.0.1"
836836
"@nodelib/fs.walk" "^1.2.8"
837837
ajv "^6.10.0"
@@ -850,7 +850,7 @@ eslint@^8.22.0:
850850
file-entry-cache "^6.0.1"
851851
find-up "^5.0.0"
852852
glob-parent "^6.0.2"
853-
globals "^13.15.0"
853+
globals "^13.19.0"
854854
grapheme-splitter "^1.0.4"
855855
ignore "^5.2.0"
856856
import-fresh "^3.0.0"
@@ -1091,10 +1091,10 @@ glob@^8.0.3:
10911091
minimatch "^5.0.1"
10921092
once "^1.3.0"
10931093

1094-
globals@^13.15.0:
1095-
version "13.17.0"
1096-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4"
1097-
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
1094+
globals@^13.19.0:
1095+
version "13.19.0"
1096+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
1097+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
10981098
dependencies:
10991099
type-fest "^0.20.2"
11001100

@@ -1404,7 +1404,7 @@ minimatch@5.0.1:
14041404
dependencies:
14051405
brace-expansion "^2.0.1"
14061406

1407-
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
1407+
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
14081408
version "3.1.2"
14091409
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
14101410
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)