diff --git a/package.json b/package.json index 6dedf42..bd3a8ee 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@feathersjs/configuration": "^1.0.2", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.0", - "@feathersjs/feathers": "^3.1.3", + "@feathersjs/feathers": "^3.3.1", "compression": "^1.7.2", "cors": "^2.8.4", "cross-env": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 32e8e59..fc3fbb8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -95,6 +95,11 @@ resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-3.0.1.tgz#cf844b91ba5fe3ec419384d986d85929067a3058" integrity sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA== +"@feathersjs/commons@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.0.0.tgz#ae49bae4025c35aaeb9aacb6a0c27a3d1def5062" + integrity sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg== + "@feathersjs/configuration@^1.0.2": version "1.0.2" resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-1.0.2.tgz#18da733e908fc39726233dbae867c6b0eb3920cd" @@ -121,12 +126,12 @@ express "^4.16.2" uberproto "^2.0.0" -"@feathersjs/feathers@^3.1.3": - version "3.2.3" - resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-3.2.3.tgz#889a64acd7e336d131ce53ea7512e4f48642e218" - integrity sha512-T51XlcE+HkAG7nfFMoqRU+bLxPhIYGygAiWQ0Fmc5vOsYtCZlj1AGjJWVL8iX7k2HQgFI2mdinWPoFb2rui03A== +"@feathersjs/feathers@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-3.3.1.tgz#fcba030847f8418d711135112f01fad64bfb277c" + integrity sha512-Mb7Maz03TIIksomXeInmXNb5ykxgsAyBCuJDQHK+oIDrDRR9m+ZbUrslCkMk/s0nr6cW5DmVbWz9s11SCXFW5A== dependencies: - "@feathersjs/commons" "^3.0.1" + "@feathersjs/commons" "^4.0.0" debug "^4.0.0" events "^3.0.0" uberproto "^2.0.2"