Skip to content

Commit fd3e3c4

Browse files
committed
chore(deps): update dependency eslint to v5.16.0
1 parent d58d895 commit fd3e3c4

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-plugin-tester": "6.0.0",
3232
"codecov": "3.2.0",
3333
"conventional-changelog-cli": "2.0.12",
34-
"eslint": "5.14.1",
34+
"eslint": "5.16.0",
3535
"flow-bin": "0.93.0",
3636
"graphql": "14.1.1",
3737
"hsu-scripts": "1.0.7",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,10 +2408,10 @@ [email protected]:
24082408
esrecurse "^4.1.0"
24092409
estraverse "^4.1.1"
24102410

2411-
eslint-scope@^4.0.0:
2412-
version "4.0.0"
2413-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
2414-
integrity sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==
2411+
eslint-scope@^4.0.3:
2412+
version "4.0.3"
2413+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2414+
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
24152415
dependencies:
24162416
esrecurse "^4.1.0"
24172417
estraverse "^4.1.1"
@@ -2426,18 +2426,18 @@ eslint-visitor-keys@^1.0.0:
24262426
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
24272427
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
24282428

2429-
eslint@5.14.1:
2430-
version "5.14.1"
2431-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
2432-
integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==
2429+
eslint@5.16.0:
2430+
version "5.16.0"
2431+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
2432+
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
24332433
dependencies:
24342434
"@babel/code-frame" "^7.0.0"
24352435
ajv "^6.9.1"
24362436
chalk "^2.1.0"
24372437
cross-spawn "^6.0.5"
24382438
debug "^4.0.1"
24392439
doctrine "^3.0.0"
2440-
eslint-scope "^4.0.0"
2440+
eslint-scope "^4.0.3"
24412441
eslint-utils "^1.3.1"
24422442
eslint-visitor-keys "^1.0.0"
24432443
espree "^5.0.1"
@@ -2451,7 +2451,7 @@ [email protected]:
24512451
import-fresh "^3.0.0"
24522452
imurmurhash "^0.1.4"
24532453
inquirer "^6.2.2"
2454-
js-yaml "^3.12.0"
2454+
js-yaml "^3.13.0"
24552455
json-stable-stringify-without-jsonify "^1.0.1"
24562456
levn "^0.3.0"
24572457
lodash "^4.17.11"
@@ -4098,6 +4098,14 @@ js-yaml@^3.12.0, js-yaml@^3.9.0:
40984098
argparse "^1.0.7"
40994099
esprima "^4.0.0"
41004100

4101+
js-yaml@^3.13.0:
4102+
version "3.13.1"
4103+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
4104+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
4105+
dependencies:
4106+
argparse "^1.0.7"
4107+
esprima "^4.0.0"
4108+
41014109
jsbn@~0.1.0:
41024110
version "0.1.1"
41034111
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)