From 4f1e31a91112709a26745e3910b542ba324552ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 06:20:57 +0000 Subject: [PATCH] fix: upgrade focus-within-polyfill from 5.1.0 to 5.2.1 Snyk has created this PR to upgrade focus-within-polyfill from 5.1.0 to 5.2.1. See this package in npm: https://www.npmjs.com/package/focus-within-polyfill See this project in Snyk: https://app.snyk.io/org/bigcommerce/project/8ae18cf8-e34d-4bf7-a0e1-3fc92b03f87d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5b06e08ef..2a509f5d11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6823,9 +6823,9 @@ } }, "focus-within-polyfill": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/focus-within-polyfill/-/focus-within-polyfill-5.1.0.tgz", - "integrity": "sha512-u944FX2NsX5nhCi3jsXcWkUcPAekvFHnhl5+OQJZvZeRamPXhQxwvOVs1ordzyIaP7sc+cW3PU7z1fDKPYM9+A==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/focus-within-polyfill/-/focus-within-polyfill-5.2.1.tgz", + "integrity": "sha512-24dSGm2euJ0V+blff5Yj0IXtemjjGIoT6/OjmvICZ80NIgnyXDpthfxdkJAJWCDs0BaUvdB+2RParJ9b7X4EuQ==" }, "for-in": { "version": "1.0.2", diff --git a/package.json b/package.json index 7335981432..e147820b90 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "creditcards": "^3.0.1", "easyzoom": "^2.5.3", "focus-trap": "^6.3.0", - "focus-within-polyfill": "^5.1.0", + "focus-within-polyfill": "^5.2.1", "formdata-polyfill": "^3.0.20", "foundation-sites": "^5.5.3", "jquery": "^3.5.1",