From 2711d58c20b164c22af992f250ce4f45f7fb7527 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2026 13:33:03 +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-BASICFTP-15953339 - https://snyk.io/vuln/SNYK-JS-AXIOS-15965856 --- packages/dev/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/package.json b/packages/dev/package.json index 61940a98..065ba020 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@patternfly/patternfly": "^6.0.0", - "@patternfly/quickstarts": "^6.0.0-alpha.0", + "@patternfly/quickstarts": "^0.0.0", "@patternfly/react-core": "^6.0.0", "i18next": "^24.2.3", "i18next-browser-languagedetector": "^8.0.0",