Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 9f8532e

Browse files
committed
Update dependency eslint to v5.15.3
1 parent 1558eda commit 9f8532e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/preset-react": "^7.0.0",
3737
"babel-eslint": "10.0.1",
3838
"create-universal-package": "3.4.6",
39-
"eslint": "5.14.1",
39+
"eslint": "5.15.3",
4040
"eslint-config-fusion": "^4.0.0",
4141
"eslint-plugin-cup": "2.0.1",
4242
"eslint-plugin-flowtype": "3.4.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2226,10 +2226,10 @@ eslint-scope@3.7.1:
22262226
esrecurse "^4.1.0"
22272227
estraverse "^4.1.1"
22282228

2229-
eslint-scope@^4.0.0:
2230-
version "4.0.0"
2231-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
2232-
integrity sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==
2229+
eslint-scope@^4.0.3:
2230+
version "4.0.3"
2231+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2232+
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
22332233
dependencies:
22342234
esrecurse "^4.1.0"
22352235
estraverse "^4.1.1"
@@ -2244,18 +2244,18 @@ eslint-visitor-keys@^1.0.0:
22442244
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
22452245
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
22462246

2247-
eslint@5.14.1:
2248-
version "5.14.1"
2249-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
2250-
integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==
2247+
eslint@5.15.3:
2248+
version "5.15.3"
2249+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.3.tgz#c79c3909dc8a7fa3714fb340c11e30fd2526b8b5"
2250+
integrity sha512-vMGi0PjCHSokZxE0NLp2VneGw5sio7SSiDNgIUn2tC0XkWJRNOIoHIg3CliLVfXnJsiHxGAYrkw0PieAu8+KYQ==
22512251
dependencies:
22522252
"@babel/code-frame" "^7.0.0"
22532253
ajv "^6.9.1"
22542254
chalk "^2.1.0"
22552255
cross-spawn "^6.0.5"
22562256
debug "^4.0.1"
22572257
doctrine "^3.0.0"
2258-
eslint-scope "^4.0.0"
2258+
eslint-scope "^4.0.3"
22592259
eslint-utils "^1.3.1"
22602260
eslint-visitor-keys "^1.0.0"
22612261
espree "^5.0.1"

0 commit comments

Comments
 (0)