From cd6cda8b902dc757acf855542c970f568f1eeb52 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Tue, 3 Sep 2019 00:06:45 -0500 Subject: [PATCH] chore: bump deps --- package.json | 2 +- yarn.lock | 45 +++++++++++++++++++++++++++++++++++---------- 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b695c03..d475995 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "koa": "^2.8.1", "koa-404-handler": "^0.0.2", "koa-basic-auth": "^4.0.0", - "koa-better-error-handler": "^2.0.0", + "koa-better-error-handler": "^3.0.0", "koa-better-flash": "^0.0.3", "koa-better-timeout": "^0.0.3", "koa-bodyparser": "^4.2.1", diff --git a/yarn.lock b/yarn.lock index a5b61f8..e7782ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2535,16 +2535,20 @@ error-inject@^1.0.0: integrity sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= es-abstract@^1.12.0, es-abstract@^1.7.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9" - integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg== + version "1.14.0" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.0.tgz#f59d9d44278ea8f90c8ff3de1552537c2fd739b4" + integrity sha512-lri42nNq1tIohUuwFBYEM3wKwcrcJa78jukGDdWsuaNxTtxBFGFkKUQ15nc9J+ipje4mhbQR6JwABb4VvawR3A== dependencies: es-to-primitive "^1.2.0" function-bind "^1.1.1" has "^1.0.3" + has-symbols "^1.0.0" is-callable "^1.1.4" is-regex "^1.0.4" - object-keys "^1.0.12" + object-inspect "^1.6.0" + object-keys "^1.1.1" + string.prototype.trimleft "^2.0.0" + string.prototype.trimright "^2.0.0" es-to-primitive@^1.2.0: version "1.2.0" @@ -3342,7 +3346,7 @@ fsevents@^2.0.6: resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a" integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ== -function-bind@^1.1.1: +function-bind@^1.0.2, function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== @@ -4723,15 +4727,15 @@ koa-basic-auth@^4.0.0: basic-auth "^2.0.0" tsscmp "^1.0.6" -koa-better-error-handler@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/koa-better-error-handler/-/koa-better-error-handler-2.0.0.tgz#11572f53444af2b9ebb390c8bb573ff3df610cfc" - integrity sha512-kYW8OoFo+EmK1URGPrgR5BldJrPDCMl5+BvXBCaMHn0RUjoUQoRMMZ96dInMvUgHGI+SJGR+cuo7rKqsTjnEzw== +koa-better-error-handler@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/koa-better-error-handler/-/koa-better-error-handler-3.0.0.tgz#8e16595adc62e07b34b2064bfd5025417b1f48a7" + integrity sha512-YHk4eom0VGpbX/sXiNHu2JDfyDI+DRYZd7xE67Idbzou0rtYwBJ09Ld1yBPooHanqsyVMCJhLBIReuAR9fDInw== dependencies: boom "5.1.0" co "^4.6.0" debug "^4.1.1" - lodash "^4.17.11" + lodash "^4.17.15" underscore.string "^3.3.5" koa-better-flash@^0.0.3: @@ -5953,6 +5957,11 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" +object-inspect@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b" + integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ== + object-is@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6" @@ -8456,6 +8465,22 @@ string-width@^4.0.0, string-width@^4.1.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^5.2.0" +string.prototype.trimleft@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz#68b6aa8e162c6a80e76e3a8a0c2e747186e271ff" + integrity sha1-aLaqjhYsaoDnbjqKDC50cYbicf8= + dependencies: + define-properties "^1.1.2" + function-bind "^1.0.2" + +string.prototype.trimright@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz#ab4a56d802a01fbe7293e11e84f24dc8164661dd" + integrity sha1-q0pW2AKgH75yk+EehPJNyBZGYd0= + dependencies: + define-properties "^1.1.2" + function-bind "^1.0.2" + string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"