From 0d98a8261d02472a5181cb1426d8135599743ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 12:19:48 +0000 Subject: [PATCH] Bump bootstrap from 4.1.0 to 4.3.1 in /Auth App Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.0 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.0...v4.3.1) Signed-off-by: dependabot[bot] --- Auth App/package-lock.json | 6 +++--- Auth App/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Auth App/package-lock.json b/Auth App/package-lock.json index 6090b4d..1415cbf 100644 --- a/Auth App/package-lock.json +++ b/Auth App/package-lock.json @@ -2963,9 +2963,9 @@ } }, "bootstrap": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.0.tgz", - "integrity": "sha512-kCo82nE8qYVfOa/Z3hL98CPgPIEkh6iPdiJrUJMQ9n9r0+6PEET7cmhLlV0XVYmEj5QtKIOaSGMLxy5jSFhKog==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "bootstrap-colorpicker": { "version": "3.2.0", diff --git a/Auth App/package.json b/Auth App/package.json index 6bcb0cb..813cd65 100644 --- a/Auth App/package.json +++ b/Auth App/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser-dynamic": "~8.2.9", "@angular/router": "~8.2.9", "@auth0/angular-jwt": "^3.0.1", - "bootstrap": "^4.1.0", + "bootstrap": "^4.3.1", "bootstrap-colorpicker": "^3.2.0", "bootstrap-select": "^1.13.2", "c3": "^0.6.3",