From 558c1a2cd1f5557192cc0e67adf4098dd0f0175d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Dec 2025 06:02:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-WORDWRAP-3149973 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 931c6641f55c..1c736edb8305 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "ava": "^3.12.1", "chalk": "^4.1.0", "eslint-plugin-ava": "^12.0.0", - "gts": "^3.1.0", + "gts": "^7.0.0", "html-escaper": "^2.0.2", "husky": "^4.3.0", "lint-staged": "13.2.2",