diff --git a/package.json b/package.json index b6d387e..58aaf9b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-plugin-unicorn": "^52.0.0", "prettier": "^3.3.1", "prettier-plugin-package": "^1.4.0", - "tsoa": "^6.2.1", + "tsoa": "^6.3.0", "typescript": "^5.4.5" } } diff --git a/yarn.lock b/yarn.lock index d79d0a1..f7bd55c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -374,12 +374,12 @@ resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== -"@tsoa/cli@^6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@tsoa/cli/-/cli-6.2.1.tgz#5deefe40fcf4d9b4ca2c04de2953edd5a2ca171a" - integrity sha512-SS28cvL2uurau2PZbBO8Ks6O9LF497iMlnUfMr7hffbgxh81SftfG+qvddeniNw0ttSB593Mljvv+fPabEbrfQ== +"@tsoa/cli@^6.3.0": + version "6.3.0" + resolved "https://registry.yarnpkg.com/@tsoa/cli/-/cli-6.3.0.tgz#2e7990e06c2bd041fff6c2ba15d42a9ff8386ee1" + integrity sha512-ZWd8Z571HKi1bCfHq3NokxemfC/8mG4hQbjGHC0V2zcrHNYhuNvbksOEG7ypoESrviv6eg5kN9rzlFjcMQIKHA== dependencies: - "@tsoa/runtime" "^6.2.1" + "@tsoa/runtime" "^6.3.0" "@types/multer" "^1.4.11" fs-extra "^11.2.0" glob "^10.3.10" @@ -392,10 +392,10 @@ yaml "^2.4.1" yargs "^17.7.1" -"@tsoa/runtime@^6.2.1": - version "6.2.1" - resolved "https://registry.yarnpkg.com/@tsoa/runtime/-/runtime-6.2.1.tgz#b99c3e9a4267135b109c0d7095157a1342075ba2" - integrity sha512-YOA7ha6W6GQsSr3Pvb5omb5AwizvQd7GUu54Oi2TjNWYOzfczBROZonReMfKBiNULiZBDmEc5r1Hs+Kbbfjgyw== +"@tsoa/runtime@^6.3.0": + version "6.3.0" + resolved "https://registry.yarnpkg.com/@tsoa/runtime/-/runtime-6.3.0.tgz#c1e18bbd948b11184314dadbca39354df6c150a0" + integrity sha512-9z/0ePKpSoYpUq1IJvihk4FcgpAkyMTEEl9oFLiL9p5SE86ndsGJdH3kt/IyqtD3wajPSykMRHlAidrGUyLuNQ== dependencies: "@hapi/boom" "^10.0.1" "@hapi/hapi" "^21.3.3" @@ -3055,13 +3055,13 @@ tslib@^2.6.2: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tsoa@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/tsoa/-/tsoa-6.2.1.tgz#f3dcfeb31835ea1f7f3018bcb46f2d675daf69ac" - integrity sha512-cK+Wmw99IdkVMuNPl8OM+SufIxvS1b5XY9mwjLrTJ4ytwiUkF1AOKvF6pX5k/xDnHXFLCrfHzbgaogj0JJO9EA== +tsoa@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/tsoa/-/tsoa-6.3.0.tgz#4cfa3577ff07502f48b774f8518c3b41c09102fe" + integrity sha512-epdhDbx3dPdwt2IfLpXZNs2XFOkDDwadm2DRSEFpnpTK/hZvmPKILJDm2eGVyoQO9B2CCLZHb2Cfsv0hZpEGyg== dependencies: - "@tsoa/cli" "^6.2.1" - "@tsoa/runtime" "^6.2.1" + "@tsoa/cli" "^6.3.0" + "@tsoa/runtime" "^6.3.0" tsutils@^3.21.0: version "3.21.0"