From 26f43b65de1a3415b65923cf23edeff576746175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:37:10 +0000 Subject: [PATCH] Bump bootstrap from 5.0.0 to 5.3.8 in /web Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0 to 5.3.8. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.0.0...v5.3.8) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 24 +++++++++++++++--------- web/package.json | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 0815016..31631ae 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -14,7 +14,7 @@ "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", - "bootstrap": "5.0.0", + "bootstrap": "5.3.8", "d3": "^7.8.5", "jquery": "^3.6.0", "react": "^18.2.0", @@ -2021,16 +2021,22 @@ "dev": true }, "node_modules/bootstrap": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", - "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz", + "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, "peerDependencies": { - "@popperjs/core": "^2.9.2" + "@popperjs/core": "^2.11.8" } }, "node_modules/brace-expansion": { diff --git a/web/package.json b/web/package.json index a0bd8c8..4122ccc 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", - "bootstrap": "5.0.0", + "bootstrap": "5.3.8", "d3": "^7.8.5", "jquery": "^3.6.0", "react": "^18.2.0",