diff --git a/package-lock.json b/package-lock.json index 84b32ec..c4ac0b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,16 +50,130 @@ } }, "@feathersjs/authentication-local": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-4.3.3.tgz", - "integrity": "sha512-MqCFmtPeFOzpok7suToiO8aRtfENHgL45/HxTGI6+EXwifDO1wAEPl98YqPm7DUCL+ww/atopohBhoTA6R6Jdw==", + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-4.5.16.tgz", + "integrity": "sha512-/oUAJiC1I7c35KiOXNY+UIFN/67Cr2MxQhjhO12gpFEIezPYzts67ybo2OL6WTs3Cox+tx2zAE+l4hXLcYsAQg==", "requires": { - "@feathersjs/authentication": "^4.3.3", - "@feathersjs/errors": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/authentication": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", "bcryptjs": "^2.4.3", - "debug": "^4.1.1", - "lodash": "^4.17.15" + "debug": "^4.3.3", + "lodash": "^4.17.21" + }, + "dependencies": { + "@feathersjs/authentication": { + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-4.5.16.tgz", + "integrity": "sha512-xg4ESYc6RUvhwxpcd8WTiHTawtzIB3cbnFml6DVp3LEYshRw8J5dkNhCWLmM2w6jDif5WvwuhbZW6w+AuFpc8A==", + "requires": { + "@feathersjs/errors": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/transport-commons": "^4.5.16", + "@types/jsonwebtoken": "^9.0.0", + "debug": "^4.3.3", + "jsonwebtoken": "^9.0.0", + "lodash": "^4.17.21", + "long-timeout": "^0.1.1", + "uuid": "^8.3.2" + } + }, + "@feathersjs/commons": { + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.16.tgz", + "integrity": "sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==" + }, + "@feathersjs/errors": { + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.5.16.tgz", + "integrity": "sha512-gurzlqdffsLIrzOcaS0CgNi1ND4hy4BTNGSmz/5IupkoH9Kbbvs3PXqFn/e4nNIYI750YNenuwrYcPtRTZozGw==", + "requires": { + "debug": "^4.3.3" + } + }, + "@feathersjs/feathers": { + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-4.5.16.tgz", + "integrity": "sha512-MpLeomC+WwTcRtVjhMzx41wdlR2+5yDU6kpJHv2HAjIMVWtw547Uw62d8vNZ6BvltbbUTG03JJpOyyWcAMy57w==", + "requires": { + "@feathersjs/commons": "^4.5.16", + "debug": "^4.3.3", + "events": "^3.3.0", + "uberproto": "^2.0.6" + } + }, + "@feathersjs/transport-commons": { + "version": "4.5.16", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-4.5.16.tgz", + "integrity": "sha512-vMHMP40GXLXg1ESQbUSkTIafJ/DI5I0M15MV0OXLmgXNFma9LYxcDHF/p+KuE6/ZGiqnsxVQ9HPgJ6np/uH1hw==", + "requires": { + "@feathersjs/commons": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "debug": "^4.3.3", + "lodash": "^4.17.21", + "radix-router": "^3.0.1" + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" + }, + "jsonwebtoken": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", + "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "requires": { + "jws": "^3.2.2", + "lodash": "^4.17.21", + "ms": "^2.1.1", + "semver": "^7.3.8" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "semver": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "uberproto": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/uberproto/-/uberproto-2.0.6.tgz", + "integrity": "sha512-68H97HffZoFaa3HFtpstahWorN9dSp5uTU6jo3GjIQ6JkJBR3hC2Nx/e/HFOoYHdUyT/Z1MRWfxN1EiQJZUyCQ==" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } } }, "@feathersjs/authentication-oauth": { @@ -186,6 +300,14 @@ "@types/range-parser": "*" } }, + "@types/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==", + "requires": { + "@types/node": "*" + } + }, "@types/mime": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-2.0.1.tgz", @@ -524,7 +646,7 @@ "bcryptjs": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=" + "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==" }, "better-assert": { "version": "1.0.2", diff --git a/package.json b/package.json index 7535bd8..f828006 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@feathersjs/authentication": "^4.3.3", - "@feathersjs/authentication-local": "^4.3.3", + "@feathersjs/authentication-local": "^4.5.16", "@feathersjs/authentication-oauth": "^4.3.3", "@feathersjs/configuration": "^4.3.3", "@feathersjs/errors": "^4.3.3",