From 06cf4312ea25125fa7ff099129374e52699ce447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 10:02:34 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /recipe-list 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] --- recipe-list/package-lock.json | 6 +++--- recipe-list/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe-list/package-lock.json b/recipe-list/package-lock.json index 7c9816f..233fcff 100644 --- a/recipe-list/package-lock.json +++ b/recipe-list/package-lock.json @@ -1813,9 +1813,9 @@ } }, "bootstrap": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", - "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/recipe-list/package.json b/recipe-list/package.json index 9e1f967..d87add6 100644 --- a/recipe-list/package.json +++ b/recipe-list/package.json @@ -23,7 +23,7 @@ "rxjs": "^6.0.0", "tslib": "^1.9.0", "zone.js": "~0.8.26", - "bootstrap": "3.3.7" + "bootstrap": "3.4.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.800.0",