From da8e747ba26a40093837218370325d79515bc8b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Mar 2026 07:07:33 +0000 Subject: [PATCH] fix: packages/documentation-framework/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 --- packages/documentation-framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index 3e4a85ac5c..4eb63e96d3 100644 --- a/packages/documentation-framework/package.json +++ b/packages/documentation-framework/package.json @@ -29,7 +29,7 @@ "file-saver": "1.3.8", "fs-extra": "9.1.0", "glob": "12.0.0", - "handlebars": "4.7.8", + "handlebars": "4.7.9", "hast-to-hyperscript": "9.0.1", "hast-util-to-text": "2.0.1", "html-formatter": "0.1.9",