Skip to content

Commit 5803a86

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint to ^5.15.0
1 parent 85d21de commit 5803a86

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
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"better-sqlite3": "^5.4.0",
19-
"eslint": "^5.14.1",
19+
"eslint": "^5.15.0",
2020
"eslint-config-bliss": "^3.3.0",
2121
"jest": "^23.6.0",
2222
"sqlite3": "^4.0.6"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,10 +1243,10 @@ [email protected]:
12431243
esrecurse "^4.1.0"
12441244
estraverse "^4.1.1"
12451245

1246-
eslint-scope@^4.0.0:
1247-
version "4.0.0"
1248-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
1249-
integrity sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==
1246+
eslint-scope@^4.0.2:
1247+
version "4.0.2"
1248+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
1249+
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
12501250
dependencies:
12511251
esrecurse "^4.1.0"
12521252
estraverse "^4.1.1"
@@ -1261,18 +1261,18 @@ eslint-visitor-keys@^1.0.0:
12611261
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
12621262
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
12631263

1264-
eslint@^5.14.1:
1265-
version "5.14.1"
1266-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
1267-
integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==
1264+
eslint@^5.15.0:
1265+
version "5.15.0"
1266+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
1267+
integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg==
12681268
dependencies:
12691269
"@babel/code-frame" "^7.0.0"
12701270
ajv "^6.9.1"
12711271
chalk "^2.1.0"
12721272
cross-spawn "^6.0.5"
12731273
debug "^4.0.1"
12741274
doctrine "^3.0.0"
1275-
eslint-scope "^4.0.0"
1275+
eslint-scope "^4.0.2"
12761276
eslint-utils "^1.3.1"
12771277
eslint-visitor-keys "^1.0.0"
12781278
espree "^5.0.1"

0 commit comments

Comments
 (0)