From 1bb9d0ff10406276847e0efa241996d4f9c5837d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 18:44:10 +0000 Subject: [PATCH] Bump bootstrap from 4.6.0 to 5.0.2 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.0.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.2) 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..d75e557 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.2", "gatsby": "^2.23.0", "gatsby-plugin-feed": "^2.0.8", "gatsby-plugin-google-analytics": "^2.0.5",