chore: update deps

This commit is contained in:
Methapon Metanipat 2024-10-01 15:37:02 +07:00
parent 71ffd895f6
commit ca8aec6c4f
2 changed files with 198 additions and 190 deletions

View file

@ -20,33 +20,33 @@
"devDependencies": { "devDependencies": {
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/node": "^20.14.9", "@types/node": "^20.16.10",
"@types/swagger-ui-express": "^4.1.6", "@types/swagger-ui-express": "^4.1.6",
"nodemon": "^3.1.4", "nodemon": "^3.1.7",
"prettier": "^3.3.2", "prettier": "^3.3.3",
"prisma": "^5.16.1", "prisma": "^5.20.0",
"prisma-kysely": "^1.8.0", "prisma-kysely": "^1.8.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.5.2" "typescript": "^5.6.2"
}, },
"dependencies": { "dependencies": {
"@elastic/elasticsearch": "^8.14.0", "@elastic/elasticsearch": "^8.14.1",
"@fast-csv/parse": "^5.0.0", "@fast-csv/parse": "^5.0.0",
"@prisma/client": "^5.16.1", "@prisma/client": "^5.20.0",
"@tsoa/runtime": "^6.3.0", "@tsoa/runtime": "^6.4.0",
"@types/morgan": "^1.9.9", "@types/morgan": "^1.9.9",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"express": "^4.19.2", "express": "^4.21.0",
"fast-jwt": "^4.0.1", "fast-jwt": "^4.0.5",
"kysely": "^0.27.3", "kysely": "^0.27.4",
"minio": "^8.0.1", "minio": "^8.0.1",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"prisma-extension-kysely": "^2.1.0", "prisma-extension-kysely": "^2.1.0",
"promise.any": "^2.0.6", "promise.any": "^2.0.6",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
"tsoa": "^6.3.1", "tsoa": "^6.4.0",
"winston": "^3.13.1", "winston": "^3.14.2",
"winston-elasticsearch": "^0.19.0" "winston-elasticsearch": "^0.19.0"
} }
} }

362
pnpm-lock.yaml generated
View file

@ -9,17 +9,17 @@ importers:
.: .:
dependencies: dependencies:
'@elastic/elasticsearch': '@elastic/elasticsearch':
specifier: ^8.14.0 specifier: ^8.14.1
version: 8.14.0 version: 8.15.0
'@fast-csv/parse': '@fast-csv/parse':
specifier: ^5.0.0 specifier: ^5.0.0
version: 5.0.0 version: 5.0.0
'@prisma/client': '@prisma/client':
specifier: ^5.16.1 specifier: ^5.20.0
version: 5.16.1(prisma@5.16.1) version: 5.20.0(prisma@5.20.0)
'@tsoa/runtime': '@tsoa/runtime':
specifier: ^6.3.0 specifier: ^6.4.0
version: 6.3.0 version: 6.4.0
'@types/morgan': '@types/morgan':
specifier: ^1.9.9 specifier: ^1.9.9
version: 1.9.9 version: 1.9.9
@ -30,14 +30,14 @@ importers:
specifier: ^16.4.5 specifier: ^16.4.5
version: 16.4.5 version: 16.4.5
express: express:
specifier: ^4.19.2 specifier: ^4.21.0
version: 4.19.2 version: 4.21.0
fast-jwt: fast-jwt:
specifier: ^4.0.1 specifier: ^4.0.5
version: 4.0.1 version: 4.0.5
kysely: kysely:
specifier: ^0.27.3 specifier: ^0.27.4
version: 0.27.3 version: 0.27.4
minio: minio:
specifier: ^8.0.1 specifier: ^8.0.1
version: 8.0.1 version: 8.0.1
@ -46,19 +46,19 @@ importers:
version: 1.10.0 version: 1.10.0
prisma-extension-kysely: prisma-extension-kysely:
specifier: ^2.1.0 specifier: ^2.1.0
version: 2.1.0(@prisma/client@5.16.1(prisma@5.16.1)) version: 2.1.0(@prisma/client@5.20.0(prisma@5.20.0))
promise.any: promise.any:
specifier: ^2.0.6 specifier: ^2.0.6
version: 2.0.6 version: 2.0.6
swagger-ui-express: swagger-ui-express:
specifier: ^5.0.1 specifier: ^5.0.1
version: 5.0.1(express@4.19.2) version: 5.0.1(express@4.21.0)
tsoa: tsoa:
specifier: ^6.3.1 specifier: ^6.4.0
version: 6.3.1 version: 6.4.0
winston: winston:
specifier: ^3.13.1 specifier: ^3.14.2
version: 3.13.1 version: 3.14.2
winston-elasticsearch: winston-elasticsearch:
specifier: ^0.19.0 specifier: ^0.19.0
version: 0.19.0 version: 0.19.0
@ -70,29 +70,29 @@ importers:
specifier: ^4.17.21 specifier: ^4.17.21
version: 4.17.21 version: 4.17.21
'@types/node': '@types/node':
specifier: ^20.14.9 specifier: ^20.16.10
version: 20.14.9 version: 20.16.10
'@types/swagger-ui-express': '@types/swagger-ui-express':
specifier: ^4.1.6 specifier: ^4.1.6
version: 4.1.6 version: 4.1.6
nodemon: nodemon:
specifier: ^3.1.4 specifier: ^3.1.7
version: 3.1.4 version: 3.1.7
prettier: prettier:
specifier: ^3.3.2 specifier: ^3.3.3
version: 3.3.2 version: 3.3.3
prisma: prisma:
specifier: ^5.16.1 specifier: ^5.20.0
version: 5.16.1 version: 5.20.0
prisma-kysely: prisma-kysely:
specifier: ^1.8.0 specifier: ^1.8.0
version: 1.8.0 version: 1.8.0
ts-node: ts-node:
specifier: ^10.9.2 specifier: ^10.9.2
version: 10.9.2(@types/node@20.14.9)(typescript@5.5.2) version: 10.9.2(@types/node@20.16.10)(typescript@5.6.2)
typescript: typescript:
specifier: ^5.5.2 specifier: ^5.6.2
version: 5.5.2 version: 5.6.2
packages: packages:
@ -143,12 +143,12 @@ packages:
resolution: {integrity: sha512-7MMVmT50ucEl7no8mUgCIl+pffBVNRl36uZi0vmalWa2xPWISBxM9k9WSP/WTgOkmGj9G35e5g3UfCS1zxshBg==} resolution: {integrity: sha512-7MMVmT50ucEl7no8mUgCIl+pffBVNRl36uZi0vmalWa2xPWISBxM9k9WSP/WTgOkmGj9G35e5g3UfCS1zxshBg==}
engines: {node: '>=10'} engines: {node: '>=10'}
'@elastic/elasticsearch@8.14.0': '@elastic/elasticsearch@8.15.0':
resolution: {integrity: sha512-MGrgCI4y+Ozssf5Q2IkVJlqt5bUMnKIICG2qxeOfrJNrVugMCBCAQypyesmSSocAtNm8IX3LxfJ3jQlFHmKe2w==} resolution: {integrity: sha512-mG90EMdTDoT6GFSdqpUAhWK9LGuiJo6tOWqs0Usd/t15mPQDj7ZqHXfCBqNkASZpwPZpbAYVjd57S6nbUBINCg==}
engines: {node: '>=18'} engines: {node: '>=18'}
'@elastic/transport@8.6.1': '@elastic/transport@8.8.1':
resolution: {integrity: sha512-3vGs4W3wP5oeIT/4j1vcvd+t7m6ndP0uyb5GDY23LQCmbtI5Oq0aQwD9gb09KJbLFLUbI7db9vMFPzKavSFA5g==} resolution: {integrity: sha512-4RQIiChwNIx3B0O+2JdmTq/Qobj6+1g2RQnSv1gt4V2SVfAYjGwOKu0ZMKEHQOXYNG6+j/Chero2G9k3/wXLEw==}
engines: {node: '>=18'} engines: {node: '>=18'}
'@fast-csv/parse@5.0.0': '@fast-csv/parse@5.0.0':
@ -309,8 +309,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'} engines: {node: '>=14'}
'@prisma/client@5.16.1': '@prisma/client@5.20.0':
resolution: {integrity: sha512-wM9SKQjF0qLxdnOZIVAIMKiz6Hu7vDt4FFAih85K1dk/Rr2mdahy6d3QP41K62N9O0DJJA//gUDA3Mp49xsKIg==} resolution: {integrity: sha512-CLv55ZuMuUawMsxoqxGtLT3bEZoa2W8L3Qnp6rDIFWy+ZBrUcOFKdoeGPSnbBqxc3SkdxJrF+D1veN/WNynZYA==}
engines: {node: '>=16.13'} engines: {node: '>=16.13'}
peerDependencies: peerDependencies:
prisma: '*' prisma: '*'
@ -318,23 +318,23 @@ packages:
prisma: prisma:
optional: true optional: true
'@prisma/debug@5.16.1': '@prisma/debug@5.20.0':
resolution: {integrity: sha512-JsNgZAg6BD9RInLSrg7ZYzo11N7cVvYArq3fHGSD89HSgtN0VDdjV6bib7YddbcO6snzjchTiLfjeTqBjtArVQ==} resolution: {integrity: sha512-oCx79MJ4HSujokA8S1g0xgZUGybD4SyIOydoHMngFYiwEwYDQ5tBQkK5XoEHuwOYDKUOKRn/J0MEymckc4IgsQ==}
'@prisma/debug@5.3.1': '@prisma/debug@5.3.1':
resolution: {integrity: sha512-eYrxqslEKf+wpMFIIHgbcNYuZBXUdiJLA85Or3TwOhgPIN1ZoXT9CwJph3ynW8H1Xg0LkdYLwVmuULCwiMoU5A==} resolution: {integrity: sha512-eYrxqslEKf+wpMFIIHgbcNYuZBXUdiJLA85Or3TwOhgPIN1ZoXT9CwJph3ynW8H1Xg0LkdYLwVmuULCwiMoU5A==}
'@prisma/engines-version@5.16.0-24.34ace0eb2704183d2c05b60b52fba5c43c13f303': '@prisma/engines-version@5.20.0-12.06fc58a368dc7be9fbbbe894adf8d445d208c284':
resolution: {integrity: sha512-HkT2WbfmFZ9WUPyuJHhkiADxazHg8Y4gByrTSVeb3OikP6tjQ7txtSUGu9OBOBH0C13dPKN2qqH12xKtHu/Hiw==} resolution: {integrity: sha512-Lg8AS5lpi0auZe2Mn4gjuCg081UZf88k3cn0RCwHgR+6cyHHpttPZBElJTHf83ZGsRNAmVCZCfUGA57WB4u4JA==}
'@prisma/engines@5.16.1': '@prisma/engines@5.20.0':
resolution: {integrity: sha512-KkyF3eIUtBIyp5A/rJHCtwQO18OjpGgx18PzjyGcJDY/+vNgaVyuVd+TgwBgeq6NLdd1XMwRCI+58vinHsAdfA==} resolution: {integrity: sha512-DtqkP+hcZvPEbj8t8dK5df2b7d3B8GNauKqaddRRqQBBlgkbdhJkxhoJTrOowlS3vaRt2iMCkU0+CSNn0KhqAQ==}
'@prisma/engines@5.3.1': '@prisma/engines@5.3.1':
resolution: {integrity: sha512-6QkILNyfeeN67BNEPEtkgh3Xo2tm6D7V+UhrkBbRHqKw9CTaz/vvTP/ROwYSP/3JT2MtIutZm/EnhxUiuOPVDA==} resolution: {integrity: sha512-6QkILNyfeeN67BNEPEtkgh3Xo2tm6D7V+UhrkBbRHqKw9CTaz/vvTP/ROwYSP/3JT2MtIutZm/EnhxUiuOPVDA==}
'@prisma/fetch-engine@5.16.1': '@prisma/fetch-engine@5.20.0':
resolution: {integrity: sha512-oOkjaPU1lhcA/Rvr4GVfd1NLJBwExgNBE36Ueq7dr71kTMwy++a3U3oLd2ZwrV9dj9xoP6LjCcky799D9nEt4w==} resolution: {integrity: sha512-JVcaPXC940wOGpCOwuqQRTz6I9SaBK0c1BAyC1pcz9xBi+dzFgUu3G/p9GV1FhFs9OKpfSpIhQfUJE9y00zhqw==}
'@prisma/fetch-engine@5.3.1': '@prisma/fetch-engine@5.3.1':
resolution: {integrity: sha512-w1yk1YiK8N82Pobdq58b85l6e8akyrkxuzwV9DoiUTRf3gpsuhJJesHc4Yi0WzUC9/3znizl1UfCsI6dhkj3Vw==} resolution: {integrity: sha512-w1yk1YiK8N82Pobdq58b85l6e8akyrkxuzwV9DoiUTRf3gpsuhJJesHc4Yi0WzUC9/3znizl1UfCsI6dhkj3Vw==}
@ -342,8 +342,8 @@ packages:
'@prisma/generator-helper@5.3.1': '@prisma/generator-helper@5.3.1':
resolution: {integrity: sha512-zrYS0iHLgPlOJjYnd5KvVMMvSS+ktOL39EwooS5EnyvfzwfzxlKCeOUgxTfiKYs0WUWqzEvyNAYtramYgSknsQ==} resolution: {integrity: sha512-zrYS0iHLgPlOJjYnd5KvVMMvSS+ktOL39EwooS5EnyvfzwfzxlKCeOUgxTfiKYs0WUWqzEvyNAYtramYgSknsQ==}
'@prisma/get-platform@5.16.1': '@prisma/get-platform@5.20.0':
resolution: {integrity: sha512-R4IKnWnMkR2nUAbU5gjrPehdQYUUd7RENFD2/D+xXTNhcqczp0N+WEGQ3ViyI3+6mtVcjjNIMdnUTNyu3GxIgA==} resolution: {integrity: sha512-8/+CehTZZNzJlvuryRgc77hZCWrUDYd/PmlZ7p2yNXtmf2Una4BWnTbak3us6WVdqoz5wmptk6IhsXdG2v5fmA==}
'@prisma/get-platform@5.3.1': '@prisma/get-platform@5.3.1':
resolution: {integrity: sha512-3IiZY2BUjKnAuZ0569zppZE6/rZbVAM09//c2nvPbbkGG9MqrirA8fbhhF7tfVmhyVfdmVCHnf/ujWPHJ8B46Q==} resolution: {integrity: sha512-3IiZY2BUjKnAuZ0569zppZE6/rZbVAM09//c2nvPbbkGG9MqrirA8fbhhF7tfVmhyVfdmVCHnf/ujWPHJ8B46Q==}
@ -366,13 +366,13 @@ packages:
'@tsconfig/node16@1.0.4': '@tsconfig/node16@1.0.4':
resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
'@tsoa/cli@6.3.1': '@tsoa/cli@6.4.0':
resolution: {integrity: sha512-KOlsShmAZ8Ju8KCkBFFzdURlGa9YNgf6gAvU6GwnOQl7mcvqvKMk8IDy2bcotpqNcabHo6fbkeExztF/n0Z0kg==} resolution: {integrity: sha512-cuKqIAJ33enhXejMb04P2JF/SZdM3WLFE9Qg8s2dOVOrLbbZGK3H85YSORif0unxbre02psXuUyl3FwWBt0/pQ==}
engines: {node: '>=18.0.0', yarn: '>=1.9.4'} engines: {node: '>=18.0.0', yarn: '>=1.9.4'}
hasBin: true hasBin: true
'@tsoa/runtime@6.3.0': '@tsoa/runtime@6.4.0':
resolution: {integrity: sha512-9z/0ePKpSoYpUq1IJvihk4FcgpAkyMTEEl9oFLiL9p5SE86ndsGJdH3kt/IyqtD3wajPSykMRHlAidrGUyLuNQ==} resolution: {integrity: sha512-oiVVK++Svo8KMRVTfOQxtepPQRCpPh8bCmPpmNFePGZYJAtZ8XX1cm8Zs/v87dZZmNEooU6egj1G40ive/9phw==}
engines: {node: '>=18.0.0', yarn: '>=1.9.4'} engines: {node: '>=18.0.0', yarn: '>=1.9.4'}
'@types/accepts@1.3.7': '@types/accepts@1.3.7':
@ -436,8 +436,8 @@ packages:
'@types/multer@1.4.11': '@types/multer@1.4.11':
resolution: {integrity: sha512-svK240gr6LVWvv3YGyhLlA+6LRRWA4mnGIU7RcNmgjBYFl6665wcXrRfxGp5tEPVHUNm5FMcmq7too9bxCwX/w==} resolution: {integrity: sha512-svK240gr6LVWvv3YGyhLlA+6LRRWA4mnGIU7RcNmgjBYFl6665wcXrRfxGp5tEPVHUNm5FMcmq7too9bxCwX/w==}
'@types/node@20.14.9': '@types/node@20.16.10':
resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} resolution: {integrity: sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==}
'@types/normalize-package-data@2.4.4': '@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@ -624,8 +624,8 @@ packages:
bn.js@4.12.0: bn.js@4.12.0:
resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==}
body-parser@1.20.2: body-parser@1.20.3:
resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
brace-expansion@1.1.11: brace-expansion@1.1.11:
@ -883,6 +883,10 @@ packages:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
encodeurl@2.0.0:
resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
engines: {node: '>= 0.8'}
end-of-stream@1.4.4: end-of-stream@1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
@ -960,16 +964,16 @@ packages:
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
engines: {node: '>=10'} engines: {node: '>=10'}
express@4.19.2: express@4.21.0:
resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==} resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==}
engines: {node: '>= 0.10.0'} engines: {node: '>= 0.10.0'}
fast-glob@3.3.2: fast-glob@3.3.2:
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
engines: {node: '>=8.6.0'} engines: {node: '>=8.6.0'}
fast-jwt@4.0.1: fast-jwt@4.0.5:
resolution: {integrity: sha512-+mdSoH0QdOdFSbbGBctJu7L1yfXRtbmjbVJ4W/PEjyvivobDena0RKwihtBkOML1P+kUJ1QuewnH8u+mROsR1w==} resolution: {integrity: sha512-QnpNdn0955GT7SlT8iMgYfhTsityUWysrQjM+Q7bGFijLp6+TNWzlbSMPvgalbrQGRg4ZaHZgMcns5fYOm5avg==}
engines: {node: '>=16'} engines: {node: '>=16'}
fast-redact@3.5.0: fast-redact@3.5.0:
@ -1000,8 +1004,8 @@ packages:
resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
finalhandler@1.2.0: finalhandler@1.3.1:
resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==}
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
find-cache-dir@3.3.2: find-cache-dir@3.3.2:
@ -1424,8 +1428,8 @@ packages:
kuler@2.0.0: kuler@2.0.0:
resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==}
kysely@0.27.3: kysely@0.27.4:
resolution: {integrity: sha512-lG03Ru+XyOJFsjH3OMY6R/9U38IjDPfnOfDgO3ynhbDr+Dz8fak+X6L62vqu3iybQnj+lG84OttBuU9KY3L9kA==} resolution: {integrity: sha512-dyNKv2KRvYOQPLCAOCjjQuCk4YFd33BvGdf/o5bC7FiW+BB6snA81Zt+2wT9QDFzKqxKa5rrOmvlK/anehCcgA==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
lazystream@1.0.1: lazystream@1.0.1:
@ -1537,8 +1541,8 @@ packages:
resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==} resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==}
engines: {node: '>=12.13'} engines: {node: '>=12.13'}
merge-descriptors@1.0.1: merge-descriptors@1.0.3:
resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==}
merge-stream@2.0.0: merge-stream@2.0.0:
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
@ -1660,8 +1664,8 @@ packages:
encoding: encoding:
optional: true optional: true
nodemon@3.1.4: nodemon@3.1.7:
resolution: {integrity: sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==} resolution: {integrity: sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
@ -1816,8 +1820,8 @@ packages:
resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==} resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.17'}
path-to-regexp@0.1.7: path-to-regexp@0.1.10:
resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==}
path-type@4.0.0: path-type@4.0.0:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
@ -1845,8 +1849,8 @@ packages:
resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
prettier@3.3.2: prettier@3.3.3:
resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
@ -1859,8 +1863,8 @@ packages:
resolution: {integrity: sha512-VpNpolZ8RXRgfU+j4R+fPZmX8EE95w3vJ2tt7+FwuiQc0leNTfLK5QLf3KbbPDes2rfjh3g20AjDxefQIo5GIA==} resolution: {integrity: sha512-VpNpolZ8RXRgfU+j4R+fPZmX8EE95w3vJ2tt7+FwuiQc0leNTfLK5QLf3KbbPDes2rfjh3g20AjDxefQIo5GIA==}
hasBin: true hasBin: true
prisma@5.16.1: prisma@5.20.0:
resolution: {integrity: sha512-Z1Uqodk44diztImxALgJJfNl2Uisl9xDRvqybMKEBYJLNKNhDfAHf+ZIJbZyYiBhLMbKU9cYGdDVG5IIXEnL2Q==} resolution: {integrity: sha512-6obb3ucKgAnsGS9x9gLOe8qa51XxvJ3vLQtmyf52CTey1Qcez3A6W6ROH5HIz5Q5bW+0VpmZb8WBohieMFGpig==}
engines: {node: '>=16.13'} engines: {node: '>=16.13'}
hasBin: true hasBin: true
@ -1899,8 +1903,8 @@ packages:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'} engines: {node: '>=6'}
qs@6.11.0: qs@6.13.0:
resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==}
engines: {node: '>=0.6'} engines: {node: '>=0.6'}
query-string@7.1.3: query-string@7.1.3:
@ -2032,12 +2036,12 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
send@0.18.0: send@0.19.0:
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
engines: {node: '>= 0.8.0'} engines: {node: '>= 0.8.0'}
serve-static@1.15.0: serve-static@1.16.2:
resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==}
engines: {node: '>= 0.8.0'} engines: {node: '>= 0.8.0'}
set-function-length@1.2.2: set-function-length@1.2.2:
@ -2292,8 +2296,8 @@ packages:
tslib@2.6.2: tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
tsoa@6.3.1: tsoa@6.4.0:
resolution: {integrity: sha512-w2INTVkjqQDlWo5aLv/ZIVAgWSfOOUstOW1WWVYOa+9mY2Er/W9E9BcBpIdaoJ5BtUZimhhhs5BQ2Nn76OfQpw==} resolution: {integrity: sha512-bgNJrpkoTRjbFo/3S3fH+wh9mXTbTAJkzfUXgsAFZJNaDr1+tmiEaP3OO4AbjH0i1acKu9HTTmok3tWau4T83Q==}
engines: {node: '>=18.0.0', yarn: '>=1.9.4'} engines: {node: '>=18.0.0', yarn: '>=1.9.4'}
hasBin: true hasBin: true
@ -2333,8 +2337,8 @@ packages:
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
typescript@5.5.2: typescript@5.6.2:
resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
engines: {node: '>=14.17'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
@ -2349,8 +2353,8 @@ packages:
undefsafe@2.0.5: undefsafe@2.0.5:
resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==}
undici-types@5.26.5: undici-types@6.19.8:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
undici@6.19.2: undici@6.19.2:
resolution: {integrity: sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==} resolution: {integrity: sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==}
@ -2437,8 +2441,8 @@ packages:
resolution: {integrity: sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==} resolution: {integrity: sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==}
engines: {node: '>= 12.0.0'} engines: {node: '>= 12.0.0'}
winston@3.13.1: winston@3.14.2:
resolution: {integrity: sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==} resolution: {integrity: sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==}
engines: {node: '>= 12.0.0'} engines: {node: '>= 12.0.0'}
wordwrap@1.0.0: wordwrap@1.0.0:
@ -2554,16 +2558,17 @@ snapshots:
'@elastic/ecs-helpers': 2.1.1 '@elastic/ecs-helpers': 2.1.1
optional: true optional: true
'@elastic/elasticsearch@8.14.0': '@elastic/elasticsearch@8.15.0':
dependencies: dependencies:
'@elastic/transport': 8.6.1 '@elastic/transport': 8.8.1
tslib: 2.6.2 tslib: 2.6.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@elastic/transport@8.6.1': '@elastic/transport@8.8.1':
dependencies: dependencies:
debug: 4.3.4(supports-color@5.5.0) '@opentelemetry/api': 1.4.1
debug: 4.3.5(supports-color@5.5.0)
hpagent: 1.2.0 hpagent: 1.2.0
ms: 2.1.3 ms: 2.1.3
secure-json-parse: 2.7.0 secure-json-parse: 2.7.0
@ -2810,36 +2815,36 @@ snapshots:
'@pkgjs/parseargs@0.11.0': '@pkgjs/parseargs@0.11.0':
optional: true optional: true
'@prisma/client@5.16.1(prisma@5.16.1)': '@prisma/client@5.20.0(prisma@5.20.0)':
optionalDependencies: optionalDependencies:
prisma: 5.16.1 prisma: 5.20.0
'@prisma/debug@5.16.1': {} '@prisma/debug@5.20.0': {}
'@prisma/debug@5.3.1': '@prisma/debug@5.3.1':
dependencies: dependencies:
'@types/debug': 4.1.8 '@types/debug': 4.1.8
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.4
strip-ansi: 6.0.1 strip-ansi: 6.0.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@prisma/engines-version@5.16.0-24.34ace0eb2704183d2c05b60b52fba5c43c13f303': {} '@prisma/engines-version@5.20.0-12.06fc58a368dc7be9fbbbe894adf8d445d208c284': {}
'@prisma/engines@5.16.1': '@prisma/engines@5.20.0':
dependencies: dependencies:
'@prisma/debug': 5.16.1 '@prisma/debug': 5.20.0
'@prisma/engines-version': 5.16.0-24.34ace0eb2704183d2c05b60b52fba5c43c13f303 '@prisma/engines-version': 5.20.0-12.06fc58a368dc7be9fbbbe894adf8d445d208c284
'@prisma/fetch-engine': 5.16.1 '@prisma/fetch-engine': 5.20.0
'@prisma/get-platform': 5.16.1 '@prisma/get-platform': 5.20.0
'@prisma/engines@5.3.1': {} '@prisma/engines@5.3.1': {}
'@prisma/fetch-engine@5.16.1': '@prisma/fetch-engine@5.20.0':
dependencies: dependencies:
'@prisma/debug': 5.16.1 '@prisma/debug': 5.20.0
'@prisma/engines-version': 5.16.0-24.34ace0eb2704183d2c05b60b52fba5c43c13f303 '@prisma/engines-version': 5.20.0-12.06fc58a368dc7be9fbbbe894adf8d445d208c284
'@prisma/get-platform': 5.16.1 '@prisma/get-platform': 5.20.0
'@prisma/fetch-engine@5.3.1': '@prisma/fetch-engine@5.3.1':
dependencies: dependencies:
@ -2873,9 +2878,9 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@prisma/get-platform@5.16.1': '@prisma/get-platform@5.20.0':
dependencies: dependencies:
'@prisma/debug': 5.16.1 '@prisma/debug': 5.20.0
'@prisma/get-platform@5.3.1': '@prisma/get-platform@5.3.1':
dependencies: dependencies:
@ -2950,9 +2955,9 @@ snapshots:
'@tsconfig/node16@1.0.4': {} '@tsconfig/node16@1.0.4': {}
'@tsoa/cli@6.3.1': '@tsoa/cli@6.4.0':
dependencies: dependencies:
'@tsoa/runtime': 6.3.0 '@tsoa/runtime': 6.4.0
'@types/multer': 1.4.11 '@types/multer': 1.4.11
fs-extra: 11.2.0 fs-extra: 11.2.0
glob: 10.3.12 glob: 10.3.12
@ -2960,20 +2965,20 @@ snapshots:
merge-anything: 5.1.7 merge-anything: 5.1.7
minimatch: 9.0.4 minimatch: 9.0.4
ts-deepmerge: 7.0.0 ts-deepmerge: 7.0.0
typescript: 5.5.2 typescript: 5.6.2
validator: 13.11.0 validator: 13.11.0
yaml: 2.4.1 yaml: 2.4.1
yargs: 17.7.2 yargs: 17.7.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@tsoa/runtime@6.3.0': '@tsoa/runtime@6.4.0':
dependencies: dependencies:
'@hapi/boom': 10.0.1 '@hapi/boom': 10.0.1
'@hapi/hapi': 21.3.7 '@hapi/hapi': 21.3.7
'@types/koa': 2.15.0 '@types/koa': 2.15.0
'@types/multer': 1.4.11 '@types/multer': 1.4.11
express: 4.19.2 express: 4.21.0
reflect-metadata: 0.2.2 reflect-metadata: 0.2.2
validator: 13.11.0 validator: 13.11.0
transitivePeerDependencies: transitivePeerDependencies:
@ -2981,16 +2986,16 @@ snapshots:
'@types/accepts@1.3.7': '@types/accepts@1.3.7':
dependencies: dependencies:
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/body-parser@1.19.5': '@types/body-parser@1.19.5':
dependencies: dependencies:
'@types/connect': 3.4.38 '@types/connect': 3.4.38
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/connect@3.4.38': '@types/connect@3.4.38':
dependencies: dependencies:
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/content-disposition@0.5.8': {} '@types/content-disposition@0.5.8': {}
@ -2999,15 +3004,15 @@ snapshots:
'@types/connect': 3.4.38 '@types/connect': 3.4.38
'@types/express': 4.17.21 '@types/express': 4.17.21
'@types/keygrip': 1.0.6 '@types/keygrip': 1.0.6
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/cors@2.8.17': '@types/cors@2.8.17':
dependencies: dependencies:
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/cross-spawn@6.0.2': '@types/cross-spawn@6.0.2':
dependencies: dependencies:
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/debug@4.1.8': '@types/debug@4.1.8':
dependencies: dependencies:
@ -3015,7 +3020,7 @@ snapshots:
'@types/express-serve-static-core@4.17.43': '@types/express-serve-static-core@4.17.43':
dependencies: dependencies:
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/qs': 6.9.14 '@types/qs': 6.9.14
'@types/range-parser': 1.2.7 '@types/range-parser': 1.2.7
'@types/send': 0.17.4 '@types/send': 0.17.4
@ -3046,7 +3051,7 @@ snapshots:
'@types/http-errors': 2.0.4 '@types/http-errors': 2.0.4
'@types/keygrip': 1.0.6 '@types/keygrip': 1.0.6
'@types/koa-compose': 3.2.8 '@types/koa-compose': 3.2.8
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/mime@1.3.5': {} '@types/mime@1.3.5': {}
@ -3056,7 +3061,7 @@ snapshots:
'@types/morgan@1.9.9': '@types/morgan@1.9.9':
dependencies: dependencies:
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/ms@0.7.34': {} '@types/ms@0.7.34': {}
@ -3064,9 +3069,9 @@ snapshots:
dependencies: dependencies:
'@types/express': 4.17.21 '@types/express': 4.17.21
'@types/node@20.14.9': '@types/node@20.16.10':
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 6.19.8
'@types/normalize-package-data@2.4.4': {} '@types/normalize-package-data@2.4.4': {}
@ -3079,13 +3084,13 @@ snapshots:
'@types/send@0.17.4': '@types/send@0.17.4':
dependencies: dependencies:
'@types/mime': 1.3.5 '@types/mime': 1.3.5
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/serve-static@1.15.5': '@types/serve-static@1.15.5':
dependencies: dependencies:
'@types/http-errors': 2.0.4 '@types/http-errors': 2.0.4
'@types/mime': 4.0.0 '@types/mime': 4.0.0
'@types/node': 20.14.9 '@types/node': 20.16.10
'@types/swagger-ui-express@4.1.6': '@types/swagger-ui-express@4.1.6':
dependencies: dependencies:
@ -3118,7 +3123,7 @@ snapshots:
agent-base@7.1.1: agent-base@7.1.1:
dependencies: dependencies:
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -3282,7 +3287,7 @@ snapshots:
bn.js@4.12.0: {} bn.js@4.12.0: {}
body-parser@1.20.2: body-parser@1.20.3:
dependencies: dependencies:
bytes: 3.1.2 bytes: 3.1.2
content-type: 1.0.5 content-type: 1.0.5
@ -3292,7 +3297,7 @@ snapshots:
http-errors: 2.0.0 http-errors: 2.0.0
iconv-lite: 0.4.24 iconv-lite: 0.4.24
on-finished: 2.4.1 on-finished: 2.4.1
qs: 6.11.0 qs: 6.13.0
raw-body: 2.5.2 raw-body: 2.5.2
type-is: 1.6.18 type-is: 1.6.18
unpipe: 1.0.0 unpipe: 1.0.0
@ -3496,17 +3501,16 @@ snapshots:
dependencies: dependencies:
ms: 2.0.0 ms: 2.0.0
debug@4.3.4(supports-color@5.5.0): debug@4.3.4:
dependencies:
ms: 2.1.2
debug@4.3.5(supports-color@5.5.0):
dependencies: dependencies:
ms: 2.1.2 ms: 2.1.2
optionalDependencies: optionalDependencies:
supports-color: 5.5.0 supports-color: 5.5.0
debug@4.3.5:
dependencies:
ms: 2.1.2
optional: true
decode-uri-component@0.2.2: {} decode-uri-component@0.2.2: {}
define-data-property@1.1.4: define-data-property@1.1.4:
@ -3606,6 +3610,8 @@ snapshots:
encodeurl@1.0.2: {} encodeurl@1.0.2: {}
encodeurl@2.0.0: {}
end-of-stream@1.4.4: end-of-stream@1.4.4:
dependencies: dependencies:
once: 1.4.0 once: 1.4.0
@ -3744,34 +3750,34 @@ snapshots:
signal-exit: 3.0.7 signal-exit: 3.0.7
strip-final-newline: 2.0.0 strip-final-newline: 2.0.0
express@4.19.2: express@4.21.0:
dependencies: dependencies:
accepts: 1.3.8 accepts: 1.3.8
array-flatten: 1.1.1 array-flatten: 1.1.1
body-parser: 1.20.2 body-parser: 1.20.3
content-disposition: 0.5.4 content-disposition: 0.5.4
content-type: 1.0.5 content-type: 1.0.5
cookie: 0.6.0 cookie: 0.6.0
cookie-signature: 1.0.6 cookie-signature: 1.0.6
debug: 2.6.9 debug: 2.6.9
depd: 2.0.0 depd: 2.0.0
encodeurl: 1.0.2 encodeurl: 2.0.0
escape-html: 1.0.3 escape-html: 1.0.3
etag: 1.8.1 etag: 1.8.1
finalhandler: 1.2.0 finalhandler: 1.3.1
fresh: 0.5.2 fresh: 0.5.2
http-errors: 2.0.0 http-errors: 2.0.0
merge-descriptors: 1.0.1 merge-descriptors: 1.0.3
methods: 1.1.2 methods: 1.1.2
on-finished: 2.4.1 on-finished: 2.4.1
parseurl: 1.3.3 parseurl: 1.3.3
path-to-regexp: 0.1.7 path-to-regexp: 0.1.10
proxy-addr: 2.0.7 proxy-addr: 2.0.7
qs: 6.11.0 qs: 6.13.0
range-parser: 1.2.1 range-parser: 1.2.1
safe-buffer: 5.2.1 safe-buffer: 5.2.1
send: 0.18.0 send: 0.19.0
serve-static: 1.15.0 serve-static: 1.16.2
setprototypeof: 1.2.0 setprototypeof: 1.2.0
statuses: 2.0.1 statuses: 2.0.1
type-is: 1.6.18 type-is: 1.6.18
@ -3788,7 +3794,7 @@ snapshots:
merge2: 1.4.1 merge2: 1.4.1
micromatch: 4.0.7 micromatch: 4.0.7
fast-jwt@4.0.1: fast-jwt@4.0.5:
dependencies: dependencies:
'@lukeed/ms': 2.0.2 '@lukeed/ms': 2.0.2
asn1.js: 5.4.1 asn1.js: 5.4.1
@ -3822,10 +3828,10 @@ snapshots:
filter-obj@1.1.0: {} filter-obj@1.1.0: {}
finalhandler@1.2.0: finalhandler@1.3.1:
dependencies: dependencies:
debug: 2.6.9 debug: 2.6.9
encodeurl: 1.0.2 encodeurl: 2.0.0
escape-html: 1.0.3 escape-html: 1.0.3
on-finished: 2.4.1 on-finished: 2.4.1
parseurl: 1.3.3 parseurl: 1.3.3
@ -4033,14 +4039,14 @@ snapshots:
http-proxy-agent@7.0.0: http-proxy-agent@7.0.0:
dependencies: dependencies:
agent-base: 7.1.1 agent-base: 7.1.1
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
https-proxy-agent@7.0.2: https-proxy-agent@7.0.2:
dependencies: dependencies:
agent-base: 7.1.1 agent-base: 7.1.1
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -4252,7 +4258,7 @@ snapshots:
kuler@2.0.0: {} kuler@2.0.0: {}
kysely@0.27.3: {} kysely@0.27.4: {}
lazystream@1.0.1: lazystream@1.0.1:
dependencies: dependencies:
@ -4356,7 +4362,7 @@ snapshots:
dependencies: dependencies:
is-what: 4.1.16 is-what: 4.1.16
merge-descriptors@1.0.1: {} merge-descriptors@1.0.3: {}
merge-stream@2.0.0: {} merge-stream@2.0.0: {}
@ -4461,10 +4467,10 @@ snapshots:
dependencies: dependencies:
whatwg-url: 5.0.0 whatwg-url: 5.0.0
nodemon@3.1.4: nodemon@3.1.7:
dependencies: dependencies:
chokidar: 3.6.0 chokidar: 3.6.0
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.5(supports-color@5.5.0)
ignore-by-default: 1.0.1 ignore-by-default: 1.0.1
minimatch: 3.1.2 minimatch: 3.1.2
pstree.remy: 1.1.8 pstree.remy: 1.1.8
@ -4624,7 +4630,7 @@ snapshots:
lru-cache: 10.2.0 lru-cache: 10.2.0
minipass: 7.0.4 minipass: 7.0.4
path-to-regexp@0.1.7: {} path-to-regexp@0.1.10: {}
path-type@4.0.0: {} path-type@4.0.0: {}
@ -4652,26 +4658,28 @@ snapshots:
possible-typed-array-names@1.0.0: {} possible-typed-array-names@1.0.0: {}
prettier@3.3.2: {} prettier@3.3.3: {}
prisma-extension-kysely@2.1.0(@prisma/client@5.16.1(prisma@5.16.1)): prisma-extension-kysely@2.1.0(@prisma/client@5.20.0(prisma@5.20.0)):
dependencies: dependencies:
'@prisma/client': 5.16.1(prisma@5.16.1) '@prisma/client': 5.20.0(prisma@5.20.0)
prisma-kysely@1.8.0: prisma-kysely@1.8.0:
dependencies: dependencies:
'@mrleebo/prisma-ast': 0.7.0 '@mrleebo/prisma-ast': 0.7.0
'@prisma/generator-helper': 5.3.1 '@prisma/generator-helper': 5.3.1
'@prisma/internals': 5.3.1 '@prisma/internals': 5.3.1
typescript: 5.5.2 typescript: 5.6.2
zod: 3.23.8 zod: 3.23.8
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
- supports-color - supports-color
prisma@5.16.1: prisma@5.20.0:
dependencies: dependencies:
'@prisma/engines': 5.16.1 '@prisma/engines': 5.20.0
optionalDependencies:
fsevents: 2.3.3
process-nextick-args@2.0.1: {} process-nextick-args@2.0.1: {}
@ -4712,7 +4720,7 @@ snapshots:
punycode@2.3.1: punycode@2.3.1:
optional: true optional: true
qs@6.11.0: qs@6.13.0:
dependencies: dependencies:
side-channel: 1.0.6 side-channel: 1.0.6
@ -4794,7 +4802,7 @@ snapshots:
require-in-the-middle@7.4.0: require-in-the-middle@7.4.0:
dependencies: dependencies:
debug: 4.3.5 debug: 4.3.5(supports-color@5.5.0)
module-details-from-path: 1.0.3 module-details-from-path: 1.0.3
resolve: 1.22.8 resolve: 1.22.8
transitivePeerDependencies: transitivePeerDependencies:
@ -4859,7 +4867,7 @@ snapshots:
dependencies: dependencies:
lru-cache: 6.0.0 lru-cache: 6.0.0
send@0.18.0: send@0.19.0:
dependencies: dependencies:
debug: 2.6.9 debug: 2.6.9
depd: 2.0.0 depd: 2.0.0
@ -4877,12 +4885,12 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
serve-static@1.15.0: serve-static@1.16.2:
dependencies: dependencies:
encodeurl: 1.0.2 encodeurl: 2.0.0
escape-html: 1.0.3 escape-html: 1.0.3
parseurl: 1.3.3 parseurl: 1.3.3
send: 0.18.0 send: 0.19.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -5070,9 +5078,9 @@ snapshots:
swagger-ui-dist@5.13.0: {} swagger-ui-dist@5.13.0: {}
swagger-ui-express@5.0.1(express@4.19.2): swagger-ui-express@5.0.1(express@4.21.0):
dependencies: dependencies:
express: 4.19.2 express: 4.21.0
swagger-ui-dist: 5.13.0 swagger-ui-dist: 5.13.0
tar-stream@2.2.0: tar-stream@2.2.0:
@ -5134,21 +5142,21 @@ snapshots:
ts-deepmerge@7.0.0: {} ts-deepmerge@7.0.0: {}
ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2): ts-node@10.9.2(@types/node@20.16.10)(typescript@5.6.2):
dependencies: dependencies:
'@cspotcode/source-map-support': 0.8.1 '@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11 '@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11 '@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3 '@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4 '@tsconfig/node16': 1.0.4
'@types/node': 20.14.9 '@types/node': 20.16.10
acorn: 8.11.3 acorn: 8.11.3
acorn-walk: 8.3.2 acorn-walk: 8.3.2
arg: 4.1.3 arg: 4.1.3
create-require: 1.1.1 create-require: 1.1.1
diff: 4.0.2 diff: 4.0.2
make-error: 1.3.6 make-error: 1.3.6
typescript: 5.5.2 typescript: 5.6.2
v8-compile-cache-lib: 3.0.1 v8-compile-cache-lib: 3.0.1
yn: 3.1.1 yn: 3.1.1
@ -5156,10 +5164,10 @@ snapshots:
tslib@2.6.2: {} tslib@2.6.2: {}
tsoa@6.3.1: tsoa@6.4.0:
dependencies: dependencies:
'@tsoa/cli': 6.3.1 '@tsoa/cli': 6.4.0
'@tsoa/runtime': 6.3.0 '@tsoa/runtime': 6.4.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -5208,7 +5216,7 @@ snapshots:
is-typed-array: 1.1.13 is-typed-array: 1.1.13
possible-typed-array-names: 1.0.0 possible-typed-array-names: 1.0.0
typescript@5.5.2: {} typescript@5.6.2: {}
uglify-js@3.17.4: uglify-js@3.17.4:
optional: true optional: true
@ -5222,7 +5230,7 @@ snapshots:
undefsafe@2.0.5: {} undefsafe@2.0.5: {}
undici-types@5.26.5: {} undici-types@6.19.8: {}
undici@6.19.2: {} undici@6.19.2: {}
@ -5313,14 +5321,14 @@ snapshots:
winston-elasticsearch@0.19.0: winston-elasticsearch@0.19.0:
dependencies: dependencies:
'@elastic/elasticsearch': 8.14.0 '@elastic/elasticsearch': 8.15.0
dayjs: 1.11.12 dayjs: 1.11.12
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.4
lodash.defaults: 4.2.0 lodash.defaults: 4.2.0
lodash.omit: 4.5.0 lodash.omit: 4.5.0
promise: 8.3.0 promise: 8.3.0
retry: 0.13.1 retry: 0.13.1
winston: 3.13.1 winston: 3.14.2
winston-transport: 4.7.1 winston-transport: 4.7.1
optionalDependencies: optionalDependencies:
elastic-apm-node: 3.51.0 elastic-apm-node: 3.51.0
@ -5333,7 +5341,7 @@ snapshots:
readable-stream: 3.6.2 readable-stream: 3.6.2
triple-beam: 1.4.1 triple-beam: 1.4.1
winston@3.13.1: winston@3.14.2:
dependencies: dependencies:
'@colors/colors': 1.6.0 '@colors/colors': 1.6.0
'@dabh/diagnostics': 2.0.3 '@dabh/diagnostics': 2.0.3