diff --git a/package-lock.json b/package-lock.json index 3d3c2f08..5709693b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1183,9 +1183,9 @@ "integrity": "sha512-q8BZ89jjc+mz08rSxROs8VsrBBcn1SIw1kq9NjolL509tkABRk9io01RAjSaEv1Xb2uFLt8VtRiZbGp5H8iDtg==" }, "feathers-authentication-hooks": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/feathers-authentication-hooks/-/feathers-authentication-hooks-0.3.0.tgz", - "integrity": "sha512-U42QsiiNN0menKzuRc433GoHed31gn74FXU1VEbGj69tcq5V5yooHl2xU6w8VJWtu9ZUBShPpIDCrkr7W/Cndw==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/feathers-authentication-hooks/-/feathers-authentication-hooks-0.3.1.tgz", + "integrity": "sha512-6jSFfXAR5/NcWTfCwGfWfzRN1IDpzRke8bZBH+nS0Yd9sHGQWhWjOlBl/SieAo2UrHa+DIEzhrCN61Yo+uAZ0g==", "requires": { "@feathersjs/errors": "^3.3.0", "debug": "^3.1.0", @@ -1510,12 +1510,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..0d158f92 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@feathersjs/socketio": "^3.2.2", "compression": "^1.7.3", "cors": "^2.8.4", - "feathers-authentication-hooks": "^0.3.0", + "feathers-authentication-hooks": "^0.3.1", "feathers-nedb": "^3.1.0", "feathers-permissions": "^0.2.1", "helmet": "^3.13.0",