From fa6d226a7761e3b13acdb7e9d4c346ed2c098279 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 16:52:21 +0000 Subject: [PATCH] Bump bootstrap from 4.6.0 to 5.0.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.0.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.1) 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..9c87da4 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.1", "gatsby": "^2.23.0", "gatsby-plugin-feed": "^2.0.8", "gatsby-plugin-google-analytics": "^2.0.5",