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

Commit 29662d0

Browse files
authored
Merge pull request #18 from nuxt/renovate/all-minor-patch
chore(deps): update dependency eslint to ^5.15.1
2 parents 2b49009 + c65e9ad commit 29662d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.15.0",
40+
"eslint": "^5.15.1",
4141
"eslint-config-standard": "^12.0.0",
4242
"eslint-plugin-import": "^2.16.0",
4343
"eslint-plugin-node": "^8.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1310,10 +1310,10 @@ eslint-visitor-keys@^1.0.0:
13101310
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
13111311
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
13121312

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==
1313+
eslint@^5.15.1:
1314+
version "5.15.1"
1315+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
1316+
integrity sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg==
13171317
dependencies:
13181318
"@babel/code-frame" "^7.0.0"
13191319
ajv "^6.9.1"

0 commit comments

Comments
 (0)