diff --git a/package-lock.json b/package-lock.json index 62d7b3334a..53669163b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", - "focus-trap": "^8.1.0", + "focus-trap": "^8.2.0", "linkifyjs": "^4.3.2", "mdast-util-to-string": "^4.0.0", "p-queue": "^9.2.0", @@ -13001,9 +13001,9 @@ } }, "node_modules/focus-trap": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.1.0.tgz", - "integrity": "sha512-T65crff26CKV2CZ3csg5y05r+560srp0b8EbAif35euW58hzklVf/Gb4Q+/HCtB8e9III3QFEyk5BWV5XJuOyw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.0.tgz", + "integrity": "sha512-CaBdQ9P4fa/yCA6pDf/3aJd8bf9IOG5QGK21/E+86o2V4V8kzXaR4A9E6tNR7KkkS1+T5ZIU1tJDBDLwsucz9g==", "license": "MIT", "dependencies": { "tabbable": "^6.4.0" diff --git a/package.json b/package.json index 82ea397397..ec9ec76076 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", - "focus-trap": "^8.1.0", + "focus-trap": "^8.2.0", "linkifyjs": "^4.3.2", "mdast-util-to-string": "^4.0.0", "p-queue": "^9.2.0",