From 8b6ccababf3706bbff48f83b8f2310ae31ad5a8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 20:03:08 +0000 Subject: [PATCH] Bump bootstrap from 4.6.0 to 5.0.0 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8de7dc6..7c67ce4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/10secondsofcode/10secondsofcode/issues" }, "dependencies": { - "bootstrap": "^4.5.0", + "bootstrap": "^5.0.0", "gatsby": "^2.23.0", "gatsby-plugin-feed": "^2.0.8", "gatsby-plugin-google-analytics": "^2.0.5",