From 7fa221fed42731f29cb817118d64b0cc8b9d39f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:56:26 +0000 Subject: [PATCH] chore(deps-dev): bump @patternfly/patternfly-a11y in /packages/module Bumps [@patternfly/patternfly-a11y](https://github.com/patternfly/patternfly-a11y) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/patternfly/patternfly-a11y/releases) - [Commits](https://github.com/patternfly/patternfly-a11y/commits/v5.0.0) --- updated-dependencies: - dependency-name: "@patternfly/patternfly-a11y" dependency-type: direct:development update-type: version-update:semver-major ... 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 f2e655ab..464bae9c 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -42,7 +42,7 @@ "react-dom": "^17 || ^18" }, "devDependencies": { - "@patternfly/patternfly-a11y": "^4.3.1", + "@patternfly/patternfly-a11y": "^5.0.0", "@patternfly/documentation-framework": "^6.0.0-alpha.126", "@patternfly/react-code-editor": "^6.0.0", "@patternfly/patternfly": "^6.0.0",