From 537fe160a55b9b3b7bb84b493f423165db94e191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:32:59 +0000 Subject: [PATCH] Bump bootstrap from 4.1.3 to 4.3.1 in /Angular2/auction Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.3 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.3...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Angular2/auction/package-lock.json | 6 +++--- Angular2/auction/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Angular2/auction/package-lock.json b/Angular2/auction/package-lock.json index bb951f954..76f191b79 100644 --- a/Angular2/auction/package-lock.json +++ b/Angular2/auction/package-lock.json @@ -1506,9 +1506,9 @@ } }, "bootstrap": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz", - "integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "brace-expansion": { "version": "1.1.11", diff --git a/Angular2/auction/package.json b/Angular2/auction/package.json index 82fbd00d0..6eab5eb5c 100644 --- a/Angular2/auction/package.json +++ b/Angular2/auction/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser-dynamic": "^6.0.3", "@angular/router": "^6.0.3", "angular-font-awesome": "^3.1.2", - "bootstrap": "^4.1.3", + "bootstrap": "^4.3.1", "core-js": "^2.5.4", "font-awesome": "^4.7.0", "jquery": "^3.3.1",