diff --git a/package-lock.json b/package-lock.json index 3d3c2f08..243c6045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,14 +155,34 @@ } }, "@feathersjs/feathers": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.1.7.tgz", - "integrity": "sha512-4h8ymAw/yK0jnF9xFgeWi2zhj51VHoE94K3y65TLORN7KVUpHMlgaOtSLHNKEDCcFeordOpBGw/Z0Fq58i0+WA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.2.3.tgz", + "integrity": "sha512-T51XlcE+HkAG7nfFMoqRU+bLxPhIYGygAiWQ0Fmc5vOsYtCZlj1AGjJWVL8iX7k2HQgFI2mdinWPoFb2rui03A==", "requires": { - "@feathersjs/commons": "^1.4.1", - "debug": "^3.1.0", + "@feathersjs/commons": "^3.0.1", + "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==" + }, + "debug": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } } }, "@feathersjs/socket-commons": { @@ -1510,12 +1530,6 @@ "sshpk": "^1.7.0" } }, - "iconv-lite": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", - "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==", - "dev": true - }, "ienoopen": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/ienoopen/-/ienoopen-1.0.0.tgz", diff --git a/package.json b/package.json index 8946372b..0fac14b6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@feathersjs/configuration": "^2.0.0", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.7", - "@feathersjs/feathers": "^3.1.7", + "@feathersjs/feathers": "^3.2.3", "@feathersjs/socketio": "^3.2.2", "compression": "^1.7.3", "cors": "^2.8.4",