diff --git a/package-lock.json b/package-lock.json index 3d3c2f08..cdcec66d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,14 +25,14 @@ } }, "@feathersjs/authentication": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.7.tgz", - "integrity": "sha512-MNV/8VEdu0DICKqcW7f4RZmLq5VfuA/LcnhCbgnONVvXrvUZ+YO6H/TgNVWigd9fO6TvZgg9B8qD/BKA5E/evA==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.12.tgz", + "integrity": "sha512-kKEg2eB3xQx/gmLzswHzShYXiASVwBj9xpt3+7ohWAiAubBtFPyqVF+gMNlN08jnKdeDwlvZVx5DpQtPNaX3lw==", "requires": { - "@feathersjs/commons": "^1.2.0", - "@feathersjs/errors": "^3.0.0", + "@feathersjs/commons": "^3.0.1", + "@feathersjs/errors": "^3.3.4", "@feathersjs/socket-commons": "^3.1.2", - "debug": "^3.1.0", + "debug": "^4.0.0", "jsonwebtoken": "^8.0.0", "lodash.clone": "^4.5.0", "lodash.merge": "^4.6.0", @@ -42,6 +42,36 @@ "ms": "^2.0.0", "passport": "^0.4.0", "uuid": "^3.1.0" + }, + "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==" + }, + "@feathersjs/errors": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.4.tgz", + "integrity": "sha512-yA/HXSWgLiK4ngFslCHxcvnt+gek4fUhJcwpix9Z1jpTnCWW5WqtNxUfUqE1Fj8wKq0Y6VPSaQtE+RZcgryDQQ==", + "requires": { + "debug": "^4.0.0" + } + }, + "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" + }, + "dependencies": { + "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/authentication-jwt": { @@ -1510,12 +1540,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..5f1d7607 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/authentication": "^2.1.7", + "@feathersjs/authentication": "^2.1.12", "@feathersjs/authentication-jwt": "^2.0.5", "@feathersjs/authentication-local": "^1.2.1", "@feathersjs/configuration": "^2.0.0",