From 05c4429d9afde72de8f6d4659adab38128424d27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2026 07:23:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHESCAPE-15467452 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd8b7fe..830f411 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@snyk/cli-interface": "^2.11.2", "@snyk/dep-graph": "^1.28.1", - "shescape": "1.6.1", + "shescape": "2.1.10", "snyk-poetry-lockfile-parser": "^1.9.0", "tmp": "0.2.3" },