From f05cb630994584ea82cfb0015c4753f1b742bcb2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:20:08 +0000 Subject: [PATCH] fix: samples/client/petstore/typescript-angularjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- samples/client/petstore/typescript-angularjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-angularjs/package.json b/samples/client/petstore/typescript-angularjs/package.json index afc18b7e777..09498b36d84 100644 --- a/samples/client/petstore/typescript-angularjs/package.json +++ b/samples/client/petstore/typescript-angularjs/package.json @@ -16,7 +16,7 @@ "angular": "^1.4.3" }, "devDependencies": { - "tsd": "^0.6.3", + "tsd": "^0.7.0", "typescript": "^1.5.3" } }