From 3ce727930da4ce64ce82fcc1bb184a3a3ba02d6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Mar 2026 08:54:07 +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-BRACEEXPANSION-15789759 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15789775 --- packages/documentation-framework/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index 3e4a85ac5c..39b1dbe64e 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", @@ -56,7 +56,7 @@ "sharp": "0.34.5", "style-to-object": "0.4.4", "to-vfile": "6.1.0", - "typedoc": "0.23.28", + "typedoc": "0.28.18", "typescript": "4.9.5", "unified": "9.2.2", "unist-util-remove": "2.1.0",