diff --git a/package.json b/package.json index 59fb2d30..45cd9d11 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "types": "lib/", "dependencies": { "@bervproject/feathers-advance-hook": "^2.0.5", - "@feathersjs/authentication": "^5.0.42", - "@feathersjs/authentication-local": "^5.0.42", - "@feathersjs/authentication-oauth": "^5.0.42", - "@feathersjs/configuration": "^5.0.42", + "@feathersjs/authentication": "^5.0.43", + "@feathersjs/authentication-local": "^5.0.43", + "@feathersjs/authentication-oauth": "^5.0.43", + "@feathersjs/configuration": "^5.0.43", "@feathersjs/errors": "^5.0.35", "@feathersjs/express": "^5.0.35", "@feathersjs/feathers": "^5.0.35", - "@feathersjs/socketio": "^5.0.42", + "@feathersjs/socketio": "^5.0.43", "cls-hooked": "^4.2.2", "compression": "^1.8.1", "cors": "^2.8.6", diff --git a/yarn.lock b/yarn.lock index 3146b297..fb6c43cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1087,74 +1087,74 @@ "@feathersjs/errors" "^5.0.35" "@feathersjs/feathers" "^5.0.35" -"@feathersjs/adapter-commons@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.42.tgz#9238da56e4b646aab0eec544933c4856edb75c7e" - integrity sha512-hIJj6wzoQvOxvem9+WFsduToAlNqoRkp5qdBQvYXTU4LpjiNJvgrzf9KuL/uSNlN7etr5VniYiDsXJJvpgPpWg== - dependencies: - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" - -"@feathersjs/authentication-local@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.42.tgz#43884a74a5b0205224f0ca312a2ca3d7e7ae2909" - integrity sha512-2zPpqD5XdpOUs9yR7RK3QVR5LJUsUrHM6DOTDql4rixOzDroPeW5bp3IGh9si66C7+QYjaPSgJlgvGkRmaWOMA== - dependencies: - "@feathersjs/authentication" "^5.0.42" - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" +"@feathersjs/adapter-commons@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.43.tgz#d450ae9047220969f7b8e8e9b938c13bbc88c0af" + integrity sha512-WIHucmPpJezssAyeNSHpAUZ6K4W863VdhZN0+0UoMpSqDD0Fw62dH0AxA6xLoxAqFBJerIXCsfqtmURmswPUmQ== + dependencies: + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" + +"@feathersjs/authentication-local@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.43.tgz#e6e17a2d92e8f410fa7a3b225acb4aa4cf6be466" + integrity sha512-FigkwrqTXxzuwKWiqCxtcXC0FoLAmSxHqDCbp6pP5CVavDhhoyFCkbJ3sDn7Aa1NGUigGKzXVnjqVcpP5cRMpg== + dependencies: + "@feathersjs/authentication" "^5.0.43" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" bcryptjs "^3.0.3" lodash "^4.17.23" -"@feathersjs/authentication-oauth@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-oauth/-/authentication-oauth-5.0.42.tgz#bd77af0853fca723e102d43f6731609de4595fec" - integrity sha512-bnVlIXJyhLrm+Rt1KK/DSmsoQrmuPvhjaWgJ77hw+ZDeM6raAA7O6llYzihiQbFq3NaGFgxkLbDcYLJLhDbktQ== - dependencies: - "@feathersjs/authentication" "^5.0.42" - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/express" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" - "@feathersjs/koa" "^5.0.42" - "@feathersjs/schema" "^5.0.42" +"@feathersjs/authentication-oauth@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-oauth/-/authentication-oauth-5.0.43.tgz#bb7a225fd0c15ffd9e11f013c60312b9bbf05f47" + integrity sha512-pMWG0qMvrP1DWT0jQ8W+sN9UxBU49xZQLpN3mKJYwRsl5S5oliXTF1vBCuyWpf8iXrIW2Ot2c7915B8v7aH3ig== + dependencies: + "@feathersjs/authentication" "^5.0.43" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/express" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" + "@feathersjs/koa" "^5.0.43" + "@feathersjs/schema" "^5.0.43" cookie-session "^2.1.1" grant "^5.4.24" koa-session "^7.0.2" qs "^6.15.0" -"@feathersjs/authentication@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.42.tgz#ef4ae357bcee14fbbbd80cc4620ae47052939a2c" - integrity sha512-ZVzzZwJq/g4dRmiHbxe3aP829l7Xv80iTuDPPrmfg7p4f3PBpcNmyXjRTsIrqq6Y0V2qtpMt0OAhise2Oj2nQg== +"@feathersjs/authentication@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.43.tgz#d6b514f41603bb87a825b72ebd945cf424a6e001" + integrity sha512-xl4dEASPadGLR6qZWFbhkEI6ze/rqiaEg8R1g8S/hYBtsakclkLPkWkoCrGBC75x3Dn2uzDlgpDXbG2OdpjZaw== dependencies: - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" "@feathersjs/hooks" "^0.9.0" - "@feathersjs/schema" "^5.0.42" - "@feathersjs/transport-commons" "^5.0.42" + "@feathersjs/schema" "^5.0.43" + "@feathersjs/transport-commons" "^5.0.43" "@types/jsonwebtoken" "^9.0.10" jsonwebtoken "^9.0.3" lodash "^4.17.23" long-timeout "^0.1.1" uuid "^11.1.0" -"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.35", "@feathersjs/commons@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.42.tgz#c1f85efdabe612159da19f485f39214416ab7221" - integrity sha512-UbnQmeCAb4LMRyOz4wMklE/ZyJuZO/SN/RQQyGvzCfsslr6uaXxtzq87+XH2cjB0v4v3Js+g/Sv0l1HOEraW4g== +"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.35", "@feathersjs/commons@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.43.tgz#9cec470dbb5eeb5557c089f5a2c5ef6cbf99b8c0" + integrity sha512-47LdD2U01vyCZOCEscR5QNhKqAQjjcaHUXGI1fnZYp+r0ufP3pjPSDW0FkY9r5YOg7wq8HL8o3RAEReqWjA+3A== -"@feathersjs/configuration@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-5.0.42.tgz#27d56f510bdfa0dcc57bb54fa8b37f4d3b05e7a9" - integrity sha512-xWDB3J6j5Ng9cBUKTJQ1TjQAM1V0qDzVExkOyYx2XZHzRVFNOEmpOFX52z7uQxGeiZdgkOzHm+RFVYJl/cTIBw== +"@feathersjs/configuration@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-5.0.43.tgz#8d71c9fb0f5053d1b31ee90b2351696babb77900" + integrity sha512-kRE1rBf7sK43GW4mK6NspVPw8dKztFIvBeyoQBcaEy67RUY86ySiNQ57EqwC8Zk4WwI9f3/vjRmeSurKu3kFmA== dependencies: - "@feathersjs/commons" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" - "@feathersjs/schema" "^5.0.42" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" + "@feathersjs/schema" "^5.0.43" "@types/config" "^3.3.5" config "^4.4.1" @@ -1165,21 +1165,21 @@ dependencies: debug "^4.3.3" -"@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.29", "@feathersjs/errors@^5.0.34", "@feathersjs/errors@^5.0.35", "@feathersjs/errors@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.42.tgz#462d27d3f9d29d8a6badfe4f020e5fcee46dc1fc" - integrity sha512-PRZNYuLqFwtSZB3h/gVnYM0C3D7vAkOF7bEjPpAHl7j3QWbZbx6wdNWv0KX1fd+hm+6yF2JxR0Fzjbvo4w51TA== - -"@feathersjs/express@^5.0.35", "@feathersjs/express@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-5.0.42.tgz#70827aaf51fe1221d84bcbe2964efd6622b47c03" - integrity sha512-bRihvk1QEzWWyt1jwkrptIwd+6sndEVdMb8LdYP073swwbVLPlzYocv4z2XgXCcJcwfrCO2yyeC23lf43TdVYQ== - dependencies: - "@feathersjs/authentication" "^5.0.42" - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" - "@feathersjs/transport-commons" "^5.0.42" +"@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.29", "@feathersjs/errors@^5.0.34", "@feathersjs/errors@^5.0.35", "@feathersjs/errors@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.43.tgz#697859f796e076dddcfe3f4c05b9ccb258de506e" + integrity sha512-fOTPnKNFoa7kv5SvDZZ7VaSulHKBaV4gbYsaDROMabSXYywmcZus7OrQqKhZuwpdYpSrF0On7FK66OYy35zPDg== + +"@feathersjs/express@^5.0.35", "@feathersjs/express@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-5.0.43.tgz#347f41b815ac172b3cc2c995e20295fc9eda6640" + integrity sha512-ymariSTPeMgzYXUVRG1VKm9GIFUBvF+rLFflfmjJJgQ9p34MkLQdZ5RPripRo7nsS9iDLhKN+Kz5y3dagAOspA== + dependencies: + "@feathersjs/authentication" "^5.0.43" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" + "@feathersjs/transport-commons" "^5.0.43" "@types/compression" "^1.8.1" "@types/cors" "^2.8.19" "@types/express" "^4.17.21" @@ -1188,12 +1188,12 @@ cors "^2.8.6" express "^4.21.2" -"@feathersjs/feathers@^5.0.34", "@feathersjs/feathers@^5.0.35", "@feathersjs/feathers@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.42.tgz#4f422614ad26e2bf60eb79176cc45434fab50935" - integrity sha512-XNPZ45Gd5cBGmZiJcc5FBlS2J+EX/jZCCY44hbi8EvfI0uL3nkYcCwyg9Wh8xheb+gjB+Zb57zedZXg9MZaxqA== +"@feathersjs/feathers@^5.0.34", "@feathersjs/feathers@^5.0.35", "@feathersjs/feathers@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.43.tgz#0188d790f2308a84306a92d8dd80ff0aa9afcad2" + integrity sha512-RgJCFfsQwIxx88N4aOZ8jHyi9d9GGVOnZc7SgifUeiCoP3XQh6tLeE2LFRuRNgQgU00mqhqGqmmpivBOiRsxXg== dependencies: - "@feathersjs/commons" "^5.0.42" + "@feathersjs/commons" "^5.0.43" "@feathersjs/hooks" "^0.9.0" events "^3.3.0" @@ -1202,18 +1202,18 @@ resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.9.0.tgz#8aa339b83d17fcbd929e80113a3c0616979b33cb" integrity sha512-kLfWnuhbC25CPkR1/TDcVs0rSiv0JLNxrpUivLwc7FUnkyeciRi5VOmC1SOzL2SOagcozu3+m4VQiONyzgfY7w== -"@feathersjs/koa@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/koa/-/koa-5.0.42.tgz#bfc4d08009fbfc085a4500d98f95fa512438eac6" - integrity sha512-UbMcOR5DDN0nr34nM1uTOT5VySHqauy4klXPHwzpqXGx7r5pBiPCEr97CHnt2AcVdqf+CWqtFjE5MGlpyMN/yA== +"@feathersjs/koa@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/koa/-/koa-5.0.43.tgz#ac818aad9cbb8bb12b259b94045b95c95e09e2e4" + integrity sha512-MyKTj9nwbukzN766tbhdSb3NMkSKGOtmtRMkFTi9OdH4kjTw2GRBurBFJedOR2qfyKBfthW00pRAd947T28kYA== dependencies: - "@feathersjs/authentication" "^5.0.42" - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" - "@feathersjs/transport-commons" "^5.0.42" + "@feathersjs/authentication" "^5.0.43" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" + "@feathersjs/transport-commons" "^5.0.43" "@koa/cors" "^5.0.0" - "@types/koa" "^3.0.1" + "@types/koa" "^3.0.2" "@types/koa-qs" "^2.0.5" "@types/koa-static" "^4.0.4" "@types/koa__cors" "^5.0.1" @@ -1223,39 +1223,39 @@ koa-qs "^3.0.0" koa-static "^5.0.0" -"@feathersjs/schema@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.42.tgz#0012aa475a02224d14d7e6f7ba0a31decf53dc3a" - integrity sha512-jLWDnQaddgNwTKa7Zmj3CvHCJ7ScrzQpHJHrurhuy3/H3GiDNlYwQ3N0J5njxRsVN5GCKFvgVHQRxpHXrs4EeQ== +"@feathersjs/schema@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.43.tgz#eae7d3a7855dd750dc2c71abfe6aaa275e2780de" + integrity sha512-ifrcGQo2M+deVUvyaU2kBzMff4XB4ifvTN0aAfG1vHvXXRBdpszU+Msqd3UYE/Nubc90SdtKsnVVJ9wveCSGTQ== dependencies: - "@feathersjs/adapter-commons" "^5.0.42" - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" + "@feathersjs/adapter-commons" "^5.0.43" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" "@feathersjs/hooks" "^0.9.0" "@types/json-schema" "^7.0.15" ajv "^8.18.0" ajv-formats "^3.0.1" json-schema-to-ts "^3.1.1" -"@feathersjs/socketio@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-5.0.42.tgz#cf536e4abf9042a455ca7cbc2b63e6e343005c6c" - integrity sha512-cxCDjaI8ZUrwx5iku7mEfQ0jxEB3xr2GbPf25vDCHsXoSujEMnBxdFO4cBFBsD0kilFbAorann1RCujcqeXm8Q== +"@feathersjs/socketio@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-5.0.43.tgz#344702eef433f90e208d279ecfb90b7890e377c4" + integrity sha512-fvfgiHLTg4ZTu8xiUJdChdpZyg/wph3mLlBRs+9KtW3cQz1dNSHmbcO5xBlp3+4ghaoLcWEuG75Qii9iaFzzUA== dependencies: - "@feathersjs/commons" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" - "@feathersjs/transport-commons" "^5.0.42" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" + "@feathersjs/transport-commons" "^5.0.43" socket.io "^4.8.3" -"@feathersjs/transport-commons@^5.0.42": - version "5.0.42" - resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.42.tgz#979019f70f5b7e2a491975a1160a25ea2d7eeb46" - integrity sha512-ZliACrbX81b9C7D8egW/Lw8J70tm11ghqdB82gWvlGqyCl2sr6pij2kdiz51ifLLNIj4bQGU8ZFMXEN6zcYpww== +"@feathersjs/transport-commons@^5.0.43": + version "5.0.43" + resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.43.tgz#cda0e16be08e165f78398eae405e7d82872489c6" + integrity sha512-HfjU+GykO1sAnqQa+jEHOi8HEjpYeapHqXmfu1pPpk+Ch0abPwHrfSgx9ynrIwMm2RiMiVxL4BCrf93XgbO+CA== dependencies: - "@feathersjs/commons" "^5.0.42" - "@feathersjs/errors" "^5.0.42" - "@feathersjs/feathers" "^5.0.42" + "@feathersjs/commons" "^5.0.43" + "@feathersjs/errors" "^5.0.43" + "@feathersjs/feathers" "^5.0.43" encodeurl "^2.0.0" lodash "^4.17.23" @@ -2025,7 +2025,7 @@ "@types/koa" "*" "@types/koa-send" "*" -"@types/koa@*", "@types/koa@^3.0.0", "@types/koa@^3.0.1": +"@types/koa@*", "@types/koa@^3.0.0": version "3.0.1" resolved "https://registry.yarnpkg.com/@types/koa/-/koa-3.0.1.tgz#2c9ace20ecb33d0cf84d63492af231185eb2aefa" integrity sha512-VkB6WJUQSe0zBpR+Q7/YIUESGp5wPHcaXr0xueU5W0EOUWtlSbblsl+Kl31lyRQ63nIILh0e/7gXjQ09JXJIHw== @@ -2039,6 +2039,20 @@ "@types/koa-compose" "*" "@types/node" "*" +"@types/koa@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@types/koa/-/koa-3.0.2.tgz#e788aeb46bfadb5e043abfe3528b55bfd11fed12" + integrity sha512-7TRzVOBcH/q8CfPh9AmHBQ8TZtimT4Sn+rw8//hXveI6+F41z93W8a+0B0O8L7apKQv+vKBIEZSECiL0Oo1JFA== + dependencies: + "@types/accepts" "*" + "@types/content-disposition" "*" + "@types/cookies" "*" + "@types/http-assert" "*" + "@types/http-errors" "^2" + "@types/keygrip" "*" + "@types/koa-compose" "*" + "@types/node" "*" + "@types/koa__cors@^5.0.1": version "5.0.1" resolved "https://registry.yarnpkg.com/@types/koa__cors/-/koa__cors-5.0.1.tgz#dde631f7ea0a62946fcf4fc97464694835c0aaad"