From 27d76cbf1897ba75968feac2aa2959c6238ae71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2020 03:29:04 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /javascript/angular-phonecat Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.1) Signed-off-by: dependabot[bot] --- javascript/angular-phonecat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/angular-phonecat/package.json b/javascript/angular-phonecat/package.json index 389818f..f30c5a9 100644 --- a/javascript/angular-phonecat/package.json +++ b/javascript/angular-phonecat/package.json @@ -9,7 +9,7 @@ "angular": "1.7.x", "angular-resource": "1.7.x", "angular-route": "1.7.x", - "bootstrap": "3.3.x" + "bootstrap": "3.4.x" }, "devDependencies": { "angular-mocks": "1.7.x",