From 1748c0b18769aab0b0c2a11a1cc4b7007be70602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:48:24 +0200 Subject: [PATCH] build(deps-dev): bump bootstrap-vue-next from 0.22.7 to 0.23.5 (#568) Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) from 0.22.7 to 0.23.5. - [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases) - [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md) - [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.23.5/packages/bootstrap-vue-next) --- updated-dependencies: - dependency-name: bootstrap-vue-next dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- packages/client-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf2f01cf6..8236842cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9482,12 +9482,12 @@ } }, "node_modules/bootstrap-vue-next": { - "version": "0.22.7", - "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.22.7.tgz", - "integrity": "sha512-6GN+gM8wj3ulYB72bkmBFHnqSLYGBTndbYxJRLpBRh4dPWTfp1SQ+PUQd4wfIF+7Mqy6nxZmi4qEw0DebT341w==", + "version": "0.23.5", + "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.23.5.tgz", + "integrity": "sha512-exDAaAEdQ4QTk4gVIuF5UKw3DWqSrG5mMHM0xhD70XW3rywt3p0220xqtY/AXjTz11AhiAZ2Cn1EZWhVnCOWmA==", "dev": true, "dependencies": { - "@floating-ui/vue": "^1.0.6", + "@floating-ui/vue": "^1.1.1", "@vueuse/core": "^10.10.0" }, "funding": { @@ -26175,7 +26175,7 @@ "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^10.11.0", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.22.6", + "bootstrap-vue-next": "^0.23.5", "events": "^3.3.0", "hapic": "^2.5.1", "nuxt": "^3.12.3", diff --git a/packages/client-ui/package.json b/packages/client-ui/package.json index 5e336d6c1..b68a63818 100644 --- a/packages/client-ui/package.json +++ b/packages/client-ui/package.json @@ -42,7 +42,7 @@ "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^10.11.0", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.22.6", + "bootstrap-vue-next": "^0.23.5", "events": "^3.3.0", "hapic": "^2.5.1", "nuxt": "^3.12.3",