Skip to content

Commit 78c0ecc

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to ^7.8.1
1 parent 4fa9012 commit 78c0ecc

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sourcegraph/prettierrc": "^3.0.3",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "7.0.2",
56-
"eslint": "^7.8.0",
56+
"eslint": "^7.8.1",
5757
"husky": "^3.0.2",
5858
"mocha": "^7.2.0",
5959
"nyc": "^15.1.0",

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -320,14 +320,20 @@
320320
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
321321
integrity sha512-r3fwVbVH+M8W0qYlBBZFsUwKe6NT5qvz+EmU7sr8VeN1cQ63z+3cfXyTo7WGGEMEgKiT0jboNAK3b1FZp8k9LQ==
322322

323-
"@eslint/eslintrc@^0.1.0":
324-
version "0.1.0"
325-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.0.tgz#3d1f19fb797d42fb1c85458c1c73541eeb1d9e76"
326-
integrity sha512-bfL5365QSCmH6cPeFT7Ywclj8C7LiF7sO6mUGzZhtAMV7iID1Euq6740u/SRi4C80NOnVz/CEfK8/HO+nCAPJg==
323+
"@eslint/eslintrc@^0.1.3":
324+
version "0.1.3"
325+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
326+
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
327327
dependencies:
328328
ajv "^6.12.4"
329329
debug "^4.1.1"
330+
espree "^7.3.0"
331+
globals "^12.1.0"
332+
ignore "^4.0.6"
330333
import-fresh "^3.2.1"
334+
js-yaml "^3.13.1"
335+
lodash "^4.17.19"
336+
minimatch "^3.0.4"
331337
strip-json-comments "^3.1.1"
332338

333339
"@istanbuljs/load-nyc-config@^1.0.0":
@@ -2287,13 +2293,13 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
22872293
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
22882294
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
22892295

2290-
eslint@^7.8.0:
2291-
version "7.8.0"
2292-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.0.tgz#9a3e2e6e4d0a3f8c42686073c25ebf2e91443e8a"
2293-
integrity sha512-qgtVyLZqKd2ZXWnLQA4NtVbOyH56zivOAdBFWE54RFkSZjokzNrcP4Z0eVWsZ+84ByXv+jL9k/wE1ENYe8xRFw==
2296+
eslint@^7.8.1:
2297+
version "7.8.1"
2298+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
2299+
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
22942300
dependencies:
22952301
"@babel/code-frame" "^7.0.0"
2296-
"@eslint/eslintrc" "^0.1.0"
2302+
"@eslint/eslintrc" "^0.1.3"
22972303
ajv "^6.10.0"
22982304
chalk "^4.0.0"
22992305
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)