From 27aa447db1cd9b14aaf7cd79ceac31f02be8955b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:51:49 +0000 Subject: [PATCH] chore(deps-dev): update @patternfly/patternfly-a11y requirement Updates the requirements on [@patternfly/patternfly-a11y](https://github.com/patternfly/patternfly-a11y) to permit the latest version. - [Release notes](https://github.com/patternfly/patternfly-a11y/releases) - [Commits](https://github.com/patternfly/patternfly-a11y/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: "@patternfly/patternfly-a11y" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index ae1d08dc..2292ad35 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -42,7 +42,7 @@ "react-dom": "^17 || ^18" }, "devDependencies": { - "@patternfly/patternfly-a11y": "^5.0.0", + "@patternfly/patternfly-a11y": "^5.1.0", "@patternfly/documentation-framework": "^6.0.8", "@patternfly/react-code-editor": "^6.0.0", "@patternfly/patternfly": "^6.0.0",