Skip to content

Commit c666b7a

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump eslint from 5.15.1 to 5.15.2
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.15.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.15.1...v5.15.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae459ff commit c666b7a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"babel-preset-env": "^1.7.0",
30-
"eslint": "^5.15.1",
30+
"eslint": "^5.15.2",
3131
"jest": "^23.6.0"
3232
}
3333
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,9 +1797,9 @@ escodegen@^1.9.0:
17971797
optionalDependencies:
17981798
source-map "~0.6.1"
17991799

1800-
eslint-scope@^4.0.2:
1801-
version "4.0.2"
1802-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
1800+
eslint-scope@^4.0.3:
1801+
version "4.0.3"
1802+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
18031803
dependencies:
18041804
esrecurse "^4.1.0"
18051805
estraverse "^4.1.1"
@@ -1812,17 +1812,17 @@ eslint-visitor-keys@^1.0.0:
18121812
version "1.0.0"
18131813
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
18141814

1815-
eslint@^5.15.1:
1816-
version "5.15.1"
1817-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
1815+
eslint@^5.15.2:
1816+
version "5.15.2"
1817+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.2.tgz#0237bbb2362f89f4effef2f191eb0fea5279c0a5"
18181818
dependencies:
18191819
"@babel/code-frame" "^7.0.0"
18201820
ajv "^6.9.1"
18211821
chalk "^2.1.0"
18221822
cross-spawn "^6.0.5"
18231823
debug "^4.0.1"
18241824
doctrine "^3.0.0"
1825-
eslint-scope "^4.0.2"
1825+
eslint-scope "^4.0.3"
18261826
eslint-utils "^1.3.1"
18271827
eslint-visitor-keys "^1.0.0"
18281828
espree "^5.0.1"

0 commit comments

Comments
 (0)