From 381adee44695a7872522492ef44ca66b8cdc834c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 00:37:08 +0000 Subject: [PATCH] fix(deps): bump bootstrap-vue from 2.17.3 to 2.23.0 Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.17.3 to 2.23.0. - [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases) - [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md) - [Commits](https://github.com/bootstrap-vue/bootstrap-vue/commits) --- updated-dependencies: - dependency-name: bootstrap-vue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77e0d33..bf8b673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2785,15 +2785,22 @@ "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" }, "bootstrap-vue": { - "version": "2.17.3", - "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.17.3.tgz", - "integrity": "sha512-upX5LktvsecbBsLnjwaSQoDCsYfneToOweOaERt+Cc/cT6P44zODzpxZa54HZEAbE5gSE5mJmDacUrs02qAR8g==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.23.0.tgz", + "integrity": "sha512-cue/PixZ9p3SF7+x0necSE5jkwHWcBeDtUn8/MIWvqh0p5uxWjW3qIMep4cro6wte6ASJ7jGWhTaqHDtdMgHow==", "requires": { - "@nuxt/opencollective": "^0.3.0", - "bootstrap": ">=4.5.2 <5.0.0", + "@nuxt/opencollective": "^0.3.2", + "bootstrap": "^4.6.1", "popper.js": "^1.16.1", "portal-vue": "^2.1.7", "vue-functional-data-merge": "^3.1.0" + }, + "dependencies": { + "bootstrap": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==" + } } }, "boxen": { diff --git a/package.json b/package.json index 75259b7..f25cdf2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@fortawesome/vue-fontawesome": "^2.0.0", "@nuxtjs/axios": "^5.12.2", "bootstrap": "^4.5.2", - "bootstrap-vue": "^2.17.3", + "bootstrap-vue": "^2.23.0", "core-js": "^3.6.5", "i": "^0.3.6", "netlify-lambda": "^2.0.1",