Skip to content

Commit b20e889

Browse files
committed
chore(deps): update dependency eslint to ^8.31.0
1 parent 57df1d7 commit b20e889

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@sourcegraph/eslint-config": "^0.33.0",
2727
"@sourcegraph/prettierrc": "^3.0.3",
2828
"@sourcegraph/tsconfig": "^4.0.1",
29-
"eslint": "^8.29.0",
29+
"eslint": "^8.31.0",
3030
"husky": "^5.0.9",
3131
"prettier": "^2.5.1",
3232
"semantic-release": "^17.3.9",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -295,25 +295,25 @@
295295
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz#1bfafe4b7ed0f3e4105837e056e0a89b108ebe36"
296296
integrity sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==
297297

298-
"@eslint/eslintrc@^1.3.3":
299-
version "1.3.3"
300-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
301-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
298+
"@eslint/eslintrc@^1.4.1":
299+
version "1.4.1"
300+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
301+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
302302
dependencies:
303303
ajv "^6.12.4"
304304
debug "^4.3.2"
305305
espree "^9.4.0"
306-
globals "^13.15.0"
306+
globals "^13.19.0"
307307
ignore "^5.2.0"
308308
import-fresh "^3.2.1"
309309
js-yaml "^4.1.0"
310310
minimatch "^3.1.2"
311311
strip-json-comments "^3.1.1"
312312

313-
"@humanwhocodes/config-array@^0.11.6":
314-
version "0.11.7"
315-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
316-
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
313+
"@humanwhocodes/config-array@^0.11.8":
314+
version "0.11.8"
315+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
316+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
317317
dependencies:
318318
"@humanwhocodes/object-schema" "^1.2.1"
319319
debug "^4.1.1"
@@ -2274,13 +2274,13 @@ eslint-visitor-keys@^3.3.0:
22742274
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
22752275
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
22762276

2277-
eslint@^8.29.0:
2278-
version "8.29.0"
2279-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
2280-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
2277+
eslint@^8.31.0:
2278+
version "8.31.0"
2279+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
2280+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
22812281
dependencies:
2282-
"@eslint/eslintrc" "^1.3.3"
2283-
"@humanwhocodes/config-array" "^0.11.6"
2282+
"@eslint/eslintrc" "^1.4.1"
2283+
"@humanwhocodes/config-array" "^0.11.8"
22842284
"@humanwhocodes/module-importer" "^1.0.1"
22852285
"@nodelib/fs.walk" "^1.2.8"
22862286
ajv "^6.10.0"
@@ -2299,7 +2299,7 @@ eslint@^8.29.0:
22992299
file-entry-cache "^6.0.1"
23002300
find-up "^5.0.0"
23012301
glob-parent "^6.0.2"
2302-
globals "^13.15.0"
2302+
globals "^13.19.0"
23032303
grapheme-splitter "^1.0.4"
23042304
ignore "^5.2.0"
23052305
import-fresh "^3.0.0"
@@ -2830,10 +2830,10 @@ globals@^11.1.0:
28302830
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
28312831
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
28322832

2833-
globals@^13.15.0:
2834-
version "13.15.0"
2835-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
2836-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
2833+
globals@^13.19.0:
2834+
version "13.19.0"
2835+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
2836+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
28372837
dependencies:
28382838
type-fest "^0.20.2"
28392839

0 commit comments

Comments
 (0)