From ebdc37ed98ac4c2885d42c3b5c4c46b1e7e1005c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 21:13:23 +0000 Subject: [PATCH] chore(deps-dev): [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 b6db908..d9f16f4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/react-native": "^0.47.2", "async": "^0.9.0", "bluebird": "~2.9.30", - "bootstrap": "^3.3.6", + "bootstrap": "^5.0.1", "expect.js": "~0.3.1", "jquery": "^1.11.2", "pre-commit": "1.x",