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",