Skip to content

Commit 79f3db1

Browse files
Update dependency eslint to v7.16.0 (#226)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 08007cb commit 79f3db1

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@changesets/cli": "2.12.0",
2525
"@typescript-eslint/eslint-plugin": "4.10.0",
2626
"@typescript-eslint/parser": "4.10.0",
27-
"eslint": "7.15.0",
27+
"eslint": "7.16.0",
2828
"husky": "4.3.6",
2929
"lint-staged": "10.5.3",
3030
"@types/node": "14.14.14",

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,10 +2569,10 @@ [email protected]:
25692569
text-table "^0.2.0"
25702570
v8-compile-cache "^2.0.3"
25712571

2572-
eslint@7.15.0:
2573-
version "7.15.0"
2574-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2575-
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
2572+
eslint@7.16.0:
2573+
version "7.16.0"
2574+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
2575+
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
25762576
dependencies:
25772577
"@babel/code-frame" "^7.0.0"
25782578
"@eslint/eslintrc" "^0.2.2"
@@ -2608,7 +2608,7 @@ [email protected]:
26082608
semver "^7.2.1"
26092609
strip-ansi "^6.0.0"
26102610
strip-json-comments "^3.1.0"
2611-
table "^5.2.3"
2611+
table "^6.0.4"
26122612
text-table "^0.2.0"
26132613
v8-compile-cache "^2.0.3"
26142614

@@ -4445,7 +4445,7 @@ lodash.startcase@^4.4.0:
44454445
resolved "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
44464446
integrity sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg=
44474447

4448-
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
4448+
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
44494449
version "4.17.20"
44504450
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
44514451
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -6115,6 +6115,16 @@ table@^5.2.3:
61156115
slice-ansi "^2.1.0"
61166116
string-width "^3.0.0"
61176117

6118+
table@^6.0.4:
6119+
version "6.0.4"
6120+
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
6121+
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
6122+
dependencies:
6123+
ajv "^6.12.4"
6124+
lodash "^4.17.20"
6125+
slice-ansi "^4.0.0"
6126+
string-width "^4.2.0"
6127+
61186128
term-size@^1.2.0:
61196129
version "1.2.0"
61206130
resolved "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"

0 commit comments

Comments
 (0)