From d26422fd5e5075ea924048c207b058f6bf982e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:01:29 +0000 Subject: [PATCH] fix: bump focus-visible from 5.2.0 to 5.2.1 Bumps [focus-visible](https://github.com/WICG/focus-visible) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/WICG/focus-visible/releases) - [Commits](https://github.com/WICG/focus-visible/compare/v5.2.0...5.2.1) --- updated-dependencies: - dependency-name: focus-visible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- packages/dotcom-ui-layout/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2989871bf..b345e7cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9519,7 +9519,9 @@ "license": "ISC" }, "node_modules/focus-visible": { - "version": "5.2.0", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.1.tgz", + "integrity": "sha512-8Bx950VD1bWTQJEH/AM6SpEk+SU55aVnp4Ujhuuxy3eMEBCRwBnTBnVXr9YAPvZL3/CNjCa8u4IWfNmEO53whA==", "license": "W3C" }, "node_modules/follow-redirects": { @@ -23108,7 +23110,7 @@ "license": "MIT", "dependencies": { "@financial-times/dotcom-types-navigation": "file:../dotcom-types-navigation", - "focus-visible": "^5.0.0" + "focus-visible": "^5.2.1" }, "devDependencies": { "@financial-times/dotcom-ui-base-styles": "file:../dotcom-ui-base-styles", diff --git a/packages/dotcom-ui-layout/package.json b/packages/dotcom-ui-layout/package.json index 2712d87bc..2e3e60971 100644 --- a/packages/dotcom-ui-layout/package.json +++ b/packages/dotcom-ui-layout/package.json @@ -22,7 +22,7 @@ "license": "MIT", "dependencies": { "@financial-times/dotcom-types-navigation": "file:../dotcom-types-navigation", - "focus-visible": "^5.0.0" + "focus-visible": "^5.2.1" }, "peerDependencies": { "@financial-times/dotcom-ui-base-styles": "file:../dotcom-ui-base-styles",