diff --git a/package-lock.json b/package-lock.json index 4a84eb02..c4bcee08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -214,20 +214,20 @@ } }, "@feathersjs/feathers": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.2.3.tgz", - "integrity": "sha512-T51XlcE+HkAG7nfFMoqRU+bLxPhIYGygAiWQ0Fmc5vOsYtCZlj1AGjJWVL8iX7k2HQgFI2mdinWPoFb2rui03A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.3.0.tgz", + "integrity": "sha512-vi70lwECER0KNZGKZMOg7oPt7OAToRjfpqORc//TJkOR5EOXEH5eFvKvWbZ8wLyuLB3OFlv7iUoufFlMvG19DA==", "requires": { - "@feathersjs/commons": "^3.0.1", + "@feathersjs/commons": "^4.0.0", "debug": "^4.0.0", "events": "^3.0.0", "uberproto": "^2.0.2" }, "dependencies": { "@feathersjs/commons": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.0.0.tgz", + "integrity": "sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg==" }, "debug": { "version": "4.1.0", diff --git a/package.json b/package.json index 612f577a..8528a005 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@feathersjs/configuration": "^2.0.4", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7", - "@feathersjs/feathers": "^3.2.3", + "@feathersjs/feathers": "^3.3.0", "@feathersjs/socketio": "^3.2.7", "compression": "^1.7.3", "cors": "^2.8.5",