From 9f60b0c128b77e4fddce2afe3f9d614abd9c3d98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Feb 2026 09:33:04 +0000 Subject: [PATCH] fix: packages/documentation-site/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353387 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 --- packages/documentation-site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-site/package.json b/packages/documentation-site/package.json index ac00f38f7b..6a5df9fc42 100644 --- a/packages/documentation-site/package.json +++ b/packages/documentation-site/package.json @@ -20,7 +20,7 @@ "dependencies": { "@patternfly/chatbot": "6.5.0", "@patternfly/design-tokens": "1.14.6", - "@patternfly/documentation-framework": "workspace:*", + "@patternfly/documentation-framework": "6.22.4", "@patternfly/quickstarts": "6.4.0", "@patternfly/react-catalog-view-extension": "6.3.0-prerelease.2", "@patternfly/react-charts": "8.5.0-prerelease.9",