Skip to content

Commit feef871

Browse files
authored
Merge pull request #3551 from StoDevX/renovate/eslint-5.x
Update dependency eslint to v5.15.2
2 parents 95fc5aa + 2f8ed95 commit feef871

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"bugsnag-sourcemaps": "1.1.0",
157157
"danger": "7.0.15",
158158
"danger-plugin-yarn": "1.3.1",
159-
"eslint": "5.15.1",
159+
"eslint": "5.15.2",
160160
"eslint-config-prettier": "4.1.0",
161161
"eslint-plugin-babel": "5.3.0",
162162
"eslint-plugin-flowtype": "3.4.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,10 +2587,10 @@ [email protected]:
25872587
esrecurse "^4.1.0"
25882588
estraverse "^4.1.1"
25892589

2590-
eslint-scope@^4.0.2:
2591-
version "4.0.2"
2592-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
2593-
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
2590+
eslint-scope@^4.0.3:
2591+
version "4.0.3"
2592+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2593+
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
25942594
dependencies:
25952595
esrecurse "^4.1.0"
25962596
estraverse "^4.1.1"
@@ -2605,18 +2605,18 @@ eslint-visitor-keys@^1.0.0:
26052605
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
26062606
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
26072607

2608-
2609-
version "5.15.1"
2610-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
2611-
integrity sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg==
2608+
2609+
version "5.15.2"
2610+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.2.tgz#0237bbb2362f89f4effef2f191eb0fea5279c0a5"
2611+
integrity sha512-I8VM4SILpMwUvsRt83bQVwIRQAJ2iPMXun1FVZ/lV1OHklH2tJaXqoDnNzdiFc6bnCtGKXvQIQNP3kj1eMskSw==
26122612
dependencies:
26132613
"@babel/code-frame" "^7.0.0"
26142614
ajv "^6.9.1"
26152615
chalk "^2.1.0"
26162616
cross-spawn "^6.0.5"
26172617
debug "^4.0.1"
26182618
doctrine "^3.0.0"
2619-
eslint-scope "^4.0.2"
2619+
eslint-scope "^4.0.3"
26202620
eslint-utils "^1.3.1"
26212621
eslint-visitor-keys "^1.0.0"
26222622
espree "^5.0.1"

0 commit comments

Comments
 (0)