Skip to content

Commit c9d3eba

Browse files
Bump eslint from 5.7.0 to 5.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.7.0 to 5.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.7.0...v5.13.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 60de115 commit c9d3eba

File tree

2 files changed

+49
-57
lines changed

2 files changed

+49
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"winston": "^3.2.1"
1717
},
1818
"devDependencies": {
19-
"eslint": "^5.6.0",
19+
"eslint": "^5.13.0",
2020
"eslint-config-prettier": "^4.0.0",
2121
"eslint-plugin-prettier": "^3.0.1",
2222
"jest": "^23.1.0",

yarn.lock

Lines changed: 48 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,17 @@ acorn-globals@^4.1.0:
5454
acorn "^6.0.1"
5555
acorn-walk "^6.0.1"
5656

57-
acorn-jsx@^4.1.1:
58-
version "4.1.1"
59-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-4.1.1.tgz#e8e41e48ea2fe0c896740610ab6a4ffd8add225e"
60-
integrity sha512-JY+iV6r+cO21KtntVvFkD+iqjtdpRUpGqKWgfkCdZq1R+kbreEl8EcdcJR4SmiIgsIQT33s6QzheQ9a275Q8xw==
61-
dependencies:
62-
acorn "^5.0.3"
57+
acorn-jsx@^5.0.0:
58+
version "5.0.1"
59+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
60+
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
6361

6462
acorn-walk@^6.0.1:
6563
version "6.1.0"
6664
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.0.tgz#c957f4a1460da46af4a0388ce28b4c99355b0cbc"
6765
integrity sha512-ugTb7Lq7u4GfWSqqpwE0bGyoBZNMTok/zDBXxfEG0QM50jNlGhIWjRC1pPN7bvV1anhF+bs+/gNcRw+o55Evbg==
6866

69-
acorn@^5.0.3, acorn@^5.5.3, acorn@^5.6.0:
67+
acorn@^5.5.3:
7068
version "5.7.3"
7169
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
7270
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
@@ -76,6 +74,11 @@ acorn@^6.0.1:
7674
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.2.tgz#6a459041c320ab17592c6317abbfdf4bbaa98ca4"
7775
integrity sha512-GXmKIvbrN3TV7aVqAzVFaMW8F8wzVX7voEBRO3bDA64+EX37YSayggRJP5Xig6HYHBkWKpFg9W5gg6orklubhg==
7876

77+
acorn@^6.0.2:
78+
version "6.0.6"
79+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.6.tgz#cd75181670d5b99bdb1b1c993941d3a239ab1f56"
80+
integrity sha512-5M3G/A4uBSMIlfJ+h9W125vJvPFH/zirISsW5qfxF5YzEvXJCtolLoQvM5yZft0DvMcUrPGKPOlgEu55I6iUtA==
81+
7982
ajv@^5.3.0:
8083
version "5.5.2"
8184
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
@@ -1076,23 +1079,16 @@ call-me-maybe@^1.0.1:
10761079
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
10771080
integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=
10781081

1079-
caller-path@^0.1.0:
1080-
version "0.1.0"
1081-
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
1082-
integrity sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=
1083-
dependencies:
1084-
callsites "^0.2.0"
1085-
1086-
callsites@^0.2.0:
1087-
version "0.2.0"
1088-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
1089-
integrity sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=
1090-
10911082
callsites@^2.0.0:
10921083
version "2.0.0"
10931084
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
10941085
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
10951086

1087+
callsites@^3.0.0:
1088+
version "3.0.0"
1089+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz#fb7eb569b72ad7a45812f93fd9430a3e410b3dd3"
1090+
integrity sha512-tWnkwu9YEq2uzlBDI4RcLn8jrFvF9AOi8PxDNU3hZZjJcjkcRAq3vCI+vZcg1SuxISDYe86k9VZFwAxDiJGoAw==
1091+
10961092
camelcase@^4.1.0:
10971093
version "4.1.0"
10981094
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -1628,10 +1624,10 @@ eslint-visitor-keys@^1.0.0:
16281624
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
16291625
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
16301626

1631-
eslint@^5.6.0:
1632-
version "5.7.0"
1633-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c"
1634-
integrity sha512-zYCeFQahsxffGl87U2aJ7DPyH8CbWgxBC213Y8+TCanhUTf2gEvfq3EKpHmEcozTLyPmGe9LZdMAwC/CpJBM5A==
1627+
eslint@^5.13.0:
1628+
version "5.13.0"
1629+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.13.0.tgz#ce71cc529c450eed9504530939aa97527861ede9"
1630+
integrity sha512-nqD5WQMisciZC5EHZowejLKQjWGuFS5c70fxqSKlnDME+oz9zmE8KTlX+lHSg+/5wsC/kf9Q9eMkC8qS3oM2fg==
16351631
dependencies:
16361632
"@babel/code-frame" "^7.0.0"
16371633
ajv "^6.5.3"
@@ -1642,17 +1638,17 @@ eslint@^5.6.0:
16421638
eslint-scope "^4.0.0"
16431639
eslint-utils "^1.3.1"
16441640
eslint-visitor-keys "^1.0.0"
1645-
espree "^4.0.0"
1641+
espree "^5.0.0"
16461642
esquery "^1.0.1"
16471643
esutils "^2.0.2"
16481644
file-entry-cache "^2.0.0"
16491645
functional-red-black-tree "^1.0.1"
16501646
glob "^7.1.2"
16511647
globals "^11.7.0"
16521648
ignore "^4.0.6"
1649+
import-fresh "^3.0.0"
16531650
imurmurhash "^0.1.4"
16541651
inquirer "^6.1.0"
1655-
is-resolvable "^1.1.0"
16561652
js-yaml "^3.12.0"
16571653
json-stable-stringify-without-jsonify "^1.0.1"
16581654
levn "^0.3.0"
@@ -1662,23 +1658,22 @@ eslint@^5.6.0:
16621658
natural-compare "^1.4.0"
16631659
optionator "^0.8.2"
16641660
path-is-inside "^1.0.2"
1665-
pluralize "^7.0.0"
16661661
progress "^2.0.0"
16671662
regexpp "^2.0.1"
1668-
require-uncached "^1.0.3"
16691663
semver "^5.5.1"
16701664
strip-ansi "^4.0.0"
16711665
strip-json-comments "^2.0.1"
16721666
table "^5.0.2"
16731667
text-table "^0.2.0"
16741668

1675-
espree@^4.0.0:
1676-
version "4.0.0"
1677-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.0.0.tgz#253998f20a0f82db5d866385799d912a83a36634"
1678-
integrity sha512-kapdTCt1bjmspxStVKX6huolXVV5ZfyZguY1lcfhVVZstce3bqxH9mcLzNn3/mlgW6wQ732+0fuG9v7h0ZQoKg==
1669+
espree@^5.0.0:
1670+
version "5.0.0"
1671+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
1672+
integrity sha512-1MpUfwsdS9MMoN7ZXqAr9e9UKdVHDcvrJpyx7mm1WuQlx/ygErEQBzgi5Nh5qBHIoYweprhtMkTCb9GhcAIcsA==
16791673
dependencies:
1680-
acorn "^5.6.0"
1681-
acorn-jsx "^4.1.1"
1674+
acorn "^6.0.2"
1675+
acorn-jsx "^5.0.0"
1676+
eslint-visitor-keys "^1.0.0"
16821677

16831678
esprima@^3.1.3:
16841679
version "3.1.3"
@@ -2336,6 +2331,14 @@ import-cwd@^2.1.0:
23362331
dependencies:
23372332
import-from "^2.1.0"
23382333

2334+
import-fresh@^3.0.0:
2335+
version "3.0.0"
2336+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"
2337+
integrity sha512-pOnA9tfM3Uwics+SaBLCNyZZZbK+4PTu0OPZtLlMIrv17EdBoC15S9Kn8ckJ9TZTyKb3ywNE5y1yeDxxGA7nTQ==
2338+
dependencies:
2339+
parent-module "^1.0.0"
2340+
resolve-from "^4.0.0"
2341+
23392342
import-from@^2.1.0:
23402343
version "2.1.0"
23412344
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
@@ -2636,11 +2639,6 @@ is-regex@^1.0.4:
26362639
dependencies:
26372640
has "^1.0.1"
26382641

2639-
is-resolvable@^1.1.0:
2640-
version "1.1.0"
2641-
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
2642-
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
2643-
26442642
is-stream@^1.1.0:
26452643
version "1.1.0"
26462644
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -3800,6 +3798,13 @@ p-try@^1.0.0:
38003798
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
38013799
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
38023800

3801+
parent-module@^1.0.0:
3802+
version "1.0.0"
3803+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.0.tgz#df250bdc5391f4a085fb589dad761f5ad6b865b5"
3804+
integrity sha512-8Mf5juOMmiE4FcmzYc4IaiS9L3+9paz2KOiXzkRviCP6aDmN49Hz6EMWz0lGNp9pX80GvvAuLADtyGfW/Em3TA==
3805+
dependencies:
3806+
callsites "^3.0.0"
3807+
38033808
parse-glob@^3.0.4:
38043809
version "3.0.4"
38053810
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -3921,11 +3926,6 @@ pkg-up@^2.0.0:
39213926
dependencies:
39223927
find-up "^2.1.0"
39233928

3924-
pluralize@^7.0.0:
3925-
version "7.0.0"
3926-
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
3927-
integrity sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==
3928-
39293929
pn@^1.1.0:
39303930
version "1.1.0"
39313931
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
@@ -4223,31 +4223,23 @@ require-main-filename@^1.0.1:
42234223
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
42244224
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
42254225

4226-
require-uncached@^1.0.3:
4227-
version "1.0.3"
4228-
resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
4229-
integrity sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=
4230-
dependencies:
4231-
caller-path "^0.1.0"
4232-
resolve-from "^1.0.0"
4233-
42344226
resolve-cwd@^2.0.0:
42354227
version "2.0.0"
42364228
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
42374229
integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
42384230
dependencies:
42394231
resolve-from "^3.0.0"
42404232

4241-
resolve-from@^1.0.0:
4242-
version "1.0.1"
4243-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
4244-
integrity sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=
4245-
42464233
resolve-from@^3.0.0:
42474234
version "3.0.0"
42484235
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
42494236
integrity sha1-six699nWiBvItuZTM17rywoYh0g=
42504237

4238+
resolve-from@^4.0.0:
4239+
version "4.0.0"
4240+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
4241+
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
4242+
42514243
resolve-url@^0.2.1:
42524244
version "0.2.1"
42534245
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

0 commit comments

Comments
 (0)