Skip to content

Commit

Permalink
chore(deps-dev): bump tsoa from 6.1.5 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [tsoa](https://github.com/lukeautry/tsoa) from 6.1.5 to 6.2.0.
- [Release notes](https://github.com/lukeautry/tsoa/releases)
- [Commits](lukeautry/tsoa@v6.1.5...v6.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent d2cffeb commit c4bf604
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 @@ -18,7 +18,7 @@
"fast-check": "^3.16.0",
"prettier": "^3.2.5",
"prettier-plugin-package": "^1.4.0",
"tsoa": "^6.1.5",
"tsoa": "^6.2.0",
"typescript": "^5.4.2"
}
}
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.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@tsoa/cli/-/cli-6.1.5.tgz#93d93f9bf8bf2c8f8e2aa7c6a8e094add3da3913"
integrity sha512-o+1pd03pUAwneoHX2PPWjxGJe5+yQ+PD5+z7gJ/Fvl0qi46hAO6UXc/UDQ09S8PW333rN49V164EYWgdT4xjtQ==
"@tsoa/cli@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@tsoa/cli/-/cli-6.2.0.tgz#7570346fc9ce6847c6d3a7ed713b2acf88a8b0e7"
integrity sha512-kzr10MsARpuivJl59XD33+sdMA18Rx9KBu7NCp18nV6kPQ1LDrVBwVgLL96w7lBgUGsCgVJ1/cUePW313uTZCw==
dependencies:
"@tsoa/runtime" "^6.1.5"
"@tsoa/runtime" "^6.2.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.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@tsoa/runtime/-/runtime-6.1.5.tgz#cdbadbb459fc864a02db6a99a56818ac296ed5d9"
integrity sha512-UxS9k5mwlys6CbBixda4SsJ/D8hfta919yH8fALHOxnfN9nFXU9rKAfvjHDTpCQ/ZTiR46yrMZMN4jyV0n9miQ==
"@tsoa/runtime@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@tsoa/runtime/-/runtime-6.2.0.tgz#bb56dc728cbb06151229794a7cbdfe4ba69e9967"
integrity sha512-iXSi5rDZWcPRcLKa9WaMBUdh4SdDN+9Cmy+R7i/DSCtFtbtUqE+ui+IMV9o6+759N6J3FqGBaPWa9kAtOrL4sA==
dependencies:
"@hapi/boom" "^10.0.1"
"@hapi/hapi" "^21.3.3"
Expand Down Expand Up @@ -3049,13 +3049,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.1.5:
version "6.1.5"
resolved "https://registry.yarnpkg.com/tsoa/-/tsoa-6.1.5.tgz#8a871370c89c2cbc28087085e95418858309d736"
integrity sha512-J+nNeGA2nsYGpgpLgmOjP7rIYR/Hu6iQzTwPp2D1iZbGKt7S5TIqA02/1BfGuY/9tpIkq4uZMpJ9i37plprTsw==
tsoa@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/tsoa/-/tsoa-6.2.0.tgz#6fa5a87b70c3644fa8b51a1bf56293e2537db74a"
integrity sha512-EX/RyoU+4hD1rLM5NjYG+I7lEhqx1yuLgcHs/gyWQpkX/RL9cVR9hFA9LKQrK6PE+WTg1SEahn1MK3l/+6pVKw==
dependencies:
"@tsoa/cli" "^6.1.5"
"@tsoa/runtime" "^6.1.5"
"@tsoa/cli" "^6.2.0"
"@tsoa/runtime" "^6.2.0"

tsutils@^3.21.0:
version "3.21.0"
Expand Down

0 comments on commit c4bf604

Please sign in to comment.