From 81b918b3e8243fb42b1a274c46dadc1288264eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 04:18:17 +0000 Subject: [PATCH] fix(deps): bump bootstrap-vue-next from 0.24.23 to 0.25.5 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.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.25.5/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 6a7dc058..9afd5e15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8697,9 +8697,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.5", + "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.25.5.tgz", + "integrity": "sha512-3njJ8+eteEfLbYffO21lpJqjK46Le6yDSuIUlA8SwJxfC2QJt5vEg0qh7QkyJHfoGyL0Ns6JA8Rl7K5jRXTZ6A==", "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap-vue-next" @@ -24950,7 +24950,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.5", "vue": "^3.5.12" }, "devDependencies": { @@ -24975,7 +24975,7 @@ "@nuxt/schema": "^3.13.0", "@vuecs/form-controls": "^2.3.0", "@vuecs/link": "^1.0.0", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.5", "chart.js": "^4.4.4", "pinia": "^2.2.4", "vue": "^3.5.12", @@ -25028,7 +25028,7 @@ "@vuecs/pagination": "^1.1.1", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.5", "chart.js": "^4.4.3", "nuxt": "^3.13.2", "vue": "^3.5.12", @@ -25061,7 +25061,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.5", "chart.js": "^4.4.3", "date-fns": "^3.6.0", "hapic": "^2.5.1", @@ -25090,7 +25090,7 @@ "@vuecs/pagination": "^1.1.1", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.5", "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 80f05ee3..0d89bed0 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.5", "@authup/core-kit": "^1.0.0-beta.21", "@authup/client-web-kit": "^1.0.0-beta.21", "@dnpm-dip/core": "^1.11.0", diff --git a/packages/core/package.json b/packages/core/package.json index ab41630e..85e00acb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@authup/core-http-kit": "^1.0.0-beta.21", "@authup/client-web-kit": "^1.0.0-beta.21", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.5", "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 f2994755..87155a39 100644 --- a/packages/mtb/package.json +++ b/packages/mtb/package.json @@ -44,7 +44,7 @@ "@vuecs/pagination": "^1.1.1", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.5", "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 09988510..b4c93cf6 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.5", "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 1f2ff803..b224bb1e 100644 --- a/packages/rd/package.json +++ b/packages/rd/package.json @@ -44,7 +44,7 @@ "@vuecs/pagination": "^1.1.1", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.25.5", "nuxt": "^3.13.2", "vue": "^3.5.12", "vue-chartjs": "^5.3.1"