Skip to content

Commit fd6f1bf

Browse files
renovate[bot]jacobmllr95
authored andcommitted
chore(deps): update dependency eslint to ^5.15.2 (#2848)
1 parent 7ac2325 commit fd6f1bf

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
@@ -101,7 +101,7 @@
101101
"codecov": "^3.2.0",
102102
"codemirror": "^5.44.0",
103103
"cross-env": "^5.2.0",
104-
"eslint": "^5.15.1",
104+
"eslint": "^5.15.2",
105105
"eslint-config-prettier": "^4.1.0",
106106
"eslint-config-standard": "^12.0.0",
107107
"eslint-config-vue": "^2.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,10 +4480,10 @@ eslint-scope@^4.0.0:
44804480
esrecurse "^4.1.0"
44814481
estraverse "^4.1.1"
44824482

4483-
eslint-scope@^4.0.2:
4484-
version "4.0.2"
4485-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
4486-
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
4483+
eslint-scope@^4.0.3:
4484+
version "4.0.3"
4485+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4486+
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
44874487
dependencies:
44884488
esrecurse "^4.1.0"
44894489
estraverse "^4.1.1"
@@ -4498,18 +4498,18 @@ eslint-visitor-keys@^1.0.0:
44984498
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
44994499
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
45004500

4501-
eslint@^5.15.1:
4502-
version "5.15.1"
4503-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
4504-
integrity sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg==
4501+
eslint@^5.15.2:
4502+
version "5.15.2"
4503+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.2.tgz#0237bbb2362f89f4effef2f191eb0fea5279c0a5"
4504+
integrity sha512-I8VM4SILpMwUvsRt83bQVwIRQAJ2iPMXun1FVZ/lV1OHklH2tJaXqoDnNzdiFc6bnCtGKXvQIQNP3kj1eMskSw==
45054505
dependencies:
45064506
"@babel/code-frame" "^7.0.0"
45074507
ajv "^6.9.1"
45084508
chalk "^2.1.0"
45094509
cross-spawn "^6.0.5"
45104510
debug "^4.0.1"
45114511
doctrine "^3.0.0"
4512-
eslint-scope "^4.0.2"
4512+
eslint-scope "^4.0.3"
45134513
eslint-utils "^1.3.1"
45144514
eslint-visitor-keys "^1.0.0"
45154515
espree "^5.0.1"

0 commit comments

Comments
 (0)