From 1ddc3858ad919e12264885bdee60c6089e0fff5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Apr 2022 16:50:32 +0000 Subject: [PATCH] fix: upgrade focus-visible from 5.0.2 to 5.2.0 Snyk has created this PR to upgrade focus-visible from 5.0.2 to 5.2.0. See this package in npm: https://www.npmjs.com/package/focus-visible See this project in Snyk: https://app.snyk.io/org/spark-design-system/project/cf109776-bc87-4aed-b4b1-d003f429677b?utm_source=github&utm_medium=referral&page=upgrade-pr --- html/package-lock.json | 6 +++--- html/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/package-lock.json b/html/package-lock.json index 71fd0aae91..8d2740e595 100644 --- a/html/package-lock.json +++ b/html/package-lock.json @@ -8976,9 +8976,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/html/package.json b/html/package.json index 1f842bf01b..5c5917664e 100644 --- a/html/package.json +++ b/html/package.json @@ -30,7 +30,7 @@ "dependencies": { "@sparkdesignsystem/spark-styles": "^4.0.2", "dom-slider": "2.1.0", - "focus-visible": "5.0.2", + "focus-visible": "5.2.0", "lodash": "^4.17.21", "lory.js": "^2.5.3", "object-fit-images": "^3.2.4",