From d70ff425d96e5de49ff3efd03b6cd4f3e88befb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 06:48:46 +0000 Subject: [PATCH] Bump bootstrap-vue from 2.19.0 to 2.20.1 in /MalwareMultiScan.Ui Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.19.0 to 2.20.1. - [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases) - [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md) - [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.19.0...v2.20.1) Signed-off-by: dependabot[bot] --- MalwareMultiScan.Ui/package-lock.json | 6 +++--- MalwareMultiScan.Ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MalwareMultiScan.Ui/package-lock.json b/MalwareMultiScan.Ui/package-lock.json index 95247de..bd78d59 100644 --- a/MalwareMultiScan.Ui/package-lock.json +++ b/MalwareMultiScan.Ui/package-lock.json @@ -2810,9 +2810,9 @@ "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" }, "bootstrap-vue": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.19.0.tgz", - "integrity": "sha512-IjAXUSrRU5Qu9x3uwUcoj6LtysKbCVeWoJOsODyI/WokStUr95M+tTIajXUjIrB/Nsk0fS+RNvZnm2sWeNFrhg==", + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.20.1.tgz", + "integrity": "sha512-s+w83q0T2mo/RbFwTM8gExbLJMEOYpdTUqmyFaHv2Ir+TFprMvTWpeAzeNuawJ130W1gePZ3LW3cNp1t/tZbOw==", "requires": { "@nuxt/opencollective": "^0.3.2", "bootstrap": ">=4.5.3 <5.0.0", diff --git a/MalwareMultiScan.Ui/package.json b/MalwareMultiScan.Ui/package.json index 94be813..5b7a43f 100644 --- a/MalwareMultiScan.Ui/package.json +++ b/MalwareMultiScan.Ui/package.json @@ -13,7 +13,7 @@ "@nuxtjs/axios": "^5.12.2", "@nuxtjs/proxy": "^2.0.1", "bootstrap": "^4.5.2", - "bootstrap-vue": "^2.19.0", + "bootstrap-vue": "^2.20.1", "core-js": "^3.7.0", "nuxt": "^2.14.6" },