diff --git a/package-lock.json b/package-lock.json index b5f40a06e..25670b2d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10017,13 +10017,15 @@ } }, "node_modules/bootstrap-vue-next": { - "version": "0.22.1", - "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.22.1.tgz", - "integrity": "sha512-rzwnKyAvA3ceBXX+AEhhmLUV9GSqyRr68itLg3WF2PeGG3eMsiSYF6BTn6G9XYXqWtVWt7BwYAg17CCVNhLyHQ==", + "version": "0.22.2", + "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.22.2.tgz", + "integrity": "sha512-/MK+H8t9fZB6KvUc82ifad6oqB1cTRnlC/K7XmHV8HA3SQ5ji4QK8V08Rocn9k2iTwHLOMjtDEG2I7TgM+rUaA==", "dev": true, "dependencies": { "@floating-ui/vue": "^1.0.6", - "@vueuse/core": "^10.10.0" + "@vueuse/core": "^10.10.0", + "@vueuse/integrations": "^10.11.0", + "focus-trap": "^7.5.4" }, "funding": { "type": "opencollective", @@ -25651,7 +25653,7 @@ "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^10.11.0", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.22.1", + "bootstrap-vue-next": "^0.22.2", "events": "^3.3.0", "hapic": "^2.5.1", "nuxt": "^3.11.2", diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index ee54771f7..8eccb94fa 100644 --- a/packages/client-ui/package.json +++ b/packages/client-ui/package.json @@ -43,7 +43,7 @@ "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^10.11.0", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.22.1", + "bootstrap-vue-next": "^0.22.2", "events": "^3.3.0", "hapic": "^2.5.1", "nuxt": "^3.11.2",