From e6e674d491e4eb669e647e51e26950b42857cb7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:17:31 +0000 Subject: [PATCH] Bump bootstrap from 3.4.1 to 5.0.2 in /searx/static/themes/oscar Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.1 to 5.0.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.1...v5.0.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- searx/static/themes/oscar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json index 94883873d..77f9278fe 100644 --- a/searx/static/themes/oscar/package.json +++ b/searx/static/themes/oscar/package.json @@ -13,7 +13,7 @@ "less-plugin-clean-css": "^1.5.1" }, "dependencies": { - "bootstrap": "^3.4.1", + "bootstrap": "^5.0.2", "corejs-typeahead": "^1.3.1", "jquery": "^3.6.0", "leaflet": "^1.7.1"