From 22d9279f7690a608b65bb2b48f8744128185aec0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Sep 2022 22:06:50 +0000 Subject: [PATCH] fix: upgrade focus-trap from 6.3.0 to 6.9.4 Snyk has created this PR to upgrade focus-trap from 6.3.0 to 6.9.4. See this package in npm: https://www.npmjs.com/package/focus-trap See this project in Snyk: https://app.snyk.io/org/icecream17/project/48fb7ec9-6c03-4b83-b84e-dbc1a1539cbe?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e338cd2bc96..bf722bcc0e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6365,18 +6365,11 @@ "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" }, "focus-trap": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.3.0.tgz", - "integrity": "sha512-BBzvFfkPg5PqrVVCdQ1YOIVNKGvqG9YNVkiAUQFuDM66N8J9uADhs6mlYKrd30ofDJIzEniBnBKM7GO45iCzKQ==", + "version": "6.9.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.9.4.tgz", + "integrity": "sha512-v2NTsZe2FF59Y+sDykKY+XjqZ0cPfhq/hikWVL88BqLivnNiEffAsac6rP6H45ff9wG9LL5ToiDqrLEP9GX9mw==", "requires": { - "tabbable": "^5.1.5" - }, - "dependencies": { - "tabbable": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.1.6.tgz", - "integrity": "sha512-KSlGaSX9PbL7FHDTn2dB+zv61prkY8BeGioTsKfeN7dKhw5uz1S4U2iFaWMK4GR8oU+5OFBkFuxbMsaUxVVlrQ==" - } + "tabbable": "^5.3.3" } }, "forever-agent": { @@ -10398,6 +10391,11 @@ } } }, + "tabbable": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.3.3.tgz", + "integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==" + }, "tabs": { "version": "https://www.atom.io/api/packages/tabs/versions/0.110.2/tarball", "integrity": "sha512-ChpICm5PzN5XoStFdVrYD+uIlF+cymB4tm9avZGsRrznz3Sqv6udxHrxdaZxYGETZ7sqXzZ0hUKu5v9Xolo5Fg==", diff --git a/package.json b/package.json index 8c2ecb5e2c4..c17daa47684 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz", "find-parent-dir": "^0.3.0", "first-mate": "7.4.3", - "focus-trap": "6.3.0", + "focus-trap": "6.9.4", "fs-admin": "0.19.0", "fs-plus": "^3.1.1", "fstream": "1.0.12",