From bbe8d3f66b4817bbf0e5b756b8896182055e76ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2020 09:33:30 +0000 Subject: [PATCH] fix(deps): update dependency bootstrap-vue to v2.11.0 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index ac8d9e87b..71fedda4d 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "dependencies": { "axios": "0.19.2", "bootstrap": "4.4.1", - "bootstrap-vue": "2.10.1", + "bootstrap-vue": "2.11.0", "jquery": "3.5.0", "popper.js": "1.16.1", "vue": "2.6.11", diff --git a/client/yarn.lock b/client/yarn.lock index 893f90ad7..e97c61299 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2082,10 +2082,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bootstrap-vue@2.10.1: - version "2.10.1" - resolved "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.10.1.tgz#cd99d87f1f11393d4114c9236348d68727479518" - integrity sha512-rEQHjrYJePArWtOYAhyD1WranoZ87+AJd+KKOusqK40rUcQutopV2DKQJIf6g3bw4IZ4SQ3buWRnHP0QUo1NtQ== +bootstrap-vue@2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.11.0.tgz#9994b9529c4d36c7a89812f91e4aad1299f15829" + integrity sha512-T23+aVVSDifX1SsI5y69bYZzbm8iQHlmgiBUw9XxY1KTw/fb4xvUq4+Y01Tsaul04+zmrUah/5zvUGKLwTcH7A== dependencies: "@nuxt/opencollective" "^0.3.0" bootstrap ">=4.4.1 <5.0.0"