Skip to content

Commit d961a3b

Browse files
committed
chore(deps): update dependency eslint to ^8.31.0
1 parent 17fd27a commit d961a3b

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sourcegraph/prettierrc": "^2.2.0",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "9.1.1",
56-
"eslint": "^8.29.0",
56+
"eslint": "^8.31.0",
5757
"husky": "^2.1.0",
5858
"mocha": "^9.2.2",
5959
"nyc": "^14.1.0",

yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -276,25 +276,25 @@
276276
dependencies:
277277
"@jridgewell/trace-mapping" "0.3.9"
278278

279-
"@eslint/eslintrc@^1.3.3":
280-
version "1.3.3"
281-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
282-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
279+
"@eslint/eslintrc@^1.4.1":
280+
version "1.4.1"
281+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
282+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
283283
dependencies:
284284
ajv "^6.12.4"
285285
debug "^4.3.2"
286286
espree "^9.4.0"
287-
globals "^13.15.0"
287+
globals "^13.19.0"
288288
ignore "^5.2.0"
289289
import-fresh "^3.2.1"
290290
js-yaml "^4.1.0"
291291
minimatch "^3.1.2"
292292
strip-json-comments "^3.1.1"
293293

294-
"@humanwhocodes/config-array@^0.11.6":
295-
version "0.11.7"
296-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
297-
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
294+
"@humanwhocodes/config-array@^0.11.8":
295+
version "0.11.8"
296+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
297+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
298298
dependencies:
299299
"@humanwhocodes/object-schema" "^1.2.1"
300300
debug "^4.1.1"
@@ -2549,13 +2549,13 @@ eslint-visitor-keys@^3.3.0:
25492549
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
25502550
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25512551

2552-
eslint@^8.29.0:
2553-
version "8.29.0"
2554-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
2555-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
2552+
eslint@^8.31.0:
2553+
version "8.31.0"
2554+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
2555+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
25562556
dependencies:
2557-
"@eslint/eslintrc" "^1.3.3"
2558-
"@humanwhocodes/config-array" "^0.11.6"
2557+
"@eslint/eslintrc" "^1.4.1"
2558+
"@humanwhocodes/config-array" "^0.11.8"
25592559
"@humanwhocodes/module-importer" "^1.0.1"
25602560
"@nodelib/fs.walk" "^1.2.8"
25612561
ajv "^6.10.0"
@@ -2574,7 +2574,7 @@ eslint@^8.29.0:
25742574
file-entry-cache "^6.0.1"
25752575
find-up "^5.0.0"
25762576
glob-parent "^6.0.2"
2577-
globals "^13.15.0"
2577+
globals "^13.19.0"
25782578
grapheme-splitter "^1.0.4"
25792579
ignore "^5.2.0"
25802580
import-fresh "^3.0.0"
@@ -3208,10 +3208,10 @@ globals@^11.1.0:
32083208
resolved "https://registry.npmjs.org/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e"
32093209
integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw==
32103210

3211-
globals@^13.15.0:
3212-
version "13.17.0"
3213-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4"
3214-
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
3211+
globals@^13.19.0:
3212+
version "13.19.0"
3213+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
3214+
integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==
32153215
dependencies:
32163216
type-fest "^0.20.2"
32173217

0 commit comments

Comments
 (0)