From a76fd9a78991808d020e3ab12f8a7c7c5cdcd81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 22:40:47 +0000 Subject: [PATCH] Bump bootstrap in /Examples/Example.ChromiumFx.Vue.Chromeless/View 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] --- .../View/package-lock.json | 6 +++--- .../Example.ChromiumFx.Vue.Chromeless/View/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/Example.ChromiumFx.Vue.Chromeless/View/package-lock.json b/Examples/Example.ChromiumFx.Vue.Chromeless/View/package-lock.json index 3598e8a3..455e695c 100644 --- a/Examples/Example.ChromiumFx.Vue.Chromeless/View/package-lock.json +++ b/Examples/Example.ChromiumFx.Vue.Chromeless/View/package-lock.json @@ -2426,9 +2426,9 @@ "dev": true }, "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==" }, "bootstrap-vue": { "version": "2.0.0-rc.11", diff --git a/Examples/Example.ChromiumFx.Vue.Chromeless/View/package.json b/Examples/Example.ChromiumFx.Vue.Chromeless/View/package.json index 109f6e8a..1e2a0edf 100644 --- a/Examples/Example.ChromiumFx.Vue.Chromeless/View/package.json +++ b/Examples/Example.ChromiumFx.Vue.Chromeless/View/package.json @@ -10,7 +10,7 @@ "test:unit": "vue-cli-service test:unit" }, "dependencies": { - "bootstrap": "^4.1.3", + "bootstrap": "^4.3.1", "bootstrap-vue": "^2.0.0-rc.11", "neutronium-vue-command-mixin": "^1.4.1", "neutronium-vue-resultcommand-topromise": "^1.1.0",