Skip to content

Commit

Permalink
chore(deps-dev): bump tsoa from 6.2.1 to 6.3.0 (#52)
Browse files Browse the repository at this point in the history
Bumps [tsoa](https://github.com/lukeautry/tsoa) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/lukeautry/tsoa/releases)
- [Commits](lukeautry/tsoa@v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: tsoa
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 75bd07a commit 5a8f8fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5a8f8fd

Please sign in to comment.