From 4bacb6061d23ca936b4c392978bdb8296d33d0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:20:30 +0000 Subject: [PATCH] Bump bootstrap Bumps the npm_and_yarn group with 1 update in the /components directory: [bootstrap](https://github.com/twbs/bootstrap). Updates `bootstrap` from 3.4.1 to 5.0.0 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.1...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- components/package.json | 2 +- components/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/package.json b/components/package.json index 14589a908d3..40943f76c02 100644 --- a/components/package.json +++ b/components/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "JUMFlot": "jumjum123/JUMFlot#*", - "bootstrap": "^3.4.1", + "bootstrap": "^5.0.0", "bootstrap-select": "^1.13.18", "bootstrap-social": "^4.0.0", "bootstrap-wysiwyg": "^2.0.0", diff --git a/components/yarn.lock b/components/yarn.lock index 8b3f3e8921e..b23c2f650f4 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -96,7 +96,12 @@ bootstrap-wysiwyg@^2.0.0: resolved "https://registry.yarnpkg.com/bootstrap-wysiwyg/-/bootstrap-wysiwyg-2.0.1.tgz#ed9c7a7e2e33c5931b0f8d974c11268baf39a8ba" integrity sha512-lZsz2sU0NoOJmUaVg86ZJHmNXSfAb13EThfzMhY1K/nUAXPHcBPAxvG3sIfaonKkchEDDAI1jAWxQUsmvsOR4A== -bootstrap@^3.4.1, bootstrap@~3: +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== + +bootstrap@~3: version "3.4.1" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72" integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==