Skip to content

Commit 3f712fc

Browse files
renovate[bot]tmorehouse
authored andcommitted
chore(deps): update dependency eslint to ^5.15.0 (bootstrap-vue#2751)
1 parent ecb7d87 commit 3f712fc

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
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.14.1",
104+
"eslint": "^5.15.0",
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: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,6 +4271,14 @@ eslint-scope@^4.0.0:
42714271
esrecurse "^4.1.0"
42724272
estraverse "^4.1.1"
42734273

4274+
eslint-scope@^4.0.2:
4275+
version "4.0.2"
4276+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
4277+
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
4278+
dependencies:
4279+
esrecurse "^4.1.0"
4280+
estraverse "^4.1.1"
4281+
42744282
eslint-utils@^1.3.0, eslint-utils@^1.3.1:
42754283
version "1.3.1"
42764284
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@@ -4281,18 +4289,18 @@ eslint-visitor-keys@^1.0.0:
42814289
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
42824290
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
42834291

4284-
eslint@^5.14.1:
4285-
version "5.14.1"
4286-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
4287-
integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==
4292+
eslint@^5.15.0:
4293+
version "5.15.0"
4294+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
4295+
integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg==
42884296
dependencies:
42894297
"@babel/code-frame" "^7.0.0"
42904298
ajv "^6.9.1"
42914299
chalk "^2.1.0"
42924300
cross-spawn "^6.0.5"
42934301
debug "^4.0.1"
42944302
doctrine "^3.0.0"
4295-
eslint-scope "^4.0.0"
4303+
eslint-scope "^4.0.2"
42964304
eslint-utils "^1.3.1"
42974305
eslint-visitor-keys "^1.0.0"
42984306
espree "^5.0.1"

0 commit comments

Comments
 (0)