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",