From 784d84a5eac3a02dd6485ec50b9fe7055dea112b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:04:05 +0000 Subject: [PATCH] build(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) - [Changelog](https://github.com/patternfly/patternfly-a11y/blob/master/RELEASE.md) - [Commits](https://github.com/patternfly/patternfly-a11y/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: "@patternfly/patternfly-a11y" dependency-version: 5.2.0 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 770c9cb..0ca605b 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -46,7 +46,7 @@ "@patternfly/documentation-framework": "^6.24.2", "@patternfly/patternfly": "^6.4.0", "@patternfly/react-code-editor": "^6.4.0", - "@patternfly/patternfly-a11y": "^5.1.0", + "@patternfly/patternfly-a11y": "^5.2.0", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", "@types/react-router-dom": "^5.3.3",