From 435b22656f9069fc01e40244e2273305fbb4ee3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:00:05 +0000 Subject: [PATCH] chore(deps): bump bootstrap-vue-next in the bootstrap group Bumps the bootstrap group with 1 update: [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next). Updates `bootstrap-vue-next` from 0.22.7 to 0.23.1 - [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.1/packages/bootstrap-vue-next) --- updated-dependencies: - dependency-name: bootstrap-vue-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bootstrap ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 40 ++++------------------------------------ 2 files changed, 5 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 2c66dd24..50fcc5fa 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@vueuse/integrations": "^10.11.0", "axios": "^1.7.2", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.22.7", + "bootstrap-vue-next": "^0.23.1", "core-js": "^3.37.1", "date-fns": "^3.6.0", "date-fns-tz": "^3.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 356f04e6..02434a61 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ dependencies: specifier: ^5.3.3 version: 5.3.3(@popperjs/core@2.11.8) bootstrap-vue-next: - specifier: ^0.22.7 - version: 0.22.7(vue@3.4.31) + specifier: ^0.23.1 + version: 0.23.1(vue@3.4.31) core-js: specifier: ^3.37.1 version: 3.37.1 @@ -478,34 +478,6 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /@floating-ui/core@1.6.2: - resolution: {integrity: sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==} - dependencies: - '@floating-ui/utils': 0.2.2 - dev: false - - /@floating-ui/dom@1.6.5: - resolution: {integrity: sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==} - dependencies: - '@floating-ui/core': 1.6.2 - '@floating-ui/utils': 0.2.2 - dev: false - - /@floating-ui/utils@0.2.2: - resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==} - dev: false - - /@floating-ui/vue@1.0.6(vue@3.4.31): - resolution: {integrity: sha512-EdrOljjkpkkqZnrpqUcPoz9NvHxuTjUtSInh6GMv3+Mcy+giY2cE2pHh9rpacRcZ2eMSCxel9jWkWXTjLmY55w==} - dependencies: - '@floating-ui/dom': 1.6.5 - '@floating-ui/utils': 0.2.2 - vue-demi: 0.14.8(vue@3.4.31) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - dev: false - /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} @@ -1525,16 +1497,12 @@ packages: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true - /bootstrap-vue-next@0.22.7(vue@3.4.31): - resolution: {integrity: sha512-6GN+gM8wj3ulYB72bkmBFHnqSLYGBTndbYxJRLpBRh4dPWTfp1SQ+PUQd4wfIF+7Mqy6nxZmi4qEw0DebT341w==} + /bootstrap-vue-next@0.23.1(vue@3.4.31): + resolution: {integrity: sha512-QhWLWU7CyxElbY/8h+417q1egybzbz5DtLARnBJ4iWtn4IpBXPea+mDCeDbgG16cIeFe+M3oWandQWtgSyY7Xw==} peerDependencies: vue: ^3.4.27 dependencies: - '@floating-ui/vue': 1.0.6(vue@3.4.31) - '@vueuse/core': 10.11.0(vue@3.4.31) vue: 3.4.31(typescript@5.5.3) - transitivePeerDependencies: - - '@vue/composition-api' dev: false /bootstrap@5.3.3(@popperjs/core@2.11.8):