From bf85ab82152febe66426b04a1dd96f5f4035da93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:09:47 +0000 Subject: [PATCH] Bump bootstrap from 4.6.1 to 5.2.3 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.1 to 5.2.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.1...v5.2.3) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... 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 d0adf60877..98ece10d4a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/wger-project/wger", "dependencies": { "Sortable": "RubaXa/Sortable#1.15.0", - "bootstrap": "4.6.1", + "bootstrap": "5.2.3", "components-font-awesome": "5.9.0", "d3": "^7.4.2", "datatables": "^1.10.18", diff --git a/yarn.lock b/yarn.lock index 7f5b841228..a47a09ba89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,10 +17,10 @@ Sortable@RubaXa/Sortable#1.15.0: uid babf6ab85fdfc5e13be1027827cecfbba2fb0d1e resolved "https://codeload.github.com/RubaXa/Sortable/tar.gz/babf6ab85fdfc5e13be1027827cecfbba2fb0d1e" -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.2.3: + version "5.2.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b" + integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ== commander@2: version "2.20.3"