From bef3cc682b13a469f9c8289795ce64eeb4d7bc76 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 16:58:06 +0000 Subject: [PATCH] fix: packages/typeless-sample-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/typeless-sample-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typeless-sample-bot/package.json b/packages/typeless-sample-bot/package.json index a011c93891e..effbb5a9e86 100644 --- a/packages/typeless-sample-bot/package.json +++ b/packages/typeless-sample-bot/package.json @@ -46,7 +46,7 @@ "@types/sinon": "^17.0.4", "@types/yargs": "^17.0.33", "c8": "^10.1.3", - "gts": "^6.0.2", + "gts": "^7.0.0", "mocha": "^11.1.0", "sinon": "^21.0.0", "snap-shot-it": "^7.9.10",