diff --git a/package-lock.json b/package-lock.json index 7a01bcb..9c57c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/router": "^2.1.2", "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^8.0.0-beta.5", - "focus-trap": "^7.5.2", + "focus-trap": "^7.5.3", "p-queue": "^7.4.1", "pinia": "^2.1.6", "vue": "^2.7.14", @@ -8091,9 +8091,9 @@ } }, "node_modules/focus-trap": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.2.tgz", - "integrity": "sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.3.tgz", + "integrity": "sha512-7UsT/eSJcTPF0aZp73u7hBRTABz26knRRTJfoTGFCQD5mUImLIIOwWWCrtoQdmWa7dykBi6H+Cp5i3S/kvsMeA==", "dependencies": { "tabbable": "^6.2.0" } @@ -22259,9 +22259,9 @@ } }, "focus-trap": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.2.tgz", - "integrity": "sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.3.tgz", + "integrity": "sha512-7UsT/eSJcTPF0aZp73u7hBRTABz26knRRTJfoTGFCQD5mUImLIIOwWWCrtoQdmWa7dykBi6H+Cp5i3S/kvsMeA==", "requires": { "tabbable": "^6.2.0" } diff --git a/package.json b/package.json index e845ac1..3d8a2e2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/router": "^2.1.2", "@nextcloud/typings": "^1.7.0", "@nextcloud/vue": "^8.0.0-beta.5", - "focus-trap": "^7.5.2", + "focus-trap": "^7.5.3", "p-queue": "^7.4.1", "pinia": "^2.1.6", "vue": "^2.7.14",