From d9051b980cc3915ea11970481e9b52d69a677197 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 14:40:56 +0000 Subject: [PATCH] fix: samples/client/petstore/typescript-aurelia/default/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- samples/client/petstore/typescript-aurelia/default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-aurelia/default/package.json b/samples/client/petstore/typescript-aurelia/default/package.json index 0204e3c39c9..ba28c6f9e15 100644 --- a/samples/client/petstore/typescript-aurelia/default/package.json +++ b/samples/client/petstore/typescript-aurelia/default/package.json @@ -14,7 +14,7 @@ "test": "tslint api.ts" }, "devDependencies": { - "tslint": "^3.15.1", + "tslint": "^5.20.0", "typescript": "^1.8.10", "typings": "^1.0.4" }