From b9a91c8081423399e6a860d7e5d53a104f3e7317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:29:18 +0000 Subject: [PATCH] fix(deps): bump bootstrap-vue-next from 0.24.23 to 0.25.9 Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) from 0.24.23 to 0.25.9. - [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.25.9/packages/bootstrap-vue-next) --- updated-dependencies: - dependency-name: bootstrap-vue-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/admin/package.json | 2 +- packages/core/package.json | 2 +- packages/mtb/package.json | 2 +- packages/portal/package.json | 2 +- packages/rd/package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96bf0a55..4180539f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8626,9 +8626,9 @@ } }, "node_modules/bootstrap-vue-next": { - "version": "0.24.23", - "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.24.23.tgz", - "integrity": "sha512-oUxe4nfQjgcznsQKVCiRzYmvi8dEBq6FZSvnNDAqRvL/O8G8FcW0Lnzg2fAItKX4/kZzgiffO+el2qDfVKmXDg==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.25.9.tgz", + "integrity": "sha512-Ob2nwnI1Q3dlSK4MM4xu/dTHYb80NeGV8HW/2I0WCO2cXPNnuLUTQZGIbNLt8JoKnYYDzFpVWLCHfjO2MBajGQ==", "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap-vue-next" @@ -24879,7 +24879,7 @@ "@dnpm-dip/kit": "^1.10.0", "@nuxt/kit": "^3.13.0", "@vuecs/timeago": "^1.1.0", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "vue": "^3.5.12" }, "devDependencies": { @@ -24975,7 +24975,7 @@ "@vuecs/form-controls": "^2.3.0", "@vuecs/link": "^1.0.0", "@vuecs/navigation": "^2.3.1", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "chart.js": "^4.4.4", "pinia": "^2.2.4", "vue": "^3.5.12", @@ -25095,7 +25095,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "chart.js": "^4.4.3", "nuxt": "^3.13.2", "vue": "^3.5.12", @@ -25196,7 +25196,7 @@ "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "chart.js": "^4.4.3", "date-fns": "^3.6.0", "hapic": "^2.5.1", @@ -25296,7 +25296,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "nuxt": "^3.13.2", "vue": "^3.5.12", "vue-chartjs": "^5.3.1" diff --git a/packages/admin/package.json b/packages/admin/package.json index 2738a1c2..3911f65f 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -31,7 +31,7 @@ "test:watch": "vitest watch" }, "dependencies": { - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "@authup/core-kit": "^1.0.0-beta.22", "@authup/client-web-kit": "^1.0.0-beta.22", "@dnpm-dip/core": "^1.11.0", diff --git a/packages/core/package.json b/packages/core/package.json index 4489fe1d..1598522f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@authup/core-http-kit": "^1.0.0-beta.22", "@authup/client-web-kit": "^1.0.0-beta.22", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "chart.js": "^4.4.4", "@nuxt/schema": "^3.13.0", "@nuxt/kit": "^3.13.0", diff --git a/packages/mtb/package.json b/packages/mtb/package.json index 9894ff64..bcd89e0d 100644 --- a/packages/mtb/package.json +++ b/packages/mtb/package.json @@ -43,7 +43,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "chart.js": "^4.4.3", "nuxt": "^3.13.2", "vue": "^3.5.12", diff --git a/packages/portal/package.json b/packages/portal/package.json index f77a37ae..6f40767d 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -39,7 +39,7 @@ "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "chart.js": "^4.4.3", "date-fns": "^3.6.0", "hapic": "^2.5.1", diff --git a/packages/rd/package.json b/packages/rd/package.json index ca20fe93..d9fe2941 100644 --- a/packages/rd/package.json +++ b/packages/rd/package.json @@ -43,7 +43,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.9", "nuxt": "^3.13.2", "vue": "^3.5.12", "vue-chartjs": "^5.3.1"