From 5fcead0d8f0bf2fb2282bd9bd5f4f1639a63635c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 01:55:46 +0000 Subject: [PATCH] fix: upgrade tsd from 0.28.1 to 0.31.2 Snyk has created this PR to upgrade tsd from 0.28.1 to 0.31.2. See this package in npm: tsd 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..186dd053845 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -22,7 +22,7 @@ "testcontainers": "^10.9.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", - "tsd": "^0.28.1", + "tsd": "^0.31.2", "tsup": "^7.2.0", "typescript": "^5.0.4" },