From a530d1f47fa86a5d0fd1b383abfa356ff7b3f1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:13:24 +0000 Subject: [PATCH] Bump bootstrap from 4.6.2 to 5.0.0 in /ui/v2.5 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/v2.5/package.json | 2 +- ui/v2.5/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/v2.5/package.json b/ui/v2.5/package.json index ca6816062..e0f46b98a 100644 --- a/ui/v2.5/package.json +++ b/ui/v2.5/package.json @@ -37,7 +37,7 @@ "@silvermine/videojs-chromecast": "^1.4.1", "apollo-upload-client": "^18.0.1", "base64-blob": "^1.4.1", - "bootstrap": "^4.6.2", + "bootstrap": "^5.0.0", "classnames": "^2.3.2", "event-target-polyfill": "^0.0.4", "flag-icons": "^6.6.6", diff --git a/ui/v2.5/yarn.lock b/ui/v2.5/yarn.lock index 911fa135f..4a05f5276 100644 --- a/ui/v2.5/yarn.lock +++ b/ui/v2.5/yarn.lock @@ -3062,10 +3062,10 @@ bl@^4.1.0: inherits "^2.0.4" readable-stream "^3.4.0" -bootstrap@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479" - integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ== +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"