diff --git a/react/package-lock.json b/react/package-lock.json index a84eaad45d..b50d89ab3c 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -7532,9 +7532,9 @@ "dev": true }, "focus-visible": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.0.2.tgz", - "integrity": "sha512-zT2fj/bmOgEBjqGbURGlowTmCwsIs3bRDMr/sFZz8Ly7VkEiwuCn9swNTL3pPuf8Oua2de7CLuKdnuNajWdDsQ==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.0.tgz", + "integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==" }, "for-in": { "version": "1.0.2", diff --git a/react/package.json b/react/package.json index 16405a8073..5de80b4955 100644 --- a/react/package.json +++ b/react/package.json @@ -61,7 +61,7 @@ "dependencies": { "@sparkdesignsystem/spark-styles": "^4.0.2", "classnames": "^2.2.6", - "focus-visible": "5.0.2", + "focus-visible": "5.2.0", "lodash.assign": "^4.2.0", "lodash.uniqueid": "^4.0.1", "prop-types": "^15.6.2",