Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit f832097

Browse files
chore(deps): update dependency eslint to v7.8.1 (#485)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0af1ee4 commit f832097

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": "2.9.0",
5252
"babel-eslint": "10.1.0",
5353
"babel-jest": "26.3.0",
54-
"eslint": "7.8.0",
54+
"eslint": "7.8.1",
5555
"eslint-config-prettier": "6.11.0",
5656
"eslint-config-standard": "14.1.1",
5757
"eslint-plugin-import": "2.22.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,14 +1580,20 @@
15801580
resolved "https://registry.yarnpkg.com/@comandeer/babel-plugin-banner/-/babel-plugin-banner-5.0.0.tgz#30969cb08e810b67810d41761d0cfac292231ea9"
15811581
integrity sha512-sR9Go0U6puXoXyW9UgIiIQhRcJ8jVOvGl4BptUiXAtheMs72WcakZ1udh6J0ZOivr3o8jAM+MTCHLP8FZMbVpQ==
15821582

1583-
"@eslint/eslintrc@^0.1.0":
1584-
version "0.1.0"
1585-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.0.tgz#3d1f19fb797d42fb1c85458c1c73541eeb1d9e76"
1586-
integrity sha512-bfL5365QSCmH6cPeFT7Ywclj8C7LiF7sO6mUGzZhtAMV7iID1Euq6740u/SRi4C80NOnVz/CEfK8/HO+nCAPJg==
1583+
"@eslint/eslintrc@^0.1.3":
1584+
version "0.1.3"
1585+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
1586+
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
15871587
dependencies:
15881588
ajv "^6.12.4"
15891589
debug "^4.1.1"
1590+
espree "^7.3.0"
1591+
globals "^12.1.0"
1592+
ignore "^4.0.6"
15901593
import-fresh "^3.2.1"
1594+
js-yaml "^3.13.1"
1595+
lodash "^4.17.19"
1596+
minimatch "^3.0.4"
15911597
strip-json-comments "^3.1.1"
15921598

15931599
"@istanbuljs/load-nyc-config@^1.0.0":
@@ -4457,13 +4463,13 @@ eslint-visitor-keys@^1.3.0:
44574463
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
44584464
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
44594465

4460-
eslint@7.8.0:
4461-
version "7.8.0"
4462-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.0.tgz#9a3e2e6e4d0a3f8c42686073c25ebf2e91443e8a"
4463-
integrity sha512-qgtVyLZqKd2ZXWnLQA4NtVbOyH56zivOAdBFWE54RFkSZjokzNrcP4Z0eVWsZ+84ByXv+jL9k/wE1ENYe8xRFw==
4466+
eslint@7.8.1:
4467+
version "7.8.1"
4468+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
4469+
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
44644470
dependencies:
44654471
"@babel/code-frame" "^7.0.0"
4466-
"@eslint/eslintrc" "^0.1.0"
4472+
"@eslint/eslintrc" "^0.1.3"
44674473
ajv "^6.10.0"
44684474
chalk "^4.0.0"
44694475
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)