From 907e99d96368d4b790ee09385335195a8349a082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 03:27:15 +0000 Subject: [PATCH] Bump bootstrap from 4.0.0 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.0.0...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc21873..758d366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1618,9 +1618,9 @@ } }, "bootstrap": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz", - "integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==", "dev": true }, "brace-expansion": { diff --git a/package.json b/package.json index 27126a1..c32a663 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@vue/test-utils": "^1.0.0-beta.10", "axios": "^0.21.1", "babel-jest": "^22.1.0", - "bootstrap": "^4.0.0", + "bootstrap": "^4.3.1", "cross-env": "^5.1", "jest": "^22.1.4", "jest-vue-preprocessor": "^1.3.1", diff --git a/yarn.lock b/yarn.lock index c7c4245..a0a1a80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1083,9 +1083,9 @@ boom@5.x.x: dependencies: hoek "4.x.x" -bootstrap@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a" +bootstrap@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac" brace-expansion@^1.1.7: version "1.1.11"