diff --git a/package.json b/package.json index e134f4a8..6f92340e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@feathersjs/authentication-oauth": "^4.3.10", "@feathersjs/configuration": "^4.3.10", "@feathersjs/errors": "^4.3.10", - "@feathersjs/express": "^4.3.10", + "@feathersjs/express": "^4.3.11", "@feathersjs/feathers": "^4.3.10", "@feathersjs/socketio": "^4.3.10", "cls-hooked": "^4.2.2", diff --git a/yarn.lock b/yarn.lock index 66330c2e..8b8f3687 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,20 +112,20 @@ dependencies: debug "^4.0.0" -"@feathersjs/errors@^4.3.10", "@feathersjs/errors@^4.3.3", "@feathersjs/errors@^4.3.4": - version "4.3.10" - resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.10.tgz#f109633a593515849e040123b5992adaad479aaf" - integrity sha512-OWPCfXcife8DRkdP4u1aC4ZZgaov5vfowEtacFX+/l91YsMlvIeI6mEmhK/tcVyF5TK/kuzkai5KJtZlp+R4KQ== +"@feathersjs/errors@^4.3.10", "@feathersjs/errors@^4.3.11", "@feathersjs/errors@^4.3.3", "@feathersjs/errors@^4.3.4": + version "4.3.11" + resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.11.tgz#3aff48fc54ca47ca3873c42f043dd69f4c4f6894" + integrity sha512-bnfFUUCykgF4ZgjFhDOL4rS9YT9N1GxYgNGwWs6otKCnj0jr9/iXTnda/cjqryTr9fqB/62qkDG/G/FtYqPxvA== dependencies: debug "^4.1.1" -"@feathersjs/express@^4.3.10": - version "4.3.10" - resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-4.3.10.tgz#5f2a046d6b8d2162042dffa5b98f6476cc76f26c" - integrity sha512-B1TcVjn6glFQNIWmuHusk5I1oo+DYls9wZ9OyI4nUlQSBucCFYKSuexyPInVdQdd57iY8cjBGqclI6W1YwqL0Q== +"@feathersjs/express@^4.3.10", "@feathersjs/express@^4.3.11": + version "4.3.11" + resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-4.3.11.tgz#809ca92efe591f3d09dfce6464e6ad9b95642f02" + integrity sha512-/g42a1JK7WXM4+sBfvz9yfAMAf5TwB5PrQqc43gdj5RuJzyZs+OoDTSxnR+fFnbmVhofyRd6PCjzpzp4YWNZ5Q== dependencies: "@feathersjs/commons" "^4.3.7" - "@feathersjs/errors" "^4.3.10" + "@feathersjs/errors" "^4.3.11" "@types/express" "^4.17.1" debug "^4.1.1" express "^4.17.1"