From fe01f9aacf1ae7446df9eb4cb5e0343d7089ac49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 23:04:00 +0000 Subject: [PATCH] Bump bootstrap in /Examples/Example.ChromiumFx.Mobx.UI/View/mainview Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.2.1...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../View/mainview/package-lock.json | 6 +++--- .../Example.ChromiumFx.Mobx.UI/View/mainview/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package-lock.json b/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package-lock.json index a50f6994..d57229c8 100644 --- a/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package-lock.json +++ b/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package-lock.json @@ -1242,9 +1242,9 @@ } }, "bootstrap": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.2.1.tgz", - "integrity": "sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "boxen": { "version": "1.3.0", diff --git a/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package.json b/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package.json index 8690ab8a..bfe4f2f7 100644 --- a/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package.json +++ b/Examples/Example.ChromiumFx.Mobx.UI/View/mainview/package.json @@ -11,7 +11,7 @@ "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-react-app": "^3.1.1", "babel-runtime": "6.26.0", - "bootstrap": "^4.2.1", + "bootstrap": "^4.3.1", "case-sensitive-paths-webpack-plugin": "2.1.1", "chalk": "1.1.3", "css-loader": "0.28.7",