diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-08-25 21:02:09 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-08-25 21:02:09 +0200 |
commit | c6720f0bf5ff3b28876d5f98eb09d1e83dbed39c (patch) | |
tree | 6d8de694cd960737c1429fa889841d763e9934d3 /yarn.lock | |
parent | 556ddc319242aafef51bae9301423ecf8701a3af (diff) | |
download | PeerTube-c6720f0bf5ff3b28876d5f98eb09d1e83dbed39c.tar.gz PeerTube-c6720f0bf5ff3b28876d5f98eb09d1e83dbed39c.tar.zst PeerTube-c6720f0bf5ff3b28876d5f98eb09d1e83dbed39c.zip |
Upgrade sequelize
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 178 |
1 files changed, 63 insertions, 115 deletions
@@ -90,6 +90,10 @@ | |||
90 | version "8.0.25" | 90 | version "8.0.25" |
91 | resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.25.tgz#66ecaf4df93f5281b48427ee96fbcdfc4f0cdce1" | 91 | resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.25.tgz#66ecaf4df93f5281b48427ee96fbcdfc4f0cdce1" |
92 | 92 | ||
93 | "@types/node@^6.0.48": | ||
94 | version "6.0.88" | ||
95 | resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.88.tgz#f618f11a944f6a18d92b5c472028728a3e3d4b66" | ||
96 | |||
93 | "@types/request@^2.0.3": | 97 | "@types/request@^2.0.3": |
94 | version "2.0.3" | 98 | version "2.0.3" |
95 | resolved "https://registry.yarnpkg.com/@types/request/-/request-2.0.3.tgz#bdf0fba9488c822f77e97de3dd8fe357b2fb8c06" | 99 | resolved "https://registry.yarnpkg.com/@types/request/-/request-2.0.3.tgz#bdf0fba9488c822f77e97de3dd8fe357b2fb8c06" |
@@ -98,8 +102,8 @@ | |||
98 | "@types/node" "*" | 102 | "@types/node" "*" |
99 | 103 | ||
100 | "@types/sequelize@^4.0.55": | 104 | "@types/sequelize@^4.0.55": |
101 | version "4.0.71" | 105 | version "4.0.72" |
102 | resolved "https://registry.yarnpkg.com/@types/sequelize/-/sequelize-4.0.71.tgz#61521e0fb167b1107ff21b8e207a6c90b8bbae71" | 106 | resolved "https://registry.yarnpkg.com/@types/sequelize/-/sequelize-4.0.72.tgz#ba7f5b6588cf059f3eb7ebf2f1e0a2b6c6f04d3d" |
103 | dependencies: | 107 | dependencies: |
104 | "@types/bluebird" "*" | 108 | "@types/bluebird" "*" |
105 | "@types/lodash" "*" | 109 | "@types/lodash" "*" |
@@ -198,10 +202,6 @@ ansi-styles@^3.1.0: | |||
198 | dependencies: | 202 | dependencies: |
199 | color-convert "^1.9.0" | 203 | color-convert "^1.9.0" |
200 | 204 | ||
201 | any-promise@^1.0.0: | ||
202 | version "1.3.0" | ||
203 | resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" | ||
204 | |||
205 | anymatch@^1.3.0: | 205 | anymatch@^1.3.0: |
206 | version "1.3.2" | 206 | version "1.3.2" |
207 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" | 207 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" |
@@ -333,7 +333,7 @@ balanced-match@^1.0.0: | |||
333 | version "1.0.0" | 333 | version "1.0.0" |
334 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" | 334 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" |
335 | 335 | ||
336 | basic-auth@^1.0.0, basic-auth@~1.1.0: | 336 | basic-auth@1.1.0, basic-auth@~1.1.0: |
337 | version "1.1.0" | 337 | version "1.1.0" |
338 | resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884" | 338 | resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884" |
339 | 339 | ||
@@ -458,14 +458,14 @@ block-stream@*: | |||
458 | dependencies: | 458 | dependencies: |
459 | inherits "~2.0.0" | 459 | inherits "~2.0.0" |
460 | 460 | ||
461 | bluebird@^2.10.0, bluebird@^2.9.13: | 461 | bluebird@3.5.0, bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6, bluebird@^3.5.0: |
462 | version "2.11.0" | ||
463 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" | ||
464 | |||
465 | bluebird@^3.0.5, bluebird@^3.4.0, bluebird@^3.4.6, bluebird@^3.5.0: | ||
466 | version "3.5.0" | 462 | version "3.5.0" |
467 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" | 463 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" |
468 | 464 | ||
465 | bluebird@^2.10.0: | ||
466 | version "2.11.0" | ||
467 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" | ||
468 | |||
469 | bn.js@^4.4.0: | 469 | bn.js@^4.4.0: |
470 | version "4.11.8" | 470 | version "4.11.8" |
471 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" | 471 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" |
@@ -559,13 +559,6 @@ callsites@^0.2.0: | |||
559 | version "0.2.0" | 559 | version "0.2.0" |
560 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca" | 560 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca" |
561 | 561 | ||
562 | camel-case@^1.1.1: | ||
563 | version "1.2.2" | ||
564 | resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-1.2.2.tgz#1aca7c4d195359a2ce9955793433c6e5542511f2" | ||
565 | dependencies: | ||
566 | sentence-case "^1.1.1" | ||
567 | upper-case "^1.1.1" | ||
568 | |||
569 | caseless@~0.12.0: | 562 | caseless@~0.12.0: |
570 | version "0.12.0" | 563 | version "0.12.0" |
571 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" | 564 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" |
@@ -877,6 +870,12 @@ debug@2.6.8, debug@^2.0.0, debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2. | |||
877 | dependencies: | 870 | dependencies: |
878 | ms "2.0.0" | 871 | ms "2.0.0" |
879 | 872 | ||
873 | debug@^3.0.0: | ||
874 | version "3.0.1" | ||
875 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64" | ||
876 | dependencies: | ||
877 | ms "2.0.0" | ||
878 | |||
880 | decompress-response@^3.3.0: | 879 | decompress-response@^3.3.0: |
881 | version "3.3.0" | 880 | version "3.3.0" |
882 | resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" | 881 | resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" |
@@ -983,9 +982,9 @@ doctrine@^2.0.0: | |||
983 | esutils "^2.0.2" | 982 | esutils "^2.0.2" |
984 | isarray "^1.0.0" | 983 | isarray "^1.0.0" |
985 | 984 | ||
986 | dottie@^1.0.0: | 985 | dottie@^2.0.0: |
987 | version "1.1.1" | 986 | version "2.0.0" |
988 | resolved "https://registry.yarnpkg.com/dottie/-/dottie-1.1.1.tgz#45c2a3f48bd6528eeed267a69a848eaaca6faa6a" | 987 | resolved "https://registry.yarnpkg.com/dottie/-/dottie-2.0.0.tgz#da191981c8b8d713ca0115d5898cf397c2f0ddd0" |
989 | 988 | ||
990 | duplexer@~0.1.1: | 989 | duplexer@~0.1.1: |
991 | version "0.1.1" | 990 | version "0.1.1" |
@@ -1045,8 +1044,8 @@ es-to-primitive@^1.1.1: | |||
1045 | is-symbol "^1.0.1" | 1044 | is-symbol "^1.0.1" |
1046 | 1045 | ||
1047 | es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14: | 1046 | es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14: |
1048 | version "0.10.29" | 1047 | version "0.10.30" |
1049 | resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.29.tgz#768eb2dfc4957bcf35fa0568f193ab71ede53fd8" | 1048 | resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.30.tgz#7141a16836697dbabfaaaeee41495ce29f52c939" |
1050 | dependencies: | 1049 | dependencies: |
1051 | es6-iterator "2" | 1050 | es6-iterator "2" |
1052 | es6-symbol "~3.1" | 1051 | es6-symbol "~3.1" |
@@ -1302,14 +1301,13 @@ expand-template@^1.0.2: | |||
1302 | version "1.1.0" | 1301 | version "1.1.0" |
1303 | resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-1.1.0.tgz#e09efba977bf98f9ee0ed25abd0c692e02aec3fc" | 1302 | resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-1.1.0.tgz#e09efba977bf98f9ee0ed25abd0c692e02aec3fc" |
1304 | 1303 | ||
1305 | express-oauth-server@2.0.0-b1: | 1304 | express-oauth-server@^2.0.0: |
1306 | version "2.0.0-b1" | 1305 | version "2.0.0" |
1307 | resolved "https://registry.yarnpkg.com/express-oauth-server/-/express-oauth-server-2.0.0-b1.tgz#1a3dffa32f1bfce04a88a49320e2fe8b13f77192" | 1306 | resolved "https://registry.yarnpkg.com/express-oauth-server/-/express-oauth-server-2.0.0.tgz#57b08665c1201532f52c4c02f19709238b99a48d" |
1308 | dependencies: | 1307 | dependencies: |
1309 | bluebird "^3.0.5" | 1308 | bluebird "^3.0.5" |
1310 | express "^4.13.3" | 1309 | express "^4.13.3" |
1311 | oauth2-server next | 1310 | oauth2-server "3.0.0" |
1312 | thenify "^3.0.0" | ||
1313 | 1311 | ||
1314 | express-validator@^3.1.0: | 1312 | express-validator@^3.1.0: |
1315 | version "3.2.1" | 1313 | version "3.2.1" |
@@ -1578,14 +1576,14 @@ generate-object-property@^1.1.0: | |||
1578 | dependencies: | 1576 | dependencies: |
1579 | is-property "^1.0.0" | 1577 | is-property "^1.0.0" |
1580 | 1578 | ||
1581 | generic-pool@2.4.2: | ||
1582 | version "2.4.2" | ||
1583 | resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-2.4.2.tgz#886bc5bf0beb7db96e81bcbba078818de5a62683" | ||
1584 | |||
1585 | generic-pool@2.4.3: | 1579 | generic-pool@2.4.3: |
1586 | version "2.4.3" | 1580 | version "2.4.3" |
1587 | resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-2.4.3.tgz#780c36f69dfad05a5a045dd37be7adca11a4f6ff" | 1581 | resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-2.4.3.tgz#780c36f69dfad05a5a045dd37be7adca11a4f6ff" |
1588 | 1582 | ||
1583 | generic-pool@^3.1.6: | ||
1584 | version "3.1.7" | ||
1585 | resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-3.1.7.tgz#dac22b2c7a7a04e41732f7d8d2d25a303c88f662" | ||
1586 | |||
1589 | get-browser-rtc@^1.0.0: | 1587 | get-browser-rtc@^1.0.0: |
1590 | version "1.0.2" | 1588 | version "1.0.2" |
1591 | resolved "https://registry.yarnpkg.com/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz#bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9" | 1589 | resolved "https://registry.yarnpkg.com/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz#bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9" |
@@ -1780,9 +1778,9 @@ infinity-agent@^2.0.0: | |||
1780 | version "2.0.3" | 1778 | version "2.0.3" |
1781 | resolved "https://registry.yarnpkg.com/infinity-agent/-/infinity-agent-2.0.3.tgz#45e0e2ff7a9eb030b27d62b74b3744b7a7ac4216" | 1779 | resolved "https://registry.yarnpkg.com/infinity-agent/-/infinity-agent-2.0.3.tgz#45e0e2ff7a9eb030b27d62b74b3744b7a7ac4216" |
1782 | 1780 | ||
1783 | inflection@1.10.0: | 1781 | inflection@1.12.0: |
1784 | version "1.10.0" | 1782 | version "1.12.0" |
1785 | resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.10.0.tgz#5bffcb1197ad3e81050f8e17e21668087ee9eb2f" | 1783 | resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416" |
1786 | 1784 | ||
1787 | inflight@^1.0.4: | 1785 | inflight@^1.0.4: |
1788 | version "1.0.6" | 1786 | version "1.0.6" |
@@ -2243,22 +2241,10 @@ lodash.restparam@^3.0.0: | |||
2243 | version "3.6.1" | 2241 | version "3.6.1" |
2244 | resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" | 2242 | resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" |
2245 | 2243 | ||
2246 | lodash@4.15.0: | 2244 | lodash@4.17.4, lodash@^4.0.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.16.0, lodash@^4.17.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.8.2: |
2247 | version "4.15.0" | ||
2248 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.15.0.tgz#3162391d8f0140aa22cf8f6b3c34d6b7f63d3aa9" | ||
2249 | |||
2250 | lodash@^3.3.1: | ||
2251 | version "3.10.1" | ||
2252 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" | ||
2253 | |||
2254 | lodash@^4.0.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.16.0, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.8.2: | ||
2255 | version "4.17.4" | 2245 | version "4.17.4" |
2256 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | 2246 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" |
2257 | 2247 | ||
2258 | lower-case@^1.1.1: | ||
2259 | version "1.1.4" | ||
2260 | resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" | ||
2261 | |||
2262 | lowercase-keys@^1.0.0: | 2248 | lowercase-keys@^1.0.0: |
2263 | version "1.0.0" | 2249 | version "1.0.0" |
2264 | resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" | 2250 | resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" |
@@ -2497,10 +2483,6 @@ node-pre-gyp@0.6.36, node-pre-gyp@^0.6.36: | |||
2497 | tar "^2.2.1" | 2483 | tar "^2.2.1" |
2498 | tar-pack "^3.4.0" | 2484 | tar-pack "^3.4.0" |
2499 | 2485 | ||
2500 | node-uuid@~1.4.4: | ||
2501 | version "1.4.8" | ||
2502 | resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907" | ||
2503 | |||
2504 | nodemon@^1.11.0: | 2486 | nodemon@^1.11.0: |
2505 | version "1.11.0" | 2487 | version "1.11.0" |
2506 | resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.11.0.tgz#226c562bd2a7b13d3d7518b49ad4828a3623d06c" | 2488 | resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.11.0.tgz#226c562bd2a7b13d3d7518b49ad4828a3623d06c" |
@@ -2556,18 +2538,16 @@ oauth-sign@~0.8.1: | |||
2556 | version "0.8.2" | 2538 | version "0.8.2" |
2557 | resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" | 2539 | resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" |
2558 | 2540 | ||
2559 | oauth2-server@next: | 2541 | oauth2-server@3.0.0: |
2560 | version "3.0.0-b3.1" | 2542 | version "3.0.0" |
2561 | resolved "https://registry.yarnpkg.com/oauth2-server/-/oauth2-server-3.0.0-b3.1.tgz#0e60832bb04146bd3170e081e09e641b2ef4163e" | 2543 | resolved "https://registry.yarnpkg.com/oauth2-server/-/oauth2-server-3.0.0.tgz#c46276b74c3d28634d59ee981f76b58a6459cc28" |
2562 | dependencies: | 2544 | dependencies: |
2563 | basic-auth "^1.0.0" | 2545 | basic-auth "1.1.0" |
2564 | bluebird "^2.9.13" | 2546 | bluebird "3.5.0" |
2565 | camel-case "^1.1.1" | 2547 | lodash "4.17.4" |
2566 | lodash "^3.3.1" | ||
2567 | promisify-any "2.0.1" | 2548 | promisify-any "2.0.1" |
2568 | standard-http-error "^1.1.0" | 2549 | statuses "1.3.1" |
2569 | type-is "^1.6.0" | 2550 | type-is "1.6.15" |
2570 | validator.js "^1.1.1" | ||
2571 | 2551 | ||
2572 | object-assign@4.1.0: | 2552 | object-assign@4.1.0: |
2573 | version "4.1.0" | 2553 | version "4.1.0" |
@@ -2793,7 +2773,7 @@ pg-types@1.*: | |||
2793 | postgres-date "~1.0.0" | 2773 | postgres-date "~1.0.0" |
2794 | postgres-interval "^1.1.0" | 2774 | postgres-interval "^1.1.0" |
2795 | 2775 | ||
2796 | pg@^6.1.0: | 2776 | pg@^6.4.2: |
2797 | version "6.4.2" | 2777 | version "6.4.2" |
2798 | resolved "https://registry.yarnpkg.com/pg/-/pg-6.4.2.tgz#c364011060eac7a507a2ae063eb857ece910e27f" | 2778 | resolved "https://registry.yarnpkg.com/pg/-/pg-6.4.2.tgz#c364011060eac7a507a2ae063eb857ece910e27f" |
2799 | dependencies: | 2779 | dependencies: |
@@ -3263,33 +3243,27 @@ send@0.15.4: | |||
3263 | range-parser "~1.2.0" | 3243 | range-parser "~1.2.0" |
3264 | statuses "~1.3.1" | 3244 | statuses "~1.3.1" |
3265 | 3245 | ||
3266 | sentence-case@^1.1.1: | 3246 | sequelize@^4.7.5: |
3267 | version "1.1.3" | 3247 | version "4.7.5" |
3268 | resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-1.1.3.tgz#8034aafc2145772d3abe1509aa42c9e1042dc139" | 3248 | resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-4.7.5.tgz#a0b81b04206a46919db82cc5f2967c0ab379da62" |
3269 | dependencies: | ||
3270 | lower-case "^1.1.1" | ||
3271 | |||
3272 | sequelize@4.0.0-2: | ||
3273 | version "4.0.0-2" | ||
3274 | resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-4.0.0-2.tgz#8143f50fa00ac62ba95394f4c81bd97e7c3600d5" | ||
3275 | dependencies: | 3249 | dependencies: |
3276 | bluebird "^3.4.6" | 3250 | bluebird "^3.4.6" |
3277 | cls-bluebird "^2.0.1" | 3251 | cls-bluebird "^2.0.1" |
3278 | debug "^2.2.0" | 3252 | debug "^3.0.0" |
3279 | depd "^1.1.0" | 3253 | depd "^1.1.0" |
3280 | dottie "^1.0.0" | 3254 | dottie "^2.0.0" |
3281 | generic-pool "2.4.2" | 3255 | generic-pool "^3.1.6" |
3282 | inflection "1.10.0" | 3256 | inflection "1.12.0" |
3283 | lodash "4.15.0" | 3257 | lodash "^4.17.1" |
3284 | moment "^2.13.0" | 3258 | moment "^2.13.0" |
3285 | moment-timezone "^0.5.4" | 3259 | moment-timezone "^0.5.4" |
3286 | node-uuid "~1.4.4" | ||
3287 | retry-as-promised "^2.0.0" | 3260 | retry-as-promised "^2.0.0" |
3288 | semver "^5.0.1" | 3261 | semver "^5.0.1" |
3289 | terraformer-wkt-parser "^1.1.2" | 3262 | terraformer-wkt-parser "^1.1.2" |
3290 | toposort-class "^1.0.1" | 3263 | toposort-class "^1.0.1" |
3291 | validator "^5.6.0" | 3264 | uuid "^3.0.0" |
3292 | wkx "0.3.0" | 3265 | validator "^8.0.0" |
3266 | wkx "^0.4.1" | ||
3293 | 3267 | ||
3294 | serve-static@1.12.4: | 3268 | serve-static@1.12.4: |
3295 | version "1.12.4" | 3269 | version "1.12.4" |
@@ -3450,16 +3424,6 @@ standard-engine@~7.0.0: | |||
3450 | minimist "^1.1.0" | 3424 | minimist "^1.1.0" |
3451 | pkg-conf "^2.0.0" | 3425 | pkg-conf "^2.0.0" |
3452 | 3426 | ||
3453 | "standard-error@>= 1.1.0 < 2": | ||
3454 | version "1.1.0" | ||
3455 | resolved "https://registry.yarnpkg.com/standard-error/-/standard-error-1.1.0.tgz#23e5168fa1c0820189e5812701a79058510d0d34" | ||
3456 | |||
3457 | standard-http-error@^1.1.0: | ||
3458 | version "1.2.0" | ||
3459 | resolved "https://registry.yarnpkg.com/standard-http-error/-/standard-http-error-1.2.0.tgz#10bbd31cd86f023d3013a58208be37e38519fda7" | ||
3460 | dependencies: | ||
3461 | standard-error ">= 1.1.0 < 2" | ||
3462 | |||
3463 | standard@^10.0.0: | 3427 | standard@^10.0.0: |
3464 | version "10.0.3" | 3428 | version "10.0.3" |
3465 | resolved "https://registry.yarnpkg.com/standard/-/standard-10.0.3.tgz#7869bcbf422bdeeaab689a1ffb1fea9677dd50ea" | 3429 | resolved "https://registry.yarnpkg.com/standard/-/standard-10.0.3.tgz#7869bcbf422bdeeaab689a1ffb1fea9677dd50ea" |
@@ -3474,7 +3438,7 @@ standard@^10.0.0: | |||
3474 | eslint-plugin-standard "~3.0.1" | 3438 | eslint-plugin-standard "~3.0.1" |
3475 | standard-engine "~7.0.0" | 3439 | standard-engine "~7.0.0" |
3476 | 3440 | ||
3477 | "statuses@>= 1.3.1 < 2", statuses@~1.3.1: | 3441 | statuses@1.3.1, "statuses@>= 1.3.1 < 2", statuses@~1.3.1: |
3478 | version "1.3.1" | 3442 | version "1.3.1" |
3479 | resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" | 3443 | resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" |
3480 | 3444 | ||
@@ -3692,12 +3656,6 @@ text-table@~0.2.0: | |||
3692 | version "0.2.0" | 3656 | version "0.2.0" |
3693 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | 3657 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
3694 | 3658 | ||
3695 | thenify@^3.0.0: | ||
3696 | version "3.3.0" | ||
3697 | resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.0.tgz#e69e38a1babe969b0108207978b9f62b88604839" | ||
3698 | dependencies: | ||
3699 | any-promise "^1.0.0" | ||
3700 | |||
3701 | thirty-two@^1.0.1: | 3659 | thirty-two@^1.0.1: |
3702 | version "1.0.2" | 3660 | version "1.0.2" |
3703 | resolved "https://registry.yarnpkg.com/thirty-two/-/thirty-two-1.0.2.tgz#4ca2fffc02a51290d2744b9e3f557693ca6b627a" | 3661 | resolved "https://registry.yarnpkg.com/thirty-two/-/thirty-two-1.0.2.tgz#4ca2fffc02a51290d2744b9e3f557693ca6b627a" |
@@ -3846,7 +3804,7 @@ type-detect@^4.0.0: | |||
3846 | version "4.0.3" | 3804 | version "4.0.3" |
3847 | resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.3.tgz#0e3f2670b44099b0b46c284d136a7ef49c74c2ea" | 3805 | resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.3.tgz#0e3f2670b44099b0b46c284d136a7ef49c74c2ea" |
3848 | 3806 | ||
3849 | type-is@^1.6.0, type-is@^1.6.4, type-is@~1.6.15: | 3807 | type-is@1.6.15, type-is@^1.6.4, type-is@~1.6.15: |
3850 | version "1.6.15" | 3808 | version "1.6.15" |
3851 | resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.15.tgz#cab10fb4909e441c82842eafe1ad646c81804410" | 3809 | resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.15.tgz#cab10fb4909e441c82842eafe1ad646c81804410" |
3852 | dependencies: | 3810 | dependencies: |
@@ -3915,10 +3873,6 @@ update-notifier@0.5.0: | |||
3915 | semver-diff "^2.0.0" | 3873 | semver-diff "^2.0.0" |
3916 | string-length "^1.0.0" | 3874 | string-length "^1.0.0" |
3917 | 3875 | ||
3918 | upper-case@^1.1.1: | ||
3919 | version "1.1.3" | ||
3920 | resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" | ||
3921 | |||
3922 | user-home@^1.1.1: | 3876 | user-home@^1.1.1: |
3923 | version "1.1.1" | 3877 | version "1.1.1" |
3924 | resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" | 3878 | resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" |
@@ -3971,15 +3925,7 @@ v8flags@^3.0.0: | |||
3971 | dependencies: | 3925 | dependencies: |
3972 | user-home "^1.1.1" | 3926 | user-home "^1.1.1" |
3973 | 3927 | ||
3974 | validator.js@^1.1.1: | 3928 | validator@^8.0.0, validator@^8.1.0: |
3975 | version "1.2.3" | ||
3976 | resolved "https://registry.yarnpkg.com/validator.js/-/validator.js-1.2.3.tgz#f8e623f60e53bada54880333649970996a3446e1" | ||
3977 | |||
3978 | validator@^5.6.0: | ||
3979 | version "5.7.0" | ||
3980 | resolved "https://registry.yarnpkg.com/validator/-/validator-5.7.0.tgz#7a87a58146b695ac486071141c0c49d67da05e5c" | ||
3981 | |||
3982 | validator@^8.1.0: | ||
3983 | version "8.1.0" | 3929 | version "8.1.0" |
3984 | resolved "https://registry.yarnpkg.com/validator/-/validator-8.1.0.tgz#89cf6b512ff71eba886afd8d10d47f8dc800eac0" | 3930 | resolved "https://registry.yarnpkg.com/validator/-/validator-8.1.0.tgz#89cf6b512ff71eba886afd8d10d47f8dc800eac0" |
3985 | 3931 | ||
@@ -4082,9 +4028,11 @@ winston@^2.1.1: | |||
4082 | isstream "0.1.x" | 4028 | isstream "0.1.x" |
4083 | stack-trace "0.0.x" | 4029 | stack-trace "0.0.x" |
4084 | 4030 | ||
4085 | wkx@0.3.0: | 4031 | wkx@^0.4.1: |
4086 | version "0.3.0" | 4032 | version "0.4.1" |
4087 | resolved "https://registry.yarnpkg.com/wkx/-/wkx-0.3.0.tgz#4f24948d879aca65e501674469855e04c2ad78dd" | 4033 | resolved "https://registry.yarnpkg.com/wkx/-/wkx-0.4.1.tgz#2fc171b5e9cb55c6256fef4bde1f21be413befee" |
4034 | dependencies: | ||
4035 | "@types/node" "^6.0.48" | ||
4088 | 4036 | ||
4089 | wordwrap@~0.0.2: | 4037 | wordwrap@~0.0.2: |
4090 | version "0.0.3" | 4038 | version "0.0.3" |