From 0fa46d47c999dc8718228a1a47a3163817ac7fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:14:59 +0000 Subject: [PATCH] build(deps): bump bootstrap from 4.6.1 to 5.0.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 441df37..1343dd4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/react": "^17.0.30", "autoprefixer": "9.8.0", "babel-polyfill": "^6.26.0", - "bootstrap": "^4.3.1", + "bootstrap": "^5.0.0", "classnames": "^2.2.6", "connected-react-router": "^4.2.3", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 93cf657..31fc325 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4237,10 +4237,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" integrity "sha1-aN/1++YMUes3cl6p4+0xDcwed24= sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" -bootstrap@^4.3.1: - version "4.6.1" - resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz" - integrity "sha1-vCU4DCwUGSN06N7AfPAbJ0LSIqI= 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== brace-expansion@^1.1.7: version "1.1.11"