From 1ac8e4f6594dc2625ca892049a110972f5d8b119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:09:00 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /client 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) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 01c0a255..084f9432 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "@angular/platform-browser": "^2.4.6", "@angular/platform-browser-dynamic": "^2.4.6", "@angular/router": "^3.4.6", - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.1", "css-loader": "^0.26.1", "es6-shim": "^0.35.3", "html-loader": "^0.4.4", diff --git a/client/yarn.lock b/client/yarn.lock index 83120fbd..55098888 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -364,9 +364,9 @@ boom@2.x.x: dependencies: hoek "2.x.x" -bootstrap@^3.3.7: - version "3.3.7" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71" +bootstrap@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72" boxen@^0.6.0: version "0.6.0"