From 020cee15493a4ba04f8bc84e5ae98c92d33b0fa4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 01:55:50 +0000 Subject: [PATCH] feat: upgrade tsup from 7.3.0 to 8.3.0 Snyk has created this PR to upgrade tsup from 7.3.0 to 8.3.0. See this package in npm: tsup See this project in Snyk: https://app.snyk.io/org/nerds-github/project/02f0e301-ca97-4c3b-9382-065289c73d9d?utm_source=github&utm_medium=referral&page=upgrade-pr --- clients/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/package.json b/clients/js/package.json index 2f01bfabadc..16602bf35b7 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -23,7 +23,7 @@ "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "tsd": "^0.28.1", - "tsup": "^7.2.0", + "tsup": "^8.3.0", "typescript": "^5.0.4" }, "type": "module",