Skip to content

Commit 084911b

Browse files
Bump eslint from 7.3.1 to 7.4.0 (#65)
Bumps [eslint](https://github.com/eslint/eslint) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.3.1...v7.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1fd93c3 commit 084911b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/sinon": "^9.0.4",
3232
"@typescript-eslint/eslint-plugin": "^3.5.0",
3333
"@typescript-eslint/parser": "^3.5.0",
34-
"eslint": "^7.3.1",
34+
"eslint": "^7.4.0",
3535
"eslint-import-resolver-typescript": "^2.0.0",
3636
"eslint-plugin-import": "^2.22.0",
3737
"jest": "^26.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,10 +1588,10 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0:
15881588
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
15891589
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
15901590

1591-
eslint@^7.3.1:
1592-
version "7.3.1"
1593-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.1.tgz#76392bd7e44468d046149ba128d1566c59acbe19"
1594-
integrity sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==
1591+
eslint@^7.4.0:
1592+
version "7.4.0"
1593+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.4.0.tgz#4e35a2697e6c1972f9d6ef2b690ad319f80f206f"
1594+
integrity sha512-gU+lxhlPHu45H3JkEGgYhWhkR9wLHHEXC9FbWFnTlEkbKyZKWgWRLgf61E8zWmBuI6g5xKBph9ltg3NtZMVF8g==
15951595
dependencies:
15961596
"@babel/code-frame" "^7.0.0"
15971597
ajv "^6.10.0"

0 commit comments

Comments
 (0)