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

Commit 393dcb6

Browse files
upgraded some packages
1 parent 284e025 commit 393dcb6

File tree

2 files changed

+70
-38
lines changed

2 files changed

+70
-38
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"node-sass": "~4.7.2",
9393
"quill-url-embeds": "^1.2.5",
9494
"raven": "~2.6.1",
95-
"request": "~2.83.0",
95+
"request": "~2.86.0",
9696
"request-promise": "~4.2.2",
9797
"sanitize-html": "^1.18.2",
9898
"serve-favicon": "~2.5.0",
@@ -106,9 +106,9 @@
106106
"babel-eslint": "~8.2.3",
107107
"concurrently": "~3.5.1",
108108
"cross-env": "^5.1.5",
109-
"eslint": "~4.16.0",
109+
"eslint": "~4.19.1",
110110
"istanbul": "1.1.0-alpha.1",
111-
"mocha": "~5.0.4",
111+
"mocha": "~5.2.0",
112112
"nodemon": "~1.17.4",
113113
"shx": "^0.2.2",
114114
"wait-on": "~2.1.0"

yarn.lock

Lines changed: 67 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ acorn@^3.0.4:
137137
version "3.3.0"
138138
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
139139

140-
acorn@^5.2.1:
141-
version "5.3.0"
142-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822"
140+
acorn@^5.5.0:
141+
version "5.5.3"
142+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
143143

144144
145145
version "0.8.2"
@@ -936,9 +936,9 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
936936
dependencies:
937937
delayed-stream "~1.0.0"
938938

939-
commander@2.11.0, commander@^2.9.0:
940-
version "2.11.0"
941-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
939+
commander@2.15.1:
940+
version "2.15.1"
941+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
942942

943943
944944
version "2.6.0"
@@ -950,6 +950,10 @@ [email protected]:
950950
dependencies:
951951
graceful-readlink ">= 1.0.0"
952952

953+
commander@^2.9.0:
954+
version "2.11.0"
955+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
956+
953957
954958
version "1.0.0"
955959
resolved "https://registry.yarnpkg.com/component-bind/-/component-bind-1.0.0.tgz#00c608ab7dcd93897c0009651b1d3a8e1e73bbd1"
@@ -1496,9 +1500,9 @@ eslint-visitor-keys@^1.0.0:
14961500
version "1.0.0"
14971501
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
14981502

1499-
eslint@~4.16.0:
1500-
version "4.16.0"
1501-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.16.0.tgz#934ada9e98715e1d7bbfd6f6f0519ed2fab35cc1"
1503+
eslint@~4.19.1:
1504+
version "4.19.1"
1505+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
15021506
dependencies:
15031507
ajv "^5.3.0"
15041508
babel-code-frame "^6.22.0"
@@ -1509,7 +1513,7 @@ eslint@~4.16.0:
15091513
doctrine "^2.1.0"
15101514
eslint-scope "^3.7.1"
15111515
eslint-visitor-keys "^1.0.0"
1512-
espree "^3.5.2"
1516+
espree "^3.5.4"
15131517
esquery "^1.0.0"
15141518
esutils "^2.0.2"
15151519
file-entry-cache "^2.0.0"
@@ -1531,18 +1535,19 @@ eslint@~4.16.0:
15311535
path-is-inside "^1.0.2"
15321536
pluralize "^7.0.0"
15331537
progress "^2.0.0"
1538+
regexpp "^1.0.1"
15341539
require-uncached "^1.0.3"
15351540
semver "^5.3.0"
15361541
strip-ansi "^4.0.0"
15371542
strip-json-comments "~2.0.1"
1538-
table "^4.0.1"
1543+
table "4.0.2"
15391544
text-table "~0.2.0"
15401545

1541-
espree@^3.5.2:
1542-
version "3.5.2"
1543-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
1546+
espree@^3.5.4:
1547+
version "3.5.4"
1548+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
15441549
dependencies:
1545-
acorn "^5.2.1"
1550+
acorn "^5.5.0"
15461551
acorn-jsx "^3.0.0"
15471552

15481553
esprima@^4.0.0:
@@ -2270,9 +2275,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
22702275
version "1.0.1"
22712276
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
22722277

2273-
2274-
version "1.10.3"
2275-
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.3.tgz#1926ba90cf3edfe2adb4927f5880bc22c66c790f"
2278+
2279+
version "1.10.5"
2280+
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
22762281

22772282
handlebars-layouts@~3.1.4:
22782283
version "3.1.4"
@@ -2334,10 +2339,6 @@ has-flag@^1.0.0:
23342339
version "1.0.0"
23352340
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
23362341

2337-
has-flag@^2.0.0:
2338-
version "2.0.0"
2339-
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
2340-
23412342
has-flag@^3.0.0:
23422343
version "3.0.0"
23432344
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3436,7 +3437,7 @@ mimic-fn@^1.0.0:
34363437
version "1.1.0"
34373438
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
34383439

3439-
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
3440+
"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
34403441
version "3.0.4"
34413442
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
34423443
dependencies:
@@ -3483,20 +3484,21 @@ [email protected], [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
34833484
dependencies:
34843485
minimist "0.0.8"
34853486

3486-
mocha@~5.0.4:
3487-
version "5.0.4"
3488-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
3487+
mocha@~5.2.0:
3488+
version "5.2.0"
3489+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6"
34893490
dependencies:
34903491
browser-stdout "1.3.1"
3491-
commander "2.11.0"
3492+
commander "2.15.1"
34923493
debug "3.1.0"
34933494
diff "3.5.0"
34943495
escape-string-regexp "1.0.5"
34953496
glob "7.1.2"
3496-
growl "1.10.3"
3497+
growl "1.10.5"
34973498
he "1.1.1"
3499+
minimatch "3.0.4"
34983500
mkdirp "0.5.1"
3499-
supports-color "4.4.0"
3501+
supports-color "5.4.0"
35003502

35013503
35023504
version "2.21.0"
@@ -4254,6 +4256,10 @@ [email protected]:
42544256
version "0.0.1"
42554257
resolved "https://registry.yarnpkg.com/regexp-clone/-/regexp-clone-0.0.1.tgz#a7c2e09891fdbf38fbb10d376fb73003e68ac589"
42564258

4259+
regexpp@^1.0.1:
4260+
version "1.1.0"
4261+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
4262+
42574263
registry-auth-token@^3.0.1:
42584264
version "3.3.2"
42594265
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20"
@@ -4300,7 +4306,7 @@ request-promise@~4.2.2:
43004306
stealthy-require "^1.1.0"
43014307
tough-cookie ">=2.3.3"
43024308

4303-
request@2, request@^2.78.0, request@~2.83.0:
4309+
request@2, request@^2.78.0:
43044310
version "2.83.0"
43054311
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
43064312
dependencies:
@@ -4352,6 +4358,32 @@ request@~2.79.0:
43524358
tunnel-agent "~0.4.1"
43534359
uuid "^3.0.0"
43544360

4361+
request@~2.86.0:
4362+
version "2.86.0"
4363+
resolved "https://registry.yarnpkg.com/request/-/request-2.86.0.tgz#2b9497f449b0a32654c081a5cf426bbfb5bf5b69"
4364+
dependencies:
4365+
aws-sign2 "~0.7.0"
4366+
aws4 "^1.6.0"
4367+
caseless "~0.12.0"
4368+
combined-stream "~1.0.5"
4369+
extend "~3.0.1"
4370+
forever-agent "~0.6.1"
4371+
form-data "~2.3.1"
4372+
har-validator "~5.0.3"
4373+
hawk "~6.0.2"
4374+
http-signature "~1.2.0"
4375+
is-typedarray "~1.0.0"
4376+
isstream "~0.1.2"
4377+
json-stringify-safe "~5.0.1"
4378+
mime-types "~2.1.17"
4379+
oauth-sign "~0.8.2"
4380+
performance-now "^2.1.0"
4381+
qs "~6.5.1"
4382+
safe-buffer "^5.1.1"
4383+
tough-cookie "~2.3.3"
4384+
tunnel-agent "^0.6.0"
4385+
uuid "^3.1.0"
4386+
43554387
require-directory@^2.1.1:
43564388
version "2.1.1"
43574389
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -4928,11 +4960,11 @@ strip-json-comments@~2.0.1:
49284960
version "2.0.1"
49294961
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
49304962

4931-
supports-color@4.4.0:
4932-
version "4.4.0"
4933-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.4.0.tgz#883f7ddabc165142b2a61427f3352ded195d1a3e"
4963+
supports-color@5.4.0:
4964+
version "5.4.0"
4965+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
49344966
dependencies:
4935-
has-flag "^2.0.0"
4967+
has-flag "^3.0.0"
49364968

49374969
supports-color@^0.2.0:
49384970
version "0.2.0"
@@ -4954,7 +4986,7 @@ supports-color@^5.2.0, supports-color@^5.3.0:
49544986
dependencies:
49554987
has-flag "^3.0.0"
49564988

4957-
table@^4.0.1:
4989+
49584990
version "4.0.2"
49594991
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
49604992
dependencies:

0 commit comments

Comments
 (0)