Skip to content

Commit 4a88330

Browse files
Bump bootstrap-vue from 2.0.4 to 2.4.0
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.0.4 to 2.4.0. - [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases) - [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md) - [Commits](bootstrap-vue/bootstrap-vue@v2.0.4...v2.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1212929 commit 4a88330

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"bootstrap": "^4.3.1",
13-
"bootstrap-vue": "^2.0.0-rc.27",
13+
"bootstrap-vue": "^2.4.0",
1414
"idevice": "^2.1.0",
1515
"line-awesome": "^1.2.1",
1616
"moment": "^2.24.0",

yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -3194,21 +3194,21 @@ boolbase@^1.0.0, boolbase@~1.0.0:
31943194
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
31953195
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
31963196

3197-
bootstrap-vue@^2.0.0-rc.27:
3198-
version "2.0.4"
3199-
resolved "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.0.4.tgz#9bf99754a22acece72e02adda3c7965b818ae2bc"
3200-
integrity sha512-/5WXa3ir5uajcs7ze7jz7QXpYuJGWHjvJ8biMq0+e0IIIxw2jSdh4LsiFKD7C7qtgKre28hhXOfx79RmZX4wcQ==
3197+
bootstrap-vue@^2.4.0:
3198+
version "2.4.0"
3199+
resolved "https://registry.yarnpkg.com/bootstrap-vue/-/bootstrap-vue-2.4.0.tgz#5a6ec3f6fe56df264020ad4aa3dc91c3368c6a64"
3200+
integrity sha512-mRhqlhJscUY4O+R2X4IRVZReWPj/2KBOTzsB6sPgLcp6s/VHf1L6VS5Etw6HREFPAu8U6Czh+jJAq/KPH/zUdA==
32013201
dependencies:
32023202
"@nuxt/opencollective" "^0.3.0"
3203-
bootstrap ">=4.3.1 <5.0.0"
3204-
popper.js "^1.15.0"
3205-
portal-vue "^2.1.6"
3203+
bootstrap ">=4.4.1 <5.0.0"
3204+
popper.js "^1.16.1"
3205+
portal-vue "^2.1.7"
32063206
vue-functional-data-merge "^3.1.0"
32073207

3208-
"bootstrap@>=4.3.1 <5.0.0", bootstrap@^4.3.1:
3209-
version "4.3.1"
3210-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
3211-
integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
3208+
"bootstrap@>=4.4.1 <5.0.0", bootstrap@^4.3.1:
3209+
version "4.4.1"
3210+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01"
3211+
integrity sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==
32123212

32133213
boxen@^1.2.1:
32143214
version "1.3.0"
@@ -10216,15 +10216,15 @@ pn@^1.1.0:
1021610216
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
1021710217
integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==
1021810218

10219-
popper.js@^1.15.0:
10220-
version "1.16.0"
10221-
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.0.tgz#2e1816bcbbaa518ea6c2e15a466f4cb9c6e2fbb3"
10222-
integrity sha512-+G+EkOPoE5S/zChTpmBSSDYmhXJ5PsW8eMhH8cP/CQHMFPBG/kC9Y5IIw6qNYgdJ+/COf0ddY2li28iHaZRSjw==
10219+
popper.js@^1.16.1:
10220+
version "1.16.1"
10221+
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
10222+
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==
1022310223

10224-
portal-vue@^2.1.6:
10225-
version "2.1.6"
10226-
resolved "https://registry.yarnpkg.com/portal-vue/-/portal-vue-2.1.6.tgz#a7d4790b14a79af7fd159a60ec88c30cddc6c639"
10227-
integrity sha512-lvCF85D4e8whd0nN32D8FqKwwkk7nYUI3Ku8UAEx4Z1reomu75dv5evRUTZNaj1EalxxWNXiNl0EHRq36fG8WA==
10224+
portal-vue@^2.1.7:
10225+
version "2.1.7"
10226+
resolved "https://registry.yarnpkg.com/portal-vue/-/portal-vue-2.1.7.tgz#ea08069b25b640ca08a5b86f67c612f15f4e4ad4"
10227+
integrity sha512-+yCno2oB3xA7irTt0EU5Ezw22L2J51uKAacE/6hMPMoO/mx3h4rXFkkBkT4GFsMDv/vEe8TNKC3ujJJ0PTwb6g==
1022810228

1022910229
portfinder@^1.0.25:
1023010230
version "1.0.25"

0 commit comments

Comments
 (0)