From e9c69654c4958a189f973a3f06b50d5db60c6b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:52:07 +0000 Subject: [PATCH] Bump bootstrap from 4.2.1 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.2.1...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7031de78e..a31f264c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1551,9 +1551,9 @@ "dev": true }, "bootstrap": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.2.1.tgz", - "integrity": "sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "bootstrap-sass": { "version": "3.4.1", diff --git a/package.json b/package.json index cf141f25e..6c62be169 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "ajv": "^6.12.3", - "bootstrap": ">=4.1.2", + "bootstrap": ">=4.3.1", "hoek": "^4.2.1", "popper.js": "^1.14.6", "startbootstrap-agency": "^4.1.1"