From 9fcc54b8ad90874dc307a8431f9e94a3b6b22252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:00:40 +0000 Subject: [PATCH] Bump twbs/bootstrap from 4.1.0 to 5.0.0 Bumps [twbs/bootstrap](https://github.com/twbs/bootstrap) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: twbs/bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 5167f983b..e20a281ef 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "symfony/http-foundation": "^6.0", "symfony/mailgun-mailer": "^6.2", "toin0u/geocoder-laravel": "^4.6", - "twbs/bootstrap": "4.1.0", + "twbs/bootstrap": "5.0.0", "wouternl/laravel-drip": "^1.2.4" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 75080f316..ab04e97da 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0c0abc9232b1432ec1bad2ab73057e8d", + "content-hash": "e88c058803b18ab588a9918dd40c2079", "packages": [ { "name": "addwiki/mediawiki-api", @@ -9560,39 +9560,34 @@ }, { "name": "twbs/bootstrap", - "version": "v4.1.0", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "8f7bd419935adfcd53c471a0202083464800619e" + "reference": "bf0936748602c8109fd916c64b4560799fa1c3f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/8f7bd419935adfcd53c471a0202083464800619e", - "reference": "8f7bd419935adfcd53c471a0202083464800619e", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/bf0936748602c8109fd916c64b4560799fa1c3f8", + "reference": "bf0936748602c8109fd916c64b4560799fa1c3f8", "shasum": "" }, "replace": { "twitter/bootstrap": "self.version" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3.x-dev" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ - { - "name": "Jacob Thornton", - "email": "jacobthornton@gmail.com" - }, { "name": "Mark Otto", "email": "markdotto@gmail.com" + }, + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" } ], "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", @@ -9609,9 +9604,15 @@ ], "support": { "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/v4-dev" + "source": "https://github.com/twbs/bootstrap/tree/v5.0.0" }, - "time": "2018-04-09T16:00:23+00:00" + "funding": [ + { + "url": "https://opencollective.com/bootstrap", + "type": "open_collective" + } + ], + "time": "2021-05-05T19:32:12+00:00" }, { "name": "vlucas/phpdotenv",