From 79ec9993772e058137ea8ca4bf5e841da5234304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:57:38 +0000 Subject: [PATCH] Bump bootstrap from 4.4.1 to 5.0.0 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 76daf44..6184918 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "SimpSpector", "dependencies": { "awesomplete": "^1.0.0", - "bootstrap": "^4.3.1", + "bootstrap": "^5.0.0", "font-awesome": "^4.5.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 1856d72..861b11c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -295,10 +295,10 @@ block-stream@*: dependencies: inherits "~2.0.0" -bootstrap@^4.3.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" - integrity sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA== +bootstrap@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2" + integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA== brace-expansion@^1.1.7: version "1.1.11"