From 471228b29b5ca7d7045250421e9351db0773f673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:08:40 +0000 Subject: [PATCH] build(deps): bump bootstrap from 4.6.1 to 5.0.0 in /app Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.1 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.1...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 7eae3f61f..faa7495d8 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "@improbable-eng/grpc-web": "0.14.0", "@types/react-collapse": "^5.0.1", "big.js": "6.1.1", - "bootstrap": "4.6.1", + "bootstrap": "5.0.0", "buffer": "6.0.3", "copy-to-clipboard": "3.3.1", "d3": "7.8.5", diff --git a/app/yarn.lock b/app/yarn.lock index e5550f572..26ff2c882 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -5937,10 +5937,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bootstrap@4.6.1: - version "4.6.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.1.tgz#bc25380c2c14192374e8dec07cf01b2742d222a2" - integrity sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og== +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== bplist-parser@^0.2.0: version "0.2.0"