From 49279dc3d8b7f05009f5c7b5c42e2e94d9952696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 08:25:06 +0000 Subject: [PATCH] Bump bootstrap from 4.1.0 to 4.3.1 in /backoffice-web-vue Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.0 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.0...v4.3.1) Signed-off-by: dependabot[bot] --- backoffice-web-vue/package-lock.json | 6 +++--- backoffice-web-vue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backoffice-web-vue/package-lock.json b/backoffice-web-vue/package-lock.json index 0cf9aa876..aa3dc670e 100644 --- a/backoffice-web-vue/package-lock.json +++ b/backoffice-web-vue/package-lock.json @@ -1904,9 +1904,9 @@ } }, "bootstrap": { - "version": "4.1.0", - "resolved": "https://registry.npm.taobao.org/bootstrap/download/bootstrap-4.1.0.tgz?cache=0&sync_timestamp=1616517464188&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbootstrap%2Fdownload%2Fbootstrap-4.1.0.tgz", - "integrity": "sha1-EQsFwxojbVbbya3Npt0W9Tc4ooo=" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "bootstrap-vue": { "version": "2.0.0-rc.1", diff --git a/backoffice-web-vue/package.json b/backoffice-web-vue/package.json index be883c34a..c88d82bba 100644 --- a/backoffice-web-vue/package.json +++ b/backoffice-web-vue/package.json @@ -25,7 +25,7 @@ "address-smart-parse": "^1.0.0", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", - "bootstrap": "4.1.0", + "bootstrap": "4.3.1", "bootstrap-vue": "2.0.0-rc.1", "chart.js": "^2.7.1", "element-ui": "^2.7.0",