From 48b35109957c45bd83a096f6328cd60c657400ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 07:23:57 +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-BRACEEXPANSION-9789073 --- 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 739a020c66..ed26f97ef0 100644 --- a/packages/documentation-site/package.json +++ b/packages/documentation-site/package.json @@ -19,7 +19,7 @@ "dependencies": { "@patternfly/chatbot": "2.2.1", "@patternfly/design-tokens": "1.13.2", - "@patternfly/documentation-framework": "workspace:*", + "@patternfly/documentation-framework": "5.3.13", "@patternfly/quickstarts": "6.2.2", "@patternfly/react-catalog-view-extension": "6.1.0", "@patternfly/react-component-groups": "6.2.1",