Skip to content

Commit 5c5d4bb

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint to ^5.13.0
1 parent 0701ff3 commit 5c5d4bb

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
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.12.1",
19+
"eslint": "^5.13.0",
2020
"eslint-config-bliss": "^3.2.0",
2121
"jest": "^23.6.0",
2222
"sqlite3": "^4.0.6"

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,10 @@ eslint-visitor-keys@^1.0.0:
12301230
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
12311231
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
12321232

1233-
eslint@^5.12.1:
1234-
version "5.12.1"
1235-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b"
1236-
integrity sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==
1233+
eslint@^5.13.0:
1234+
version "5.13.0"
1235+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.13.0.tgz#ce71cc529c450eed9504530939aa97527861ede9"
1236+
integrity sha512-nqD5WQMisciZC5EHZowejLKQjWGuFS5c70fxqSKlnDME+oz9zmE8KTlX+lHSg+/5wsC/kf9Q9eMkC8qS3oM2fg==
12371237
dependencies:
12381238
"@babel/code-frame" "^7.0.0"
12391239
ajv "^6.5.3"
@@ -1264,7 +1264,6 @@ eslint@^5.12.1:
12641264
natural-compare "^1.4.0"
12651265
optionator "^0.8.2"
12661266
path-is-inside "^1.0.2"
1267-
pluralize "^7.0.0"
12681267
progress "^2.0.0"
12691268
regexpp "^2.0.1"
12701269
semver "^5.5.1"
@@ -3451,11 +3450,6 @@ pkg-dir@^2.0.0:
34513450
dependencies:
34523451
find-up "^2.1.0"
34533452

3454-
pluralize@^7.0.0:
3455-
version "7.0.0"
3456-
resolved "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
3457-
integrity sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==
3458-
34593453
pn@^1.1.0:
34603454
version "1.1.0"
34613455
resolved "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"

0 commit comments

Comments
 (0)