From 932be1ad56afe78fe6fbbb22f3ac8da8caa0fcd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 04:43:09 +0000 Subject: [PATCH] [Security] Bump bootstrap from 3.4.1 to 5.0.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.1 to 5.0.1. **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.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 532e057b..58d45e73 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ }, "devDependencies": { "ajv": "^4.11.2", - "bootstrap": "^3.3.7", + "bootstrap": "^5.0.1", "chai": "^3.5.0", "chai-webdriver": "^1.2.0", "coffee-loader": "^0.7.2",