From eb7df5889cac12025a00a2c29b269c27505f947e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:51:52 +0200 Subject: [PATCH] build(deps-dev): bump bootstrap-vue-next from 0.22.1 to 0.22.2 (#513) Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) from 0.22.1 to 0.22.2. - [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.22.2/packages/bootstrap-vue-next) --- updated-dependencies: - dependency-name: bootstrap-vue-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++++----- packages/client-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) 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",