Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 2b49009

Browse files
authored
Merge pull request #17 from nuxt/renovate/all-minor-patch
chore(deps): update dependency eslint to ^5.15.0
2 parents e750592 + 6b418b8 commit 2b49009

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"eslint": "^5.14.1",
40+
"eslint": "^5.15.0",
4141
"eslint-config-standard": "^12.0.0",
4242
"eslint-plugin-import": "^2.16.0",
4343
"eslint-plugin-node": "^8.0.1",

yarn.lock

+13-5
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,14 @@ eslint-scope@^4.0.0:
12921292
esrecurse "^4.1.0"
12931293
estraverse "^4.1.1"
12941294

1295+
eslint-scope@^4.0.2:
1296+
version "4.0.2"
1297+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
1298+
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
1299+
dependencies:
1300+
esrecurse "^4.1.0"
1301+
estraverse "^4.1.1"
1302+
12951303
eslint-utils@^1.3.0, eslint-utils@^1.3.1:
12961304
version "1.3.1"
12971305
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@@ -1302,18 +1310,18 @@ eslint-visitor-keys@^1.0.0:
13021310
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
13031311
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
13041312

1305-
eslint@^5.14.1:
1306-
version "5.14.1"
1307-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
1308-
integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==
1313+
eslint@^5.15.0:
1314+
version "5.15.0"
1315+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
1316+
integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg==
13091317
dependencies:
13101318
"@babel/code-frame" "^7.0.0"
13111319
ajv "^6.9.1"
13121320
chalk "^2.1.0"
13131321
cross-spawn "^6.0.5"
13141322
debug "^4.0.1"
13151323
doctrine "^3.0.0"
1316-
eslint-scope "^4.0.0"
1324+
eslint-scope "^4.0.2"
13171325
eslint-utils "^1.3.1"
13181326
eslint-visitor-keys "^1.0.0"
13191327
espree "^5.0.1"

0 commit comments

Comments
 (0)