From 52c36ff990f12194f056a06287de189183860cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:46:26 +0000 Subject: [PATCH] build(deps): bump bootstrap from 5.2.2 to 5.3.2 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.2 to 5.3.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.2.2...v5.3.2) --- 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 5412b30c..314d1562 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@fontsource/open-sans": "4.5.13", "@fortawesome/fontawesome-free": "6.2.0", - "bootstrap": "5.2.2", + "bootstrap": "5.3.2", "jquery": "3.7.0" } }