Skip to content

Commit 530712f

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump eslint from 5.14.1 to 5.15.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.14.1 to 5.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.14.1...v5.15.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 638ba64 commit 530712f

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.14.1",
30+
"eslint": "^5.15.0",
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.0:
1801-
version "4.0.0"
1802-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
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"
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.14.1:
1816-
version "5.14.1"
1817-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
1815+
eslint@^5.15.0:
1816+
version "5.15.0"
1817+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
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.0"
1825+
eslint-scope "^4.0.2"
18261826
eslint-utils "^1.3.1"
18271827
eslint-visitor-keys "^1.0.0"
18281828
espree "^5.0.1"

0 commit comments

Comments
 (0)