From bba17060f90fa48d0fc7b9154b0a02c290276a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 22:41:46 +0000 Subject: [PATCH] Bump bootstrap in /Examples/Example.Dictionary.Cfx.Vue/View/Main 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] --- .../Example.Dictionary.Cfx.Vue/View/Main/package-lock.json | 6 +++--- Examples/Example.Dictionary.Cfx.Vue/View/Main/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/Example.Dictionary.Cfx.Vue/View/Main/package-lock.json b/Examples/Example.Dictionary.Cfx.Vue/View/Main/package-lock.json index cd0fbb38..6b8d16ed 100644 --- a/Examples/Example.Dictionary.Cfx.Vue/View/Main/package-lock.json +++ b/Examples/Example.Dictionary.Cfx.Vue/View/Main/package-lock.json @@ -2412,9 +2412,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==" }, "brace-expansion": { "version": "1.1.11", diff --git a/Examples/Example.Dictionary.Cfx.Vue/View/Main/package.json b/Examples/Example.Dictionary.Cfx.Vue/View/Main/package.json index ddd9ed03..4f4c78b3 100644 --- a/Examples/Example.Dictionary.Cfx.Vue/View/Main/package.json +++ b/Examples/Example.Dictionary.Cfx.Vue/View/Main/package.json @@ -10,7 +10,7 @@ "test:unit": "vue-cli-service test:unit" }, "dependencies": { - "bootstrap": "^4.1.3", + "bootstrap": "^4.3.1", "font-awesome": "^4.7.0", "neutronium-vue-command-mixin": "^1.4.1", "neutronium-vue-resultcommand-topromise": "^1.1.0",