diff --git a/package-lock.json b/package-lock.json index bd256a43d..a0f4c7eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9991,11 +9991,10 @@ } }, "node_modules/bootstrap-vue-next": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.21.2.tgz", - "integrity": "sha512-2VMlrTETlT2d57T+rG7SKCGPD2CdcPjNHil6I3H/rW5+zXcSvx7luEKIBgnNRN+vDJaDomo7iOHqIGphJTlrdw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.22.0.tgz", + "integrity": "sha512-gFoCLkcDn0JfF+/01ZS4lheD7EVTvBo2XUjzGLHublB1IcyyqYk5y3bD3PkwgUPWXnuTlD/hZeelH4kDdV/4Dg==", "dev": true, - "peer": true, "dependencies": { "@floating-ui/vue": "^1.0.6", "@vueuse/core": "^10.10.0" @@ -25616,7 +25615,7 @@ "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^10.11.0", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.20.0", + "bootstrap-vue-next": "^0.22.0", "events": "^3.3.0", "hapic": "^2.5.1", "nuxt": "^3.11.2", @@ -25626,23 +25625,6 @@ "vue": "^3.4.27" } }, - "packages/client-ui/node_modules/bootstrap-vue-next": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.20.0.tgz", - "integrity": "sha512-Wc1taWkifMSIolder7tAJphnRzfoadMl+42BZyJ6dK8br3h1FN73y8EyxdZVuBeXM77ORUd0iEvFmnJfc6259w==", - "dev": true, - "dependencies": { - "@floating-ui/vue": "^1.0.6", - "@vueuse/core": "^10.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap-vue-next" - }, - "peerDependencies": { - "vue": "^3.4.27" - } - }, "packages/client-vue": { "name": "@privateaim/client-vue", "version": "0.5.0", diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index 523175017..f477f1377 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.20.0", + "bootstrap-vue-next": "^0.22.0", "events": "^3.3.0", "hapic": "^2.5.1", "nuxt": "^3.11.2",