From 228c34a228d95e812002cc5b6e9304d65eccb6df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 21:28:58 +0000 Subject: [PATCH] [Security] Bump bootstrap from 3.4.1 to 5.0.2 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.1 to 5.0.2. **This update includes a security fix.** - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.1...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 826f5c9..096202f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "browser-test-cover": "rc-tools run browser-test-cover" }, "devDependencies": { - "bootstrap": "^3.3.2", + "bootstrap": "^5.0.2", "expect.js": "~0.3.1", "gregorian-calendar": "3.x", "gregorian-calendar-format": "3.x",