From fe6c2a0f11e2d50083a415de157055cb3baaf226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 22:39:27 +0000 Subject: [PATCH] build(deps): bump bootstrap-icons from 1.9.1 to 1.13.1 in /app Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.9.1 to 1.13.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.9.1...v1.13.1) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 89f5590..b3c2201 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^6.7.2", "bootstrap": "5.2.2", - "bootstrap-icons": "1.9.1", + "bootstrap-icons": "1.13.1", "jquery": "3.6.0", "marked": "^4.3.0" },