Skip to content

Commit ac4c4c9

Browse files
authored
[compliance] Update tsup to latest version (#528)
## Summary Update tsup to latest version. Should resolve some vulnerabilities detected by dependabot. ## How was it tested? pnpm build, pnpm test, pnpm typecheck ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 1a98775 commit ac4c4c9

File tree

4 files changed

+375
-229
lines changed

4 files changed

+375
-229
lines changed

api/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint": "^9.7.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"prettier": "^3.3.3",
41-
"tsup": "^8.3.5",
41+
"tsup": "^8.5.0",
4242
"typescript": "^5.0.4"
4343
},
4444
"dependencies": {

0 commit comments

Comments
 (0)