From 1e3ae3dbf13ea682a9a02d1284000a495170fbc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Feb 2026 08:03:58 +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-15309438 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- 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",