Skip to content

Commit 02405c4

Browse files
committed
chore(deps): update dependency eslint to ^8.31.0
1 parent ba860de commit 02405c4

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@sourcegraph/tslint-config": "^13.4.0",
4545
"@types/eslint": "8.4.10",
4646
"@types/uuid": "8.3.4",
47-
"eslint": "^8.29.0",
47+
"eslint": "^8.31.0",
4848
"husky": "^3.1.0",
4949
"lsif-util": "^0.2.15",
5050
"prettier": "^2.8.1",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -285,25 +285,25 @@
285285
dependencies:
286286
"@jridgewell/trace-mapping" "0.3.9"
287287

288-
"@eslint/eslintrc@^1.3.3":
289-
version "1.3.3"
290-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
291-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
288+
"@eslint/eslintrc@^1.4.1":
289+
version "1.4.1"
290+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
291+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
292292
dependencies:
293293
ajv "^6.12.4"
294294
debug "^4.3.2"
295295
espree "^9.4.0"
296-
globals "^13.15.0"
296+
globals "^13.19.0"
297297
ignore "^5.2.0"
298298
import-fresh "^3.2.1"
299299
js-yaml "^4.1.0"
300300
minimatch "^3.1.2"
301301
strip-json-comments "^3.1.1"
302302

303-
"@humanwhocodes/config-array@^0.11.6":
304-
version "0.11.7"
305-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
306-
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
303+
"@humanwhocodes/config-array@^0.11.8":
304+
version "0.11.8"
305+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
306+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
307307
dependencies:
308308
"@humanwhocodes/object-schema" "^1.2.1"
309309
debug "^4.1.1"
@@ -2365,13 +2365,13 @@ eslint-visitor-keys@^3.3.0:
23652365
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
23662366
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
23672367

2368-
eslint@^8.29.0:
2369-
version "8.29.0"
2370-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
2371-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
2368+
eslint@^8.31.0:
2369+
version "8.31.0"
2370+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
2371+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
23722372
dependencies:
2373-
"@eslint/eslintrc" "^1.3.3"
2374-
"@humanwhocodes/config-array" "^0.11.6"
2373+
"@eslint/eslintrc" "^1.4.1"
2374+
"@humanwhocodes/config-array" "^0.11.8"
23752375
"@humanwhocodes/module-importer" "^1.0.1"
23762376
"@nodelib/fs.walk" "^1.2.8"
23772377
ajv "^6.10.0"
@@ -2390,7 +2390,7 @@ eslint@^8.29.0:
23902390
file-entry-cache "^6.0.1"
23912391
find-up "^5.0.0"
23922392
glob-parent "^6.0.2"
2393-
globals "^13.15.0"
2393+
globals "^13.19.0"
23942394
grapheme-splitter "^1.0.4"
23952395
ignore "^5.2.0"
23962396
import-fresh "^3.0.0"
@@ -2922,10 +2922,10 @@ globals@^11.1.0:
29222922
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
29232923
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
29242924

2925-
globals@^13.15.0:
2926-
version "13.18.0"
2927-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.18.0.tgz#fb224daeeb2bb7d254cd2c640f003528b8d0c1dc"
2928-
integrity sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==
2925+
globals@^13.19.0:
2926+
version "13.19.0"
2927+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
2928+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
29292929
dependencies:
29302930
type-fest "^0.20.2"
29312931

0 commit comments

Comments
 (0)