Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 1d780dd

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to ^7.21.0
1 parent 7b417d1 commit 1d780dd

File tree

3 files changed

+96
-60
lines changed

3 files changed

+96
-60
lines changed

package-lock.json

Lines changed: 67 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"@sourcegraph/tsconfig": "^4.0.1",
128128
"@types/node": "12.20.5",
129129
"@types/vscode": "1.52.0",
130-
"eslint": "^7.19.0",
130+
"eslint": "^7.21.0",
131131
"husky": "^4.3.6",
132132
"nyc": "^15.1.0",
133133
"prettier": "^2.2.1",

yarn.lock

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
6+
version "7.12.11"
7+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz"
8+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
9+
dependencies:
10+
"@babel/highlight" "^7.10.4"
11+
512
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
613
version "7.12.13"
714
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz"
@@ -150,7 +157,7 @@
150157
"@babel/traverse" "^7.13.0"
151158
"@babel/types" "^7.13.0"
152159

153-
"@babel/highlight@^7.12.13":
160+
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
154161
version "7.13.10"
155162
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz"
156163
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
@@ -377,10 +384,10 @@
377384
resolved "https://registry.npmjs.org/@commitlint/types/-/types-11.0.0.tgz"
378385
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
379386

380-
"@eslint/eslintrc@^0.3.0":
381-
version "0.3.0"
382-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz"
383-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
387+
"@eslint/eslintrc@^0.4.0":
388+
version "0.4.0"
389+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.0.tgz"
390+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
384391
dependencies:
385392
ajv "^6.12.4"
386393
debug "^4.1.1"
@@ -389,7 +396,6 @@
389396
ignore "^4.0.6"
390397
import-fresh "^3.2.1"
391398
js-yaml "^3.13.1"
392-
lodash "^4.17.20"
393399
minimatch "^3.0.4"
394400
strip-json-comments "^3.1.1"
395401

@@ -2454,13 +2460,13 @@ eslint-visitor-keys@^2.0.0:
24542460
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz"
24552461
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24562462

2457-
eslint@^7.19.0:
2458-
version "7.19.0"
2459-
resolved "https://registry.npmjs.org/eslint/-/eslint-7.19.0.tgz"
2460-
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
2463+
eslint@^7.21.0:
2464+
version "7.21.0"
2465+
resolved "https://registry.npmjs.org/eslint/-/eslint-7.21.0.tgz"
2466+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
24612467
dependencies:
2462-
"@babel/code-frame" "^7.0.0"
2463-
"@eslint/eslintrc" "^0.3.0"
2468+
"@babel/code-frame" "7.12.11"
2469+
"@eslint/eslintrc" "^0.4.0"
24642470
ajv "^6.10.0"
24652471
chalk "^4.0.0"
24662472
cross-spawn "^7.0.2"
@@ -2471,9 +2477,9 @@ eslint@^7.19.0:
24712477
eslint-utils "^2.1.0"
24722478
eslint-visitor-keys "^2.0.0"
24732479
espree "^7.3.1"
2474-
esquery "^1.2.0"
2480+
esquery "^1.4.0"
24752481
esutils "^2.0.2"
2476-
file-entry-cache "^6.0.0"
2482+
file-entry-cache "^6.0.1"
24772483
functional-red-black-tree "^1.0.1"
24782484
glob-parent "^5.0.0"
24792485
globals "^12.1.0"
@@ -2511,10 +2517,10 @@ esprima@^4.0.0, esprima@~4.0.0:
25112517
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
25122518
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
25132519

2514-
esquery@^1.0.1, esquery@^1.2.0, esquery@^1.3.1:
2515-
version "1.3.1"
2516-
resolved "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz"
2517-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
2520+
esquery@^1.0.1, esquery@^1.3.1, esquery@^1.4.0:
2521+
version "1.4.0"
2522+
resolved "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz"
2523+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
25182524
dependencies:
25192525
estraverse "^5.1.0"
25202526

@@ -2653,10 +2659,10 @@ figures@^3.0.0:
26532659
dependencies:
26542660
escape-string-regexp "^1.0.5"
26552661

2656-
file-entry-cache@^6.0.0:
2657-
version "6.0.0"
2658-
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz"
2659-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
2662+
file-entry-cache@^6.0.1:
2663+
version "6.0.1"
2664+
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
2665+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
26602666
dependencies:
26612667
flat-cache "^3.0.4"
26622668

0 commit comments

Comments
 (0)