From 0bd0285df481c571c6e5e5978740369b1247420d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2026 07:34:16 +0000 Subject: [PATCH] fix: packages/dev/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15807042 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15807040 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-15809196 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15810938 --- packages/dev/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dev/package.json b/packages/dev/package.json index 8ab3c12e..97875035 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@patternfly/patternfly": "^6.0.0", - "@patternfly/quickstarts": "^6.0.0-alpha.0", + "@patternfly/quickstarts": "^5.4.1", "@patternfly/react-core": "^6.0.0", "i18next": "^24.2.3", "i18next-browser-languagedetector": "^8.0.0", - "i18next-parser": "^9.3.0", + "i18next-parser": "^9.4.0", "i18next-pseudo": "^2.2.0", "lodash-es": "^4.17.21", "marked": "^15.0.6",