diff --git a/package-lock.json b/package-lock.json index b5b06e08ef..552e44ec58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6815,11 +6815,11 @@ } }, "focus-trap": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.3.0.tgz", - "integrity": "sha512-BBzvFfkPg5PqrVVCdQ1YOIVNKGvqG9YNVkiAUQFuDM66N8J9uADhs6mlYKrd30ofDJIzEniBnBKM7GO45iCzKQ==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-6.7.1.tgz", + "integrity": "sha512-a6czHbT9twVpy2RpkWQA9vIgwQgB9Nx1PIxNNUxQT4nugG/3QibwxO+tWTh9i+zSY2SFiX4pnYhTaFaQF/6ZAg==", "requires": { - "tabbable": "^5.1.5" + "tabbable": "^5.2.1" } }, "focus-within-polyfill": { @@ -20042,9 +20042,9 @@ "dev": true }, "tabbable": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.1.6.tgz", - "integrity": "sha512-KSlGaSX9PbL7FHDTn2dB+zv61prkY8BeGioTsKfeN7dKhw5uz1S4U2iFaWMK4GR8oU+5OFBkFuxbMsaUxVVlrQ==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.2.1.tgz", + "integrity": "sha512-40pEZ2mhjaZzK0BnI+QGNjJO8UYx9pP5v7BGe17SORTO0OEuuaAwQTkAp8whcZvqon44wKFOikD+Al11K3JICQ==" }, "table": { "version": "4.0.2", diff --git a/package.json b/package.json index 7335981432..a00e4e6ed5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "core-js": "^3.9.0", "creditcards": "^3.0.1", "easyzoom": "^2.5.3", - "focus-trap": "^6.3.0", + "focus-trap": "^6.7.1", "focus-within-polyfill": "^5.1.0", "formdata-polyfill": "^3.0.20", "foundation-sites": "^5.5.3",