Skip to content

Commit b41adab

Browse files
Bump eslint from 7.4.0 to 7.5.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.4.0...v7.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d6f8cff commit b41adab

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@typescript-eslint/eslint-plugin": "3.6.1",
8080
"@typescript-eslint/parser": "3.6.1",
8181
"codecov": "3.7.0",
82-
"eslint": "7.4.0",
82+
"eslint": "7.5.0",
8383
"eslint-config-prettier": "6.11.0",
8484
"eslint-plugin-prettier": "3.1.4",
8585
"eslint-plugin-simple-import-sort": "5.0.3",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ acorn-walk@^7.1.1:
13391339
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
13401340
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
13411341

1342-
acorn@^7.1.1, acorn@^7.2.0:
1342+
acorn@^7.1.1, acorn@^7.3.1:
13431343
version "7.3.1"
13441344
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
13451345
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
@@ -2117,22 +2117,22 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.0:
21172117
esrecurse "^4.1.0"
21182118
estraverse "^4.1.1"
21192119

2120-
eslint-utils@^2.0.0:
2120+
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
21212121
version "2.1.0"
21222122
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
21232123
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
21242124
dependencies:
21252125
eslint-visitor-keys "^1.1.0"
21262126

2127-
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0:
2127+
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
21282128
version "1.3.0"
21292129
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
21302130
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
21312131

2132-
eslint@7.4.0:
2133-
version "7.4.0"
2134-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.4.0.tgz#4e35a2697e6c1972f9d6ef2b690ad319f80f206f"
2135-
integrity sha512-gU+lxhlPHu45H3JkEGgYhWhkR9wLHHEXC9FbWFnTlEkbKyZKWgWRLgf61E8zWmBuI6g5xKBph9ltg3NtZMVF8g==
2132+
eslint@7.5.0:
2133+
version "7.5.0"
2134+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.5.0.tgz#9ecbfad62216d223b82ac9ffea7ef3444671d135"
2135+
integrity sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==
21362136
dependencies:
21372137
"@babel/code-frame" "^7.0.0"
21382138
ajv "^6.10.0"
@@ -2142,9 +2142,9 @@ [email protected]:
21422142
doctrine "^3.0.0"
21432143
enquirer "^2.3.5"
21442144
eslint-scope "^5.1.0"
2145-
eslint-utils "^2.0.0"
2146-
eslint-visitor-keys "^1.2.0"
2147-
espree "^7.1.0"
2145+
eslint-utils "^2.1.0"
2146+
eslint-visitor-keys "^1.3.0"
2147+
espree "^7.2.0"
21482148
esquery "^1.2.0"
21492149
esutils "^2.0.2"
21502150
file-entry-cache "^5.0.1"
@@ -2158,7 +2158,7 @@ [email protected]:
21582158
js-yaml "^3.13.1"
21592159
json-stable-stringify-without-jsonify "^1.0.1"
21602160
levn "^0.4.1"
2161-
lodash "^4.17.14"
2161+
lodash "^4.17.19"
21622162
minimatch "^3.0.4"
21632163
natural-compare "^1.4.0"
21642164
optionator "^0.9.1"
@@ -2171,14 +2171,14 @@ [email protected]:
21712171
text-table "^0.2.0"
21722172
v8-compile-cache "^2.0.3"
21732173

2174-
espree@^7.1.0:
2175-
version "7.1.0"
2176-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
2177-
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
2174+
espree@^7.2.0:
2175+
version "7.2.0"
2176+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69"
2177+
integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==
21782178
dependencies:
2179-
acorn "^7.2.0"
2179+
acorn "^7.3.1"
21802180
acorn-jsx "^5.2.0"
2181-
eslint-visitor-keys "^1.2.0"
2181+
eslint-visitor-keys "^1.3.0"
21822182

21832183
esprima@^4.0.0, esprima@^4.0.1:
21842184
version "4.0.1"

0 commit comments

Comments
 (0)