Skip to content

Commit e019bb5

Browse files
dependabot[bot]Nir Maoz
authored andcommitted
Bump eslint from 4.10.0 to 4.18.2 in /samples/photo_album
1 parent 55bdc1d commit e019bb5

File tree

2 files changed

+41
-36
lines changed

2 files changed

+41
-36
lines changed

samples/photo_album/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cloudinary-react": "^1.0.6",
1616
"css-loader": "0.28.7",
1717
"dotenv": "4.0.0",
18-
"eslint": "4.10.0",
18+
"eslint": "4.18.2",
1919
"eslint-config-react-app": "^2.0.1",
2020
"eslint-loader": "1.9.0",
2121
"eslint-plugin-flowtype": "2.39.1",

samples/photo_album/yarn.lock

Lines changed: 40 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ acorn@^4.0.3, acorn@^4.0.4:
4343
version "4.0.13"
4444
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
4545

46-
acorn@^5.0.0, acorn@^5.2.1:
46+
acorn@^5.0.0:
4747
version "5.2.1"
4848
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
4949

50+
acorn@^5.5.0:
51+
version "5.7.3"
52+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
53+
5054
address@1.0.3, address@^1.0.1:
5155
version "1.0.3"
5256
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
@@ -62,7 +66,7 @@ ajv@^4.9.1:
6266
co "^4.6.0"
6367
json-stable-stringify "^1.0.1"
6468

65-
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3:
69+
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.3, ajv@^5.3.0:
6670
version "5.5.2"
6771
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
6872
dependencies:
@@ -1790,7 +1794,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.6.0, debug@^2.6.6, debug@^2.6.8:
17901794
dependencies:
17911795
ms "2.0.0"
17921796

1793-
debug@^3.0.1, debug@^3.1.0:
1797+
debug@^3.1.0:
17941798
version "3.1.0"
17951799
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
17961800
dependencies:
@@ -1932,9 +1936,9 @@ doctrine@1.5.0:
19321936
esutils "^2.0.2"
19331937
isarray "^1.0.0"
19341938

1935-
doctrine@^2.0.0:
1936-
version "2.0.2"
1937-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.2.tgz#68f96ce8efc56cc42651f1faadb4f175273b0075"
1939+
doctrine@^2.0.0, doctrine@^2.1.0:
1940+
version "2.1.0"
1941+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
19381942
dependencies:
19391943
esutils "^2.0.2"
19401944

@@ -2263,32 +2267,36 @@ eslint-scope@^3.7.1:
22632267
esrecurse "^4.1.0"
22642268
estraverse "^4.1.1"
22652269

2266-
eslint@4.10.0:
2267-
version "4.10.0"
2268-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.10.0.tgz#f25d0d7955c81968c2309aa5c9a229e045176bb7"
2270+
eslint-visitor-keys@^1.0.0:
2271+
version "1.0.0"
2272+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
2273+
2274+
eslint@4.18.2:
2275+
version "4.18.2"
2276+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.2.tgz#0f81267ad1012e7d2051e186a9004cc2267b8d45"
22692277
dependencies:
2270-
ajv "^5.2.0"
2278+
ajv "^5.3.0"
22712279
babel-code-frame "^6.22.0"
22722280
chalk "^2.1.0"
22732281
concat-stream "^1.6.0"
22742282
cross-spawn "^5.1.0"
2275-
debug "^3.0.1"
2276-
doctrine "^2.0.0"
2283+
debug "^3.1.0"
2284+
doctrine "^2.1.0"
22772285
eslint-scope "^3.7.1"
2278-
espree "^3.5.1"
2286+
eslint-visitor-keys "^1.0.0"
2287+
espree "^3.5.2"
22792288
esquery "^1.0.0"
2280-
estraverse "^4.2.0"
22812289
esutils "^2.0.2"
22822290
file-entry-cache "^2.0.0"
22832291
functional-red-black-tree "^1.0.1"
22842292
glob "^7.1.2"
2285-
globals "^9.17.0"
2293+
globals "^11.0.1"
22862294
ignore "^3.3.3"
22872295
imurmurhash "^0.1.4"
22882296
inquirer "^3.0.6"
22892297
is-resolvable "^1.0.0"
22902298
js-yaml "^3.9.1"
2291-
json-stable-stringify "^1.0.1"
2299+
json-stable-stringify-without-jsonify "^1.0.1"
22922300
levn "^0.3.0"
22932301
lodash "^4.17.4"
22942302
minimatch "^3.0.2"
@@ -2302,14 +2310,14 @@ eslint@4.10.0:
23022310
semver "^5.3.0"
23032311
strip-ansi "^4.0.0"
23042312
strip-json-comments "~2.0.1"
2305-
table "^4.0.1"
2313+
table "4.0.2"
23062314
text-table "~0.2.0"
23072315

2308-
espree@^3.5.1:
2309-
version "3.5.2"
2310-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
2316+
espree@^3.5.2:
2317+
version "3.5.4"
2318+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
23112319
dependencies:
2312-
acorn "^5.2.1"
2320+
acorn "^5.5.0"
23132321
acorn-jsx "^3.0.0"
23142322

23152323
esprima@^2.6.0:
@@ -2790,18 +2798,7 @@ glob-parent@^2.0.0:
27902798
dependencies:
27912799
is-glob "^2.0.0"
27922800

2793-
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
2794-
version "7.1.2"
2795-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
2796-
dependencies:
2797-
fs.realpath "^1.0.0"
2798-
inflight "^1.0.4"
2799-
inherits "2"
2800-
minimatch "^3.0.4"
2801-
once "^1.3.0"
2802-
path-is-absolute "^1.0.0"
2803-
2804-
glob@^7.1.3:
2801+
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
28052802
version "7.1.4"
28062803
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
28072804
dependencies:
@@ -2830,7 +2827,11 @@ global-prefix@^1.0.1:
28302827
is-windows "^1.0.1"
28312828
which "^1.2.14"
28322829

2833-
globals@^9.17.0, globals@^9.18.0:
2830+
globals@^11.0.1:
2831+
version "11.12.0"
2832+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
2833+
2834+
globals@^9.18.0:
28342835
version "9.18.0"
28352836
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
28362837

@@ -3837,6 +3838,10 @@ json-schema@0.2.3:
38373838
version "0.2.3"
38383839
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
38393840

3841+
json-stable-stringify-without-jsonify@^1.0.1:
3842+
version "1.0.1"
3843+
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
3844+
38403845
json-stable-stringify@^1.0.1:
38413846
version "1.0.1"
38423847
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
@@ -6142,7 +6147,7 @@ symbol-tree@^3.2.1:
61426147
version "3.2.2"
61436148
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
61446149

6145-
table@^4.0.1:
6150+
table@4.0.2:
61466151
version "4.0.2"
61476152
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
61486153
dependencies:

0 commit comments

Comments
 (0)