From 3523798c935818938350a012edd3d42c836f564c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:10:06 +0000 Subject: [PATCH] Bump bootstrap from 5.0.0 to 5.2.3 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0 to 5.2.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.0.0...v5.2.3) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6180112a62d..c9d0a9c7e90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@fortawesome/fontawesome-free": "6.2.0", - "bootstrap": "5.0.0", + "bootstrap": "5.2.3", "vue": "2.6.12" } }