From f2dbbaad6e10c272c272f1ddcfd86fd1f771cf78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 09:59:50 +0000 Subject: [PATCH] fix: examples/typescript-ex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- examples/typescript-ex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript-ex/package.json b/examples/typescript-ex/package.json index 7a62f8df..c4a4fce1 100644 --- a/examples/typescript-ex/package.json +++ b/examples/typescript-ex/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@types/node": "^14.14.10", - "gts": "^3.0.3", + "gts": "^7.0.0", "typescript": "~4.1.3" }, "dependencies": {