diff --git a/package.json b/package.json index 5d61d85e..0822cded 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@feathersjs/authentication": "^5.0.11", "@feathersjs/authentication-jwt": "^2.0.10", "@feathersjs/authentication-local": "^5.0.11", - "@feathersjs/authentication-oauth": "^5.0.11", + "@feathersjs/authentication-oauth": "^5.0.12", "@feathersjs/configuration": "^5.0.11", "@feathersjs/errors": "^5.0.9", "@feathersjs/express": "^5.0.12", diff --git a/yarn.lock b/yarn.lock index 3d8f2020..d0b325ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -453,15 +453,6 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c" integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA== -"@feathersjs/adapter-commons@^5.0.11": - version "5.0.11" - resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.11.tgz#55d0039a005576ed4327427ddf3b1be9e519a8e2" - integrity sha512-2WZb+8tjmSgoV2fCs0sCh0EULSfkElh7fRytg1ZEbTcpGAk4F49NQGnnyVUCr9GNSZkh8gR/XwMFiVkuN0/BrA== - dependencies: - "@feathersjs/commons" "^5.0.11" - "@feathersjs/errors" "^5.0.11" - "@feathersjs/feathers" "^5.0.11" - "@feathersjs/adapter-commons@^5.0.12": version "5.0.12" resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.12.tgz#2f9ea1af39e269cb43beeb58e90eeed0832f406a" @@ -504,18 +495,18 @@ bcryptjs "^2.4.3" lodash "^4.17.21" -"@feathersjs/authentication-oauth@^5.0.11": - version "5.0.11" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-oauth/-/authentication-oauth-5.0.11.tgz#870ffcb9ffc8b5871d719aa309ac4a6bff41c7ce" - integrity sha512-+ZGeVkXIWbHeB10tKNHIZftVvCCfK2aQ9dsHq8u2FVNarmKBgXtsEzLJbCOAi2fDhCjYQI6PBsH0bZpqNsd08w== +"@feathersjs/authentication-oauth@^5.0.12": + version "5.0.12" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-oauth/-/authentication-oauth-5.0.12.tgz#3eb4cbf7e155f6b2cab3c38a88fb72d06cdae787" + integrity sha512-Wu3tHh1jzHuFMlnRG/YrvFWbgEh163H5ZCGUISvEBbLBpAN/XVgwSX/NOkbawDwgymL5py4OcEaGqxjm4E1Brg== dependencies: - "@feathersjs/authentication" "^5.0.11" - "@feathersjs/commons" "^5.0.11" - "@feathersjs/errors" "^5.0.11" - "@feathersjs/express" "^5.0.11" - "@feathersjs/feathers" "^5.0.11" - "@feathersjs/koa" "^5.0.11" - "@feathersjs/schema" "^5.0.11" + "@feathersjs/authentication" "^5.0.12" + "@feathersjs/commons" "^5.0.12" + "@feathersjs/errors" "^5.0.12" + "@feathersjs/express" "^5.0.12" + "@feathersjs/feathers" "^5.0.12" + "@feathersjs/koa" "^5.0.12" + "@feathersjs/schema" "^5.0.12" cookie-session "^2.0.0" grant "^5.4.22" koa-session "^6.4.0" @@ -567,7 +558,7 @@ resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.12.tgz#46c5af3981d7e0fc8ddfc98f85f37bae9f54f869" integrity sha512-WU3rDO/tlvXkwLeTG4rgcplxKkNQrirCs5MRWp5SH0pGmoNgoBmzVtq/LrGBuyQcr1TdEOaFASJpmQXx1+pcKw== -"@feathersjs/express@^5.0.11", "@feathersjs/express@^5.0.12": +"@feathersjs/express@^5.0.12": version "5.0.12" resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-5.0.12.tgz#8a32628a9272118567024989387b4e749fc6406f" integrity sha512-8X6OXupTtbg5jHT0eEXvYxBSHomuJ6v3v8dMvShPfrrTq6+shVUycdWVvp3s/U133DPpz38TjDKWNy0IVKK26w== @@ -599,43 +590,28 @@ resolved "https://registry.npmjs.org/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f" integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q== -"@feathersjs/koa@^5.0.11": - version "5.0.11" - resolved "https://registry.yarnpkg.com/@feathersjs/koa/-/koa-5.0.11.tgz#a6208f45146a440ee5978add81d4e6b1b7733cc5" - integrity sha512-Q5r6ZjA972Ol6xNQE8LgAd9vqdJcEA8kU364088lFmk+sEZI/XPWQD6km4Gj8Vhm4b7Zr0kZ+TzoSKKiGfNakg== +"@feathersjs/koa@^5.0.12": + version "5.0.12" + resolved "https://registry.yarnpkg.com/@feathersjs/koa/-/koa-5.0.12.tgz#6d6ce8ca45afccb226865d3fe32ef012a1e393f6" + integrity sha512-0Od1t3opJyuJ//MKNfS81xEKzzAaIP8Zc6dZH7KfXk5XXoX+qQlqUEfc6yIbjMrYFx/g3XsyPHhc0DOJCAHuBQ== dependencies: - "@feathersjs/authentication" "^5.0.11" - "@feathersjs/commons" "^5.0.11" - "@feathersjs/errors" "^5.0.11" - "@feathersjs/feathers" "^5.0.11" - "@feathersjs/transport-commons" "^5.0.11" + "@feathersjs/authentication" "^5.0.12" + "@feathersjs/commons" "^5.0.12" + "@feathersjs/errors" "^5.0.12" + "@feathersjs/feathers" "^5.0.12" + "@feathersjs/transport-commons" "^5.0.12" "@koa/cors" "^4.0.0" - "@types/koa" "^2.13.9" - "@types/koa-qs" "^2.0.1" - "@types/koa-static" "^4.0.2" - "@types/koa__cors" "^4.0.1" + "@types/koa" "^2.13.12" + "@types/koa-qs" "^2.0.3" + "@types/koa-static" "^4.0.4" + "@types/koa__cors" "^4.0.3" koa "^2.14.2" koa-body "^6.0.1" koa-compose "^4.1.0" koa-qs "^3.0.0" koa-static "^5.0.0" -"@feathersjs/schema@^5.0.11": - version "5.0.11" - resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.11.tgz#846c9f627ae289a92e1c03e25534137c129a4e43" - integrity sha512-W5HbsvAzzm/modyj0mwnYvo2cOVyIFAU0KOfKM6oKamMBFb/OTGPPBfSW9PJ5upUXoXWEdPJhXMyxLlkBTjLiw== - dependencies: - "@feathersjs/adapter-commons" "^5.0.11" - "@feathersjs/commons" "^5.0.11" - "@feathersjs/errors" "^5.0.11" - "@feathersjs/feathers" "^5.0.11" - "@feathersjs/hooks" "^0.8.1" - "@types/json-schema" "^7.0.13" - ajv "^8.12.0" - ajv-formats "^2.1.1" - json-schema-to-ts "^2.9.2" - -"@feathersjs/schema@^5.0.12": +"@feathersjs/schema@^5.0.11", "@feathersjs/schema@^5.0.12": version "5.0.12" resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.12.tgz#6349d3f7dac42a17d4ae0887595b272a5ac1fbcc" integrity sha512-xuiePDDeWPEH24KFzdbP3kSeshxpPa3XuVxylwtEZnBRAq9mN7AxQEMDalKAvjYWlfhbnJ2qGScMlav5BdWGYw== @@ -1335,11 +1311,6 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== -"@types/json-schema@^7.0.13": - version "7.0.13" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85" - integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ== - "@types/json-schema@^7.0.15": version "7.0.15" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" @@ -1376,10 +1347,10 @@ dependencies: "@types/koa" "*" -"@types/koa-qs@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/koa-qs/-/koa-qs-2.0.1.tgz#620262edd195ac3b15928faeef6dd5ef2f623bd9" - integrity sha512-cYNuD72Iks+N7NUyvO/r1Na/lP2xPEEeSJTuBjRicCWB/chkoJQqfgD2k/TaGlfm1Kn87MEzYfAlbHaKskRP3A== +"@types/koa-qs@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/koa-qs/-/koa-qs-2.0.3.tgz#477b85814fe6f9de6d38ba527fe5819f77a69def" + integrity sha512-HS4oAQaUKUZJPHggg3DeHiuUwSSotieNRuS2ZlUZO14216Fhf7QDNx8mjR/ZwXaSBr/R46KFtE0OAvsF3yP44A== dependencies: "@types/koa" "*" @@ -1390,10 +1361,10 @@ dependencies: "@types/koa" "*" -"@types/koa-static@^4.0.2": - version "4.0.2" - resolved "https://registry.npmjs.org/@types/koa-static/-/koa-static-4.0.2.tgz#a199d2d64d2930755eb3ea370aeaf2cb6f501d67" - integrity sha512-ns/zHg+K6XVPMuohjpOlpkR1WLa4VJ9czgUP9bxkCDn0JZBtUWbD/wKDZzPGDclkQK1bpAEScufCHOy8cbfL0w== +"@types/koa-static@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@types/koa-static/-/koa-static-4.0.4.tgz#ce6f2a5d14cc7ef19f9bf6ee8e4f3eadfcc77323" + integrity sha512-j1AUzzl7eJYEk9g01hNTlhmipFh8RFbOQmaMNLvLcNNAkPw0bdTs3XTa3V045XFlrWN0QYnblbDJv2RzawTn6A== dependencies: "@types/koa" "*" "@types/koa-send" "*" @@ -1412,10 +1383,10 @@ "@types/koa-compose" "*" "@types/node" "*" -"@types/koa@^2.13.9": - version "2.13.9" - resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.9.tgz#8d989ac17d7f033475fbe34c4f906c9287c2041a" - integrity sha512-tPX3cN1dGrMn+sjCDEiQqXH2AqlPoPd594S/8zxwUm/ZbPsQXKqHPUypr2gjCPhHUc+nDJLduhh5lXI/1olnGQ== +"@types/koa@^2.13.12": + version "2.13.12" + resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.12.tgz#70d87a9061a81909e0ee11ca50168416e8d3e795" + integrity sha512-vAo1KuDSYWFDB4Cs80CHvfmzSQWeUb909aQib0C0aFx4sw0K9UZFz2m5jaEP+b3X1+yr904iQiruS0hXi31jbw== dependencies: "@types/accepts" "*" "@types/content-disposition" "*" @@ -1426,10 +1397,10 @@ "@types/koa-compose" "*" "@types/node" "*" -"@types/koa__cors@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@types/koa__cors/-/koa__cors-4.0.1.tgz#72fc6e1d4f6044acfe938b87a100840993d611a1" - integrity sha512-1AigjNVkUTZyYbgCtEEy8OM1aTKtHIDYS+yTrGtOPu/9jYSM7gjGbhgxA1FrJpsuigtd8u+AWOnjwRitQ7/nnw== +"@types/koa__cors@^4.0.3": + version "4.0.3" + resolved "https://registry.yarnpkg.com/@types/koa__cors/-/koa__cors-4.0.3.tgz#048fa1d523a27ff448c071416e774fac1bf43aab" + integrity sha512-zj+1sQO/6GGRGINRXlMmoiFwHibKVcjNGdh+p2SpqHDMLyvC+ce0LMHX6UBi1rdpnPZ/+osUwWdGKF945ffrzA== dependencies: "@types/koa" "*"