From e6b8a5d86faf100ddf5451d8885ba3f4540030fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Mar 2026 08:53:46 +0000 Subject: [PATCH] fix: extensions/vscode/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15803084 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15803082 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15803086 --- extensions/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 45e8808f54..dcdc63b700 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -742,7 +742,7 @@ "express": "^4.18.2", "fkill": "^8.1.0", "follow-redirects": "^1.15.4", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "highlight.js": "^11.7.0", "highlightable": "^1.3.0-beta.0", "http-proxy": "^1.18.1",